ET SQL MySQL mysql.user Dump (Used in Metasploit Auth-Bypass Module)


Query · suricata

flow:established,to_server;
content:"SELECT|20|user|2c|password|20|from|20|mysql|2e|user";
Raw source ET SQL MySQL mysql.user Dump (Used in Metasploit Auth-Bypass Module) · 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 -> $HOME_NET 3306 (
    msg:"ET SQL MySQL mysql.user Dump (Used in Metasploit Auth-Bypass Module)";
    flow:established,to_server;
    content:"SELECT|20|user|2c|password|20|from|20|mysql|2e|user";
    classtype:bad-unknown;
    sid:2014910; rev:3;
    metadata:affected_product Any, attack_target Client_and_Server, created_at 2012_06_16, deployment Perimeter, deployment Internet, deployment Internal, deployment Datacenter, signature_severity Critical, tag Metasploit, 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.