ET MALWARE Zbot download config - SET


Query · suricata

flow:established,to_server;
flowbits:set,ET.zbot.dat;
flowbits:noalert;
http.method;
content:"GET";
http.uri;
content:".dat"; endswith;
http.header_names;
content:!"Content-Type|0d 0a|";
content:!"Referer";

Rule dependencies

Feeds into

Raw source ET MALWARE Zbot download config - SET · 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 Zbot download config - SET";
    flow:established,to_server;
    flowbits:set,ET.zbot.dat;
    flowbits:noalert;
    http.method;
    content:"GET";
    http.uri;
    content:".dat"; endswith;
    http.header_names;
    content:!"Content-Type|0d 0a|";
    content:!"Referer";
    classtype:trojan-activity;
    sid:2022317; rev:3;
    metadata:created_at 2015_12_30, signature_severity Major, updated_at 2020_06_17;
)

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.