ET MALWARE UPDATE Protocol Trojan Communication detected on non-http ports 2


Query · suricata

flow:to_server,established;
http.method;
content:"POST"; nocase;
http.uri;
content:"/update?id=";
http.header;
content:"X-Status|3a|";
content:"X-Size|3a|";
content:"X-Sn|3a|"; fast_pattern;
http.user_agent;
content:"Mozilla/4.0 |28|compatible|3b 20|MSIE 6.0|3b 20|Windows NT 5.1|3b|SV1|3b |"; depth:54; endswith;
Raw source ET MALWARE UPDATE Protocol Trojan Communication detected on non-http ports 2 · 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 !$HTTP_PORTS (
    msg:"ET MALWARE UPDATE Protocol Trojan Communication detected on non-http ports 2";
    flow:to_server,established;
    http.method;
    content:"POST"; nocase;
    http.uri;
    content:"/update?id=";
    http.header;
    content:"X-Status|3a|";
    content:"X-Size|3a|";
    content:"X-Sn|3a|"; fast_pattern;
    http.user_agent;
    content:"Mozilla/4.0 |28|compatible|3b 20|MSIE 6.0|3b 20|Windows NT 5.1|3b|SV1|3b |"; depth:54; endswith;
    classtype:trojan-activity;
    sid:2014231; rev:5;
    metadata:created_at 2012_02_16, signature_severity Major, updated_at 2020_10_14;
)

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.