ET MALWARE Possible SKyWIper/Win32.Flame POST


Query · suricata

flow:to_server,established;
http.method;
content:"POST"; nocase;
http.uri;
content:"/wp-content/rss.php";
http.request_body;
content:"UNIQUE_NUMBER="; depth:14; fast_pattern;
content:"&PASSWORD="; distance:0;
content:"&ACTION="; distance:0;
Raw source ET MALWARE Possible SKyWIper/Win32.Flame POST · 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 MALWARE Possible SKyWIper/Win32.Flame POST";
    flow:to_server,established;
    http.method;
    content:"POST"; nocase;
    http.uri;
    content:"/wp-content/rss.php";
    http.request_body;
    content:"UNIQUE_NUMBER="; depth:14; fast_pattern;
    content:"&PASSWORD="; distance:0;
    content:"&ACTION="; distance:0;
    reference:url,blog.cuckoobox.org/2012/05/29/cuckoo-in-flame/;
    classtype:trojan-activity;
    sid:2014822; rev:7;
    metadata:created_at 2012_05_30, confidence Medium, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_05_08;
)

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.