ET WEB_SERVER SQL sp_start_job attempt


Query · suricata

flow:to_server,established;
http.uri;
content:"sp_start_job"; nocase;
Raw source ET WEB_SERVER SQL sp_start_job attempt · 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 SQL sp_start_job attempt";
    flow:to_server,established;
    http.uri;
    content:"sp_start_job"; nocase;
    classtype:attempted-user;
    sid:2010004; rev:7;
    metadata:created_at 2010_07_30, signature_severity Informational, updated_at 2020_05_04;
)

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.