ET MALWARE DDG Botnet CnC Job Request


Query · suricata

flow:established,to_server;
http.request_line;
content:"GET /jobs"; startswith; fast_pattern;
http.header_names;
content:"X-Hub|0d 0a|X-Port|0d 0a|X-Relay|0d 0a|X-Uid|0d 0a|";
http.user_agent; bsize:18;
content:"Go-http-client/1.1";
Raw source ET MALWARE DDG Botnet CnC Job Request · 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 DDG Botnet CnC Job Request";
    flow:established,to_server;
    http.request_line;
    content:"GET /jobs"; startswith; fast_pattern;
    http.header_names;
    content:"X-Hub|0d 0a|X-Port|0d 0a|X-Relay|0d 0a|X-Uid|0d 0a|";
    http.user_agent; bsize:18;
    content:"Go-http-client/1.1";
    reference:url,blog.netlab.360.com/ddg-upgrade-to-new-p2p-hybrid-model/;
    reference:md5,e956e5b97cd0b73057980d735ee92974;
    classtype:command-and-control;
    sid:2029894; rev:3;
    metadata:attack_target Client_Endpoint, created_at 2020_04_13, deployment Perimeter, performance_impact Low, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2024_03_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.