ET EXPLOIT_KIT DRIVEBY Generic - 8Char.JAR Naming Algorithm


Query · suricata

flow:established,to_client;
http.header;
content:"-Disposition|3a 20|inline"; nocase;
content:".jar"; fast_pattern;
pcre:"/[=\"]\w{8}\.jar/i";
file.data;
content:"PK"; within:2;
Raw source ET EXPLOIT_KIT DRIVEBY Generic - 8Char.JAR Naming Algorithm · 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 EXPLOIT_KIT DRIVEBY Generic - 8Char.JAR Naming Algorithm";
    flow:established,to_client;
    http.header;
    content:"-Disposition|3a 20|inline"; nocase;
    content:".jar"; fast_pattern;
    pcre:"/[=\"]\w{8}\.jar/i";
    file.data;
    content:"PK"; within:2;
    classtype:exploit-kit;
    sid:2015695; rev:6;
    metadata:affected_product Any, attack_target Client_Endpoint, created_at 2012_09_11, deployment Perimeter, confidence Medium, signature_severity Major, tag DriveBy, updated_at 2020_09_17;
)

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.