ET INFO MySQL Database Query Version OS compile


Query · suricata

flow:to_server,established;
content:"|03|"; offset:3; depth:4;
content:"select |40 40|version_compile_os"; nocase;
pcre:"/SELECT @@version_compile_os\s*?\x3b/i";
Raw source ET INFO MySQL Database Query Version OS compile · 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 3306 (
    msg:"ET INFO MySQL Database Query Version OS compile";
    flow:to_server,established;
    content:"|03|"; offset:3; depth:4;
    content:"select |40 40|version_compile_os"; nocase;
    pcre:"/SELECT @@version_compile_os\s*?\x3b/i";
    classtype:misc-activity;
    sid:2015994; rev:2;
    metadata:created_at 2012_12_06, confidence High, signature_severity Informational, 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.