ET EXPLOIT Drupal SQLi attempt URLENCODE 21 (CVE-2014-3704)


Query · suricata

flow:established,to_server;
http.request_body;
content:"%6ea%6de["; nocase; fast_pattern;
pcre:"/(?:^|&|Content-Disposition[\x3a][^\n]*?name\s*?=\s*?[\x22\x27])\%6ea\%6de\[[^\x5d]*?\W/i";
Raw source ET EXPLOIT Drupal SQLi attempt URLENCODE 21 (CVE-2014-3704) · 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 -> [$HOME_NET,$HTTP_SERVERS] any (
    msg:"ET EXPLOIT Drupal SQLi attempt URLENCODE 21 (CVE-2014-3704)";
    flow:established,to_server;
    http.request_body;
    content:"%6ea%6de["; nocase; fast_pattern;
    pcre:"/(?:^|&|Content-Disposition[\x3a][^\n]*?name\s*?=\s*?[\x22\x27])\%6ea\%6de\[[^\x5d]*?\W/i";
    reference:url,pastebin.com/F2Dk9LbX;
    classtype:web-application-attack;
    sid:2019442; rev:5;
    metadata:created_at 2014_10_16, cve CVE_2014_3704, confidence Medium, signature_severity Major, updated_at 2026_06_04, mitre_tactic_id TA0008, mitre_tactic_name Lateral_Movement, mitre_technique_id T1210, mitre_technique_name Exploitation_Of_Remote_Services;
)

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.