ET WEB_SPECIFIC_APPS User Agent (SQLi Injection / Scanning)


Query · suricata

flow:established,to_server;
http.user_agent;
content:"testitest"; fast_pattern; startswith;
Raw source ET WEB_SPECIFIC_APPS User Agent (SQLi Injection / Scanning) · 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_SPECIFIC_APPS User Agent (SQLi Injection / Scanning)";
    flow:established,to_server;
    http.user_agent;
    content:"testitest"; fast_pattern; startswith;
    reference:url,en.wikipedia.org/wiki/SQL_injection;
    classtype:web-application-attack;
    sid:2023351; rev:3;
    metadata:attack_target SQL_Server, created_at 2016_10_19, deployment Datacenter, performance_impact Low, confidence High, signature_severity Major, updated_at 2020_07_31;
)

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.