ET MALWARE Possible Zbot Activity Common Download Struct


Query · suricata

flow:to_server,established;
http.uri;
content:".bin"; fast_pattern; endswith;
http.header;
content:"Accept|3a 20|*/*|0d 0a|Connection|3a 20|Close|0d 0a|"; depth:32;
http.user_agent;
content:"|20|MSIE|20|";
http.host;
content:!"passport.net"; endswith;
http.header_names;
content:!"Referer|0d 0a|";
content:!"Accept-";
Raw source ET MALWARE Possible Zbot Activity Common Download Struct · 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 Possible Zbot Activity Common Download Struct";
    flow:to_server,established;
    http.uri;
    content:".bin"; fast_pattern; endswith;
    http.header;
    content:"Accept|3a 20|*/*|0d 0a|Connection|3a 20|Close|0d 0a|"; depth:32;
    http.user_agent;
    content:"|20|MSIE|20|";
    http.host;
    content:!"passport.net"; endswith;
    http.header_names;
    content:!"Referer|0d 0a|";
    content:!"Accept-";
    classtype:trojan-activity;
    sid:2017836; rev:5;
    metadata:created_at 2013_12_12, confidence Medium, signature_severity Major, updated_at 2020_08_12;
)

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.