ET SCAN Tomcat admin-admin login credentials


Query · suricata

flow:to_server,established;
flowbits:set,ET.Tomcat.login.attempt;
http.uri;
content:"/manager/html"; nocase;
http.header;
content:"|0d 0a|Authorization|3a 20|Basic|20|YWRtaW46YWRtaW4=|0d 0a|"; fast_pattern;

Rule dependencies

Feeds into

  • 1 rule read ET.Tomcat.login.attempt · view all
Raw source ET SCAN Tomcat admin-admin login credentials · 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 -> $HOME_NET any (
    msg:"ET SCAN Tomcat admin-admin login credentials";
    flow:to_server,established;
    flowbits:set,ET.Tomcat.login.attempt;
    http.uri;
    content:"/manager/html"; nocase;
    http.header;
    content:"|0d 0a|Authorization|3a 20|Basic|20|YWRtaW46YWRtaW4=|0d 0a|"; fast_pattern;
    reference:url,tomcat.apache.org;
    classtype:attempted-admin;
    sid:2009217; rev:10;
    metadata:created_at 2010_07_30, confidence Medium, signature_severity Informational, updated_at 2020_11_02;
)

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.