ET INFO JAVA - Zip/JAR File Downloaded Possibly Containing Serialized Data by By Vulnerable Client


Raw source ET INFO JAVA - Zip/JAR File Downloaded Possibly Containing Serialized Data by By Vulnerable Client · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $EXTERNAL_NET any -> $HOME_NET any (
    msg:"ET INFO JAVA - Zip/JAR File Downloaded Possibly Containing Serialized Data by By Vulnerable Client";
    flow:to_client,established;
    file_data;
    content:"PK"; within:2;
    content:".serPK";
    flowbits:isset,ET.http.javaclient.vulnerable;
    classtype:misc-activity;
    sid:2016505; rev:3;
    metadata:attack_target Client_and_Server, created_at 2013_02_26, deployment Perimeter, confidence Low, signature_severity Informational, updated_at 2023_04_20;
    target:dest_ip;
)

Detection rules belong to the projects that publish them and remain under their own licenses. This site indexes and links to them; it claims no rights in them.