ET WEB_SERVER Possible MySQL SQLi Attempt Information Schema Access


Query · suricata

flow:to_server,established;
http.uri;
content:"information_schema"; nocase;
Raw source ET WEB_SERVER Possible MySQL SQLi Attempt Information Schema Access · 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 WEB_SERVER Possible MySQL SQLi Attempt Information Schema Access";
    flow:to_server,established;
    http.uri;
    content:"information_schema"; nocase;
    reference:url,pentestmonkey.net/cheat-sheet/sql-injection/mysql-sql-injection-cheat-sheet;
    classtype:web-application-attack;
    sid:2017808; rev:3;
    metadata:created_at 2013_12_06, confidence Medium, signature_severity Minor, updated_at 2020_04_27;
)

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.