ET MALWARE DonBot Checkin


Query · suricata

flow:established,to_server;
http.method;
content:"POST"; nocase;
http.uri;
content:"/gateway/index";
http.protocol;
content:"HTTP/1.0";
Raw source ET MALWARE DonBot 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 DonBot Checkin";
    flow:established,to_server;
    http.method;
    content:"POST"; nocase;
    http.uri;
    content:"/gateway/index";
    http.protocol;
    content:"HTTP/1.0";
    reference:url,labs.m86security.com/2011/06/new-bots-old-bots-ii-donbot/;
    classtype:command-and-control;
    sid:2013047; rev:6;
    metadata:created_at 2011_06_16, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_10_28;
)

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.