ET MALWARE PRG/wnspoem/Zeus InfoStealer Trojan Config Download


Query · suricata

flow:established;
http.method;
content:"GET";
http.uri;
content:"/cfg.bin"; nocase; fast_pattern; endswith;
http.header;
content:"no-cache|0d 0a|"; nocase;
Raw source ET MALWARE PRG/wnspoem/Zeus InfoStealer Trojan Config 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 PRG/wnspoem/Zeus InfoStealer Trojan Config Download";
    flow:established;
    http.method;
    content:"GET";
    http.uri;
    content:"/cfg.bin"; nocase; fast_pattern; endswith;
    http.header;
    content:"no-cache|0d 0a|"; nocase;
    classtype:trojan-activity;
    sid:2008100; rev:15;
    metadata:created_at 2010_07_30, signature_severity Major, updated_at 2020_11_19;
)

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.