GPL SQL drop_site_instantiate ordered refresh_template_name buffer overflow attempt


Query · suricata

flow:to_server,established;
content:"drop_site_instantiation"; nocase;
pcre:"/\(\s*((\x27[^\x27]{1000})|(\x22[^\x22]{1000}))/Rmsi";
Raw source GPL SQL drop_site_instantiate ordered refresh_template_name buffer overflow attempt · 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 $ORACLE_PORTS (
    msg:"GPL SQL drop_site_instantiate ordered refresh_template_name buffer overflow attempt";
    flow:to_server,established;
    content:"drop_site_instantiation"; nocase;
    pcre:"/\(\s*((\x27[^\x27]{1000})|(\x22[^\x22]{1000}))/Rmsi";
    reference:url,www.appsecinc.com/Policy/PolicyCheck629.html;
    classtype:attempted-user;
    sid:2102642; rev:3;
    metadata:created_at 2010_09_23, confidence High, signature_severity Major, 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.