ET POLICY Privdog Activation


Query · suricata

flow:established,to_server;
http.uri;
content:"activation_api.php?";
http.user_agent;
content:"ActivationRequestSendingSession"; fast_pattern;
Raw source ET POLICY Privdog Activation · 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 Privdog Activation";
    flow:established,to_server;
    http.uri;
    content:"activation_api.php?";
    http.user_agent;
    content:"ActivationRequestSendingSession"; fast_pattern;
    reference:url,blog.hboeck.de/archives/866-PrivDog-wants-to-protect-your-privacy-by-sending-data-home-in-clear-text.html;
    reference:url,blog.lumension.com/9848/whats-worse-than-superfish-meet-privdog-leaving-users-wide-open-to-attacks/;
    classtype:policy-violation;
    sid:2020578; rev:3;
    metadata:created_at 2015_02_27, confidence High, signature_severity Informational, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_05_15;
)

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.