ET EXPLOIT QNAP Shellshock CVE-2014-6271


Query · suricata

flow:established,to_server;
http.uri;
content:"authLogin.cgi";
http.header;
content:"|28 29 20 7b|"; fast_pattern;
Raw source ET EXPLOIT QNAP Shellshock CVE-2014-6271 · 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 EXPLOIT QNAP Shellshock CVE-2014-6271";
    flow:established,to_server;
    http.uri;
    content:"authLogin.cgi";
    http.header;
    content:"|28 29 20 7b|"; fast_pattern;
    reference:url,www.fireeye.com/blog/threat-research/2014/10/the-shellshock-aftershock-for-nas-administrators.html;
    reference:url,blogs.akamai.com/2014/09/environment-bashing.html;
    reference:cve,2014-6271;
    classtype:attempted-admin;
    sid:2019904; rev:5;
    metadata:created_at 2014_12_10, cve CVE_2014_6271, signature_severity Major, tag CISA_KEV, updated_at 2020_10_13;
)

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.