ET EXPLOIT_KIT DRIVEBY SPL - Java Exploit Requested - /spl_data/


Query · suricata

flow:established,to_server;
http.uri;
content:"/spl_data/"; fast_pattern;
http.header;
content:"|20|Java/";
Raw source ET EXPLOIT_KIT DRIVEBY SPL - Java Exploit Requested - /spl_data/ · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $HOME_NET any -> $EXTERNAL_NET any (
    msg:"ET EXPLOIT_KIT DRIVEBY SPL - Java Exploit Requested - /spl_data/";
    flow:established,to_server;
    http.uri;
    content:"/spl_data/"; fast_pattern;
    http.header;
    content:"|20|Java/";
    classtype:exploit-kit;
    sid:2015603; rev:4;
    metadata:affected_product Any, attack_target Client_Endpoint, created_at 2012_08_10, deployment Perimeter, 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.