ET HUNTING Suspicious Terse Request for .pif


Query · suricata

flow:established,to_server;
content:".pif|20|HTTP/1.1|0d 0a|Host|3a 20|"; fast_pattern;
http.method;
content:"GET";
http.uri;
content:".pif"; endswith;
http.header_names;
content:!"Accept";
content:!"User-Agent";
content:!"Cache-";
content:!"Pragma";
content:!"Referer";
Raw source ET HUNTING Suspicious Terse Request for .pif · 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 Terse Request for .pif";
    flow:established,to_server;
    content:".pif|20|HTTP/1.1|0d 0a|Host|3a 20|"; fast_pattern;
    http.method;
    content:"GET";
    http.uri;
    content:".pif"; endswith;
    http.header_names;
    content:!"Accept";
    content:!"User-Agent";
    content:!"Cache-";
    content:!"Pragma";
    content:!"Referer";
    classtype:bad-unknown;
    sid:2030392; rev:1;
    metadata:affected_product Windows_XP_Vista_7_8_10_Server_32_64_Bit, attack_target Client_Endpoint, created_at 2020_06_25, deployment Perimeter, confidence Medium, signature_severity Informational, updated_at 2020_06_25;
)

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.