ET HUNTING Suspicious MSIE 10 on Windows NT 5


Query · suricata

flow:established,to_server;
threshold:type limit,track by_src,count 2,seconds 60;
http.user_agent;
content:" MSIE 10.0|3b| Windows NT 5."; fast_pattern;
Raw source ET HUNTING Suspicious MSIE 10 on Windows NT 5 · 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 HUNTING Suspicious MSIE 10 on Windows NT 5";
    flow:established,to_server;
    threshold:type limit,track by_src,count 2,seconds 60;
    http.user_agent;
    content:" MSIE 10.0|3b| Windows NT 5."; fast_pattern;
    classtype:bad-unknown;
    sid:2016898; rev:8;
    metadata:created_at 2013_05_21, confidence Medium, signature_severity Informational, updated_at 2023_04_18;
)

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.