ET SCAN Multiple FTP Root Login Attempts from Single Source - Possible Brute Force Attempt


Query · suricata

flow:established,to_server;
content:"USER "; nocase; depth:5;
content:"root"; within:15; nocase;
threshold:type threshold, track by_src, count 5, seconds 60;
Raw source ET SCAN Multiple FTP Root Login Attempts from Single Source - Possible Brute Force 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 -> $HOME_NET 21 (
    msg:"ET SCAN Multiple FTP Root Login Attempts from Single Source - Possible Brute Force Attempt";
    flow:established,to_server;
    content:"USER "; nocase; depth:5;
    content:"root"; within:15; nocase;
    threshold:type threshold, track by_src, count 5, seconds 60;
    classtype:attempted-recon;
    sid:2010642; rev:3;
    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.