ET EXPLOIT_KIT Sibhost Zip as Applet Archive July 08 2013


Query · suricata

flow:established,to_client;
flowbits:set,et.exploitkitlanding;
file_data;
content:"jquery.js";
content:"archive"; fast_pattern; distance:0; nocase;
pcre:"/^[\r\n\s]*?=[\r\n\s]*?[\x22\x27][^\x22\x27]+?\.zip[\x22\x27]/Rsi";

Rule dependencies

Feeds into

  • 7 rules read et.exploitkitlanding · view all
Raw source ET EXPLOIT_KIT Sibhost Zip as Applet Archive July 08 2013 · 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 Sibhost Zip as Applet Archive July 08 2013";
    flow:established,to_client;
    flowbits:set,et.exploitkitlanding;
    file_data;
    content:"jquery.js";
    content:"archive"; fast_pattern; distance:0; nocase;
    pcre:"/^[\r\n\s]*?=[\r\n\s]*?[\x22\x27][^\x22\x27]+?\.zip[\x22\x27]/Rsi";
    classtype:exploit-kit;
    sid:2017166; rev:5;
    metadata:created_at 2013_07_23, signature_severity Major, updated_at 2023_09_12, reviewed_at 2023_09_11;
)

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.