ET POLICY Onion2Web Tor Proxy Cookie


Query · suricata

flow:established,to_server;
http.cookie;
content:"onion2web_confirmed="; fast_pattern;
Raw source ET POLICY Onion2Web Tor Proxy Cookie · 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 Onion2Web Tor Proxy Cookie";
    flow:established,to_server;
    http.cookie;
    content:"onion2web_confirmed="; fast_pattern;
    reference:md5,a46e609662eb94a726fcb4471b7057d4;
    reference:md5,2b62cdb6bcec4bff47eff437e4fc46d3;
    reference:url,github.com/starius/onion2web;
    classtype:policy-violation;
    sid:2020324; rev:5;
    metadata:created_at 2015_01_28, confidence High, signature_severity Informational, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_11_05;
)

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.