ET MALWARE Win32/Sisproc


Query · suricata

flow:established,to_server;
content:"/page_";
content:"Cookie|3a 20|XX=0|3b 20|BX=0";
Raw source ET MALWARE Win32/Sisproc · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert tcp $HOME_NET any -> $EXTERNAL_NET any (
    msg:"ET MALWARE Win32/Sisproc";
    flow:established,to_server;
    content:"/page_";
    content:"Cookie|3a 20|XX=0|3b 20|BX=0";
    reference:url,www.fireeye.com/blog/technical/malware-research/2014/03/spear-phishing-the-news-cycle-apt-actors-leverage-interest-in-the-disappearance-of-malaysian-flight-mh-370.html;
    reference:md5,aaf73666cbd750ed22b80ed836d2b1e4;
    classtype:trojan-activity;
    sid:2018320; rev:3;
    metadata:created_at 2014_03_26, malware_family Win32_Sisproc, signature_severity Major, updated_at 2019_07_26;
)

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.