ET POLICY HTTP Outbound Request contains pw


Query · suricata

flow:established,to_server;
http.header_names;
content:"pw|0d 0a|"; nocase;
Raw source ET POLICY HTTP Outbound Request contains pw · 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 POLICY HTTP Outbound Request contains pw";
    flow:established,to_server;
    http.header_names;
    content:"pw|0d 0a|"; nocase;
    classtype:policy-violation;
    sid:2012870; rev:5;
    metadata:created_at 2011_05_26, confidence Low, signature_severity Informational, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2023_12_12;
)

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.