ET MALWARE W32/Zeus.BitcoinMiner Variant CnC Beacon


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"?user="; nocase;
content:"&type="; nocase;
content:"&id="; nocase;
http.header_names;
content:!"Referer|0d 0a|";
http.request_body;
content:"sysin="; fast_pattern; depth:6;
Raw source ET MALWARE W32/Zeus.BitcoinMiner Variant CnC Beacon · 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 W32/Zeus.BitcoinMiner Variant CnC Beacon";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"?user="; nocase;
    content:"&type="; nocase;
    content:"&id="; nocase;
    http.header_names;
    content:!"Referer|0d 0a|";
    http.request_body;
    content:"sysin="; fast_pattern; depth:6;
    reference:url,community.emc.com/community/connect/rsaxchange/netwitness/blog/2014/05/16/zeuscoiner-detection-zeus-variant-engages-in-bitcoining;
    classtype:coin-mining;
    sid:2018504; rev:3;
    metadata:attack_target Client_Endpoint, created_at 2014_05_28, deployment Perimeter, confidence High, signature_severity Major, tag Coinminer, updated_at 2020_04_30, mitre_tactic_id TA0040, mitre_tactic_name Impact, mitre_technique_id T1496, mitre_technique_name Resource_Hijacking;
)

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.