ET EXPLOIT Possible CVE-2014-3704 Drupal SQLi attempt URLENCODE 11


Query · suricata

flow:established,to_server;
http.request_body;
content:"n%61m%65["; nocase; fast_pattern;
pcre:"/(?:^|&|Content-Disposition[\x3a][^\n]*?name\s*?=\s*?[\x22\x27])n\%61m\%65\[[^\x5d]*?\W/i";
Raw source ET EXPLOIT Possible CVE-2014-3704 Drupal SQLi attempt URLENCODE 11 · 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 EXPLOIT Possible CVE-2014-3704 Drupal SQLi attempt URLENCODE 11";
    flow:established,to_server;
    http.request_body;
    content:"n%61m%65["; nocase; fast_pattern;
    pcre:"/(?:^|&|Content-Disposition[\x3a][^\n]*?name\s*?=\s*?[\x22\x27])n\%61m\%65\[[^\x5d]*?\W/i";
    reference:url,pastebin.com/F2Dk9LbX;
    classtype:web-application-attack;
    sid:2019432; rev:4;
    metadata:created_at 2014_10_16, cve CVE_2014_3704, confidence Medium, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_09_25;
)

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.