ET POLICY Akamai NetSession Interface PUTing data


Query · suricata

flow:established,to_server;
http.method;
content:"PUT";
http.header;
content:"user-agent|3a|netsession_win_"; fast_pattern;
Raw source ET POLICY Akamai NetSession Interface PUTing data · 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 Akamai NetSession Interface PUTing data";
    flow:established,to_server;
    http.method;
    content:"PUT";
    http.header;
    content:"user-agent|3a|netsession_win_"; fast_pattern;
    reference:url,www.akamai.com/html/misc/akamai_client/netsession_interface_faq.html;
    classtype:policy-violation;
    sid:2012508; rev:3;
    metadata:created_at 2011_03_16, confidence High, signature_severity Informational, updated_at 2020_04_19;
)

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.