ET EXPLOIT SQL sp_configure - configuration change


Query · suricata

flow:to_server,established;
content:"s|00|p|00|_|00|c|00|o|00|n|00|f|00|i|00|g|00|u|00|r|00|e|00|"; nocase;
Raw source ET EXPLOIT SQL sp_configure - configuration change · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert tcp $EXTERNAL_NET any -> $SQL_SERVERS 1433 (
    msg:"ET EXPLOIT SQL sp_configure - configuration change";
    flow:to_server,established;
    content:"s|00|p|00|_|00|c|00|o|00|n|00|f|00|i|00|g|00|u|00|r|00|e|00|"; nocase;
    reference:url,msdn.microsoft.com/en-us/library/ms190693.aspx;
    classtype:attempted-user;
    sid:2008517; rev:2;
    metadata:created_at 2010_07_30, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2019_07_26;
)

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.