ET SCAN MYSQL 4.0 brute force root login attempt


Query · suricata

flow:to_server,established;
content:"|01|"; offset:3; depth:4;
content:"root|00|"; nocase; distance:5; within:5;
threshold:type both,track by_src,count 5,seconds 60;
Raw source ET SCAN MYSQL 4.0 brute force root login 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 3306 (
    msg:"ET SCAN MYSQL 4.0 brute force root login attempt";
    flow:to_server,established;
    content:"|01|"; offset:3; depth:4;
    content:"root|00|"; nocase; distance:5; within:5;
    threshold:type both,track by_src,count 5,seconds 60;
    reference:url,www.redferni.uklinux.net/mysql/MySQL-323.html;
    classtype:protocol-command-decode;
    sid:2001906; rev:6;
    metadata:created_at 2010_07_30, 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.