ET SCAN Tomcat upload from external source


Query · suricata

flow:to_server,established;
flowbits:isset,ET.Tomcat.login.attempt;
http.method;
content:"POST";
http.uri;
content:"/manager/html/upload"; nocase;

Rule dependencies

Higher-order rule. It fires on other rules' alerts, not on raw events, so it cannot fire on its own. Deploy the rules it depends on too.

Depends on

Raw source ET SCAN Tomcat upload from external source · 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 upload from external source";
    flow:to_server,established;
    flowbits:isset,ET.Tomcat.login.attempt;
    http.method;
    content:"POST";
    http.uri;
    content:"/manager/html/upload"; nocase;
    reference:url,tomcat.apache.org;
    classtype:successful-admin;
    sid:2009220; rev:8;
    metadata:created_at 2010_07_30, confidence Medium, signature_severity Informational, updated_at 2020_10_28;
)

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.