ET HUNTING Suspicious Empty Accept-Encoding Header


Query · suricata

flow:established,to_server;
http.header;
content:"Accept-Encoding|3a 20 0d 0a|"; fast_pattern; nocase;
Raw source ET HUNTING Suspicious Empty Accept-Encoding Header · 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 Empty Accept-Encoding Header";
    flow:established,to_server;
    http.header;
    content:"Accept-Encoding|3a 20 0d 0a|"; fast_pattern; nocase;
    classtype:unknown;
    sid:2043026; rev:2;
    metadata:created_at 2022_12_28, deployment Perimeter, performance_impact Moderate, confidence Medium, signature_severity Minor, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2023_05_02;
)

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.