ET WEB_SERVER ATTACKER SQLi - SELECT and Schema Columns M1


Query · suricata

flow:established,to_server;
http.uri;
content:"SELECT"; nocase;
content:"information_schema.columns"; distance:0; nocase;
Raw source ET WEB_SERVER ATTACKER SQLi - SELECT and Schema Columns M1 · 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 -> $HTTP_SERVERS any (
    msg:"ET WEB_SERVER ATTACKER SQLi - SELECT and Schema Columns M1";
    flow:established,to_server;
    http.uri;
    content:"SELECT"; nocase;
    content:"information_schema.columns"; distance:0; nocase;
    classtype:attempted-user;
    sid:2017337; rev:3;
    metadata:created_at 2013_08_19, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2024_05_21;
)

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.