ET SCAN Tomcat Auth Brute Force attempt (manager)


Query · suricata

flow:to_server,established;
threshold:type threshold, track by_src, count 5, seconds 30;
http.header;
content:"Authorization|3a| Basic bWFuYWdlcjp"; fast_pattern;
Raw source ET SCAN Tomcat Auth Brute Force attempt (manager) · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $EXTERNAL_NET any -> $HTTP_SERVERS any (
    msg:"ET SCAN Tomcat Auth Brute Force attempt (manager)";
    flow:to_server,established;
    threshold:type threshold, track by_src, count 5, seconds 30;
    http.header;
    content:"Authorization|3a| Basic bWFuYWdlcjp"; fast_pattern;
    classtype:web-application-attack;
    sid:2008455; rev:8;
    metadata:created_at 2010_07_30, confidence Medium, signature_severity Informational, updated_at 2020_04_21;
)

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.