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


Query · suricata

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