ET MALWARE Conficker/MS08-067 Worm Traffic Outbound


Query · suricata

flowbits:isset,ET.ms08067_header;
flow:established,to_server;
content:"If-None-Match|3A| |22|60794|2D|12b3|2D|e4169440|22|"; nocase;

Rule dependencies

Higher-order rule. It fires on other rules' alerts, not on raw events, so it cannot fire on its own. Deploy the rules it depends on too.

Depends on

Raw source ET MALWARE Conficker/MS08-067 Worm Traffic Outbound · 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 Conficker/MS08-067 Worm Traffic Outbound";
    flowbits:isset,ET.ms08067_header;
    flow:established,to_server;
    content:"If-None-Match|3A| |22|60794|2D|12b3|2D|e4169440|22|"; nocase;
    classtype:trojan-activity;
    sid:2008739; rev:8;
    metadata:created_at 2010_07_30, signature_severity Major, updated_at 2019_07_26;
)

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.