ET HUNTING Suspicious Request for Doc to IP Address with Terse Headers


Query · suricata

flow:established,to_server;
http.method;
content:"GET";
http.uri;
content:".doc"; fast_pattern; nocase; endswith;
http.host;
pcre:"/^(?:\d{1,3}\.){3}\d{1,3}$/";
http.header_names;
content:"|0d 0a|Host|0d 0a|Connection|0d 0a 0d 0a|"; endswith;
Raw source ET HUNTING Suspicious Request for Doc to IP Address with Terse Headers · 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 Request for Doc to IP Address with Terse Headers";
    flow:established,to_server;
    http.method;
    content:"GET";
    http.uri;
    content:".doc"; fast_pattern; nocase; endswith;
    http.host;
    pcre:"/^(?:\d{1,3}\.){3}\d{1,3}$/";
    http.header_names;
    content:"|0d 0a|Host|0d 0a|Connection|0d 0a 0d 0a|"; endswith;
    classtype:bad-unknown;
    sid:2025162; rev:5;
    metadata:affected_product Windows_XP_Vista_7_8_10_Server_32_64_Bit, attack_target Client_Endpoint, created_at 2017_12_21, deployment Perimeter, confidence Medium, signature_severity Minor, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_09_17;
)

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.