ET MALWARE X-Tag Zeus Mitmo user agent


Query · suricata

flow:established,to_server;
content:"|29 20|X-Tag/"; nocase;
Raw source ET MALWARE X-Tag Zeus Mitmo user agent · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert tcp $HOME_NET any -> $EXTERNAL_NET any (
    msg:"ET MALWARE X-Tag Zeus Mitmo user agent";
    flow:established,to_server;
    content:"|29 20|X-Tag/"; nocase;
    reference:url,eternal-todo.com/blog/thoughts-facts-zeus-mitmo;
    classtype:trojan-activity;
    sid:2011926; rev:5;
    metadata:created_at 2010_11_16, confidence High, 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.