ET MALWARE DDG Botnet Miner Download


Query · suricata

flow:established,to_server;
http.method;
content:"GET";
http.uri;
content:"/static"; startswith;
http.user_agent;
content:"Go-http-client/1.1"; bsize:18;
http.header;
content:"Goarch|3a 20|amd64|0d 0a|"; fast_pattern;
http.header_names;
content:"|0d 0a|X-Hub|0d 0a|";
content:"|0d 0a|X-Relay|0d 0a|";
content:"|0d 0a|X-Uid|0d 0a|";
Raw source ET MALWARE DDG Botnet Miner Download · 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 Miner Download";
    flow:established,to_server;
    http.method;
    content:"GET";
    http.uri;
    content:"/static"; startswith;
    http.user_agent;
    content:"Go-http-client/1.1"; bsize:18;
    http.header;
    content:"Goarch|3a 20|amd64|0d 0a|"; fast_pattern;
    http.header_names;
    content:"|0d 0a|X-Hub|0d 0a|";
    content:"|0d 0a|X-Relay|0d 0a|";
    content:"|0d 0a|X-Uid|0d 0a|";
    reference:url,blog.netlab.360.com/ddg-upgrade-to-new-p2p-hybrid-model/;
    reference:md5,e956e5b97cd0b73057980d735ee92974;
    classtype:command-and-control;
    sid:2029896; rev:2;
    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 2020_04_13;
)

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.