ET MALWARE Backdoor.Darpapox/Jaku Initial C2 Checkin


Query · suricata

flow:to_server,established;
urilen:10;
http.method;
content:"POST";
http.uri;
content:"/index.php";
http.request_body;
content:"uid={"; depth:5; fast_pattern;
content:"&v="; distance:0;
content:"&pi="; distance:0;
content:",&if="; distance:0;
Raw source ET MALWARE Backdoor.Darpapox/Jaku Initial C2 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 Backdoor.Darpapox/Jaku Initial C2 Checkin";
    flow:to_server,established;
    urilen:10;
    http.method;
    content:"POST";
    http.uri;
    content:"/index.php";
    http.request_body;
    content:"uid={"; depth:5; fast_pattern;
    content:"&v="; distance:0;
    content:"&pi="; distance:0;
    content:",&if="; distance:0;
    reference:url,forcepoint.com/sites/default/files/resources/files/report_jaku_analysis_of_botnet_campaign_en_0.pdf;
    classtype:command-and-control;
    sid:2022788; rev:3;
    metadata:created_at 2016_05_04, confidence High, signature_severity Major, updated_at 2020_07_07;
)

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.