ET INFO Referrer-Policy set to unsafe-url


Query · suricata

flow:established,to_client;
http.header;
content:"referrer-policy|3a 20|unsafe-url"; nocase;
Raw source ET INFO Referrer-Policy set to unsafe-url · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $EXTERNAL_NET any -> $HOME_NET any (
    msg:"ET INFO Referrer-Policy set to unsafe-url";
    flow:established,to_client;
    http.header;
    content:"referrer-policy|3a 20|unsafe-url"; nocase;
    reference:url,w3.org/TR/referrer-policy/#referrer-policy-unsafe-url;
    reference:url,developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy#unsafe-url;
    reference:url,wanago.io/2022/03/28/referer-header-referrer-policy;
    classtype:bad-unknown;
    sid:2054422; rev:1;
    metadata:attack_target Client_Endpoint, created_at 2024_07_09, deployment Perimeter, confidence High, signature_severity Informational, updated_at 2024_07_09;
)

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.