ET SCAN MYSQL MySQL Remote FAST Account Password Cracking


Query · suricata

flow:to_server,established;
content:"|11|"; offset:3; depth:4;
threshold:type both,track by_src,count 100,seconds 1;
Raw source ET SCAN MYSQL MySQL Remote FAST Account Password Cracking · 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 SCAN MYSQL MySQL Remote FAST Account Password Cracking";
    flow:to_server,established;
    content:"|11|"; offset:3; depth:4;
    threshold:type both,track by_src,count 100,seconds 1;
    reference:url,www.securityfocus.com/archive/1/524927/30/0/threaded;
    classtype:protocol-command-decode;
    sid:2015986; rev:5;
    metadata:created_at 2012_12_05, confidence Medium, 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.