ET WEB_SERVER Attempt To Access MSSQL xp_servicecontrol Stored Procedure Via URI


Query · suricata

flow:established,to_server;
http.uri;
content:"EXEC"; nocase;
content:"xp_servicecontrol"; nocase;
pcre:"/(start|stop|continue|pause|querystate)/i";
Raw source ET WEB_SERVER Attempt To Access MSSQL xp_servicecontrol Stored Procedure Via URI · 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 Attempt To Access MSSQL xp_servicecontrol Stored Procedure Via URI";
    flow:established,to_server;
    http.uri;
    content:"EXEC"; nocase;
    content:"xp_servicecontrol"; nocase;
    pcre:"/(start|stop|continue|pause|querystate)/i";
    reference:url,www.sqlusa.com/bestpractices2005/administration/xpservicecontrol/;
    classtype:web-application-attack;
    sid:2009816; rev:8;
    metadata:created_at 2010_07_30, signature_severity Minor, updated_at 2020_09_14;
)

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.