ET MALWARE Mirage Campaign checkin


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"/result?hl="; depth:11;
content:"&meta="; distance:0;
http.request_body;
content:"Mjtdkj"; depth:6;
Raw source ET MALWARE Mirage Campaign checkin · 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 Mirage Campaign checkin";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"/result?hl="; depth:11;
    content:"&meta="; distance:0;
    http.request_body;
    content:"Mjtdkj"; depth:6;
    reference:md5,ce1cdc9c95a6808945f54164b2e4d9d2;
    reference:url,secureworks.com/research/threats/the-mirage-campaign/;
    classtype:command-and-control;
    sid:2015714; rev:3;
    metadata:created_at 2012_09_19, signature_severity Major, updated_at 2020_04_22;
)

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.