ET WEB_SERVER Possible CVE-2014-6271 Attempt in HTTP Cookie


Query · suricata

flow:established,to_server;
http.cookie;
content:"|28 29 20 7b|";
Raw source ET WEB_SERVER Possible CVE-2014-6271 Attempt in HTTP 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 any any -> $HTTP_SERVERS any (
    msg:"ET WEB_SERVER Possible CVE-2014-6271 Attempt in HTTP Cookie";
    flow:established,to_server;
    http.cookie;
    content:"|28 29 20 7b|";
    reference:url,blogs.akamai.com/2014/09/environment-bashing.html;
    classtype:attempted-admin;
    sid:2019239; rev:5;
    metadata:created_at 2014_09_25, cve CVE_2014_6271, confidence Medium, signature_severity Major, tag CISA_KEV, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_05_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.