ET MALWARE NetBackdoor Checkin


Query · suricata

flow:to_server,established;
http.method;
content:"POST";
http.uri;
content:".php";
http.request_body;
content:"|0d 0a|log="; fast_pattern;
content:"path=";
pcre:"/path=[A-Z]\x3a\x5c[A-F0-9]+\r\nlog=/i";
Raw source ET MALWARE NetBackdoor 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 NetBackdoor Checkin";
    flow:to_server,established;
    http.method;
    content:"POST";
    http.uri;
    content:".php";
    http.request_body;
    content:"|0d 0a|log="; fast_pattern;
    content:"path=";
    pcre:"/path=[A-Z]\x3a\x5c[A-F0-9]+\r\nlog=/i";
    reference:md5,a6a9e8b0432ad557245ac8ad2926ed7c;
    classtype:command-and-control;
    sid:2022244; rev:3;
    metadata:created_at 2015_12_12, signature_severity Major, updated_at 2020_06_10;
)

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.