GPL WEB_SERVER Tomcat null byte directory listing attempt


Query · suricata

flow:to_server,established;
http.uri;
content:"|00|.jsp";
Raw source GPL WEB_SERVER Tomcat null byte directory listing attempt · 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:"GPL WEB_SERVER Tomcat null byte directory listing attempt";
    flow:to_server,established;
    http.uri;
    content:"|00|.jsp";
    reference:bugtraq,2518;
    reference:bugtraq,6721;
    reference:cve,2003-0042;
    classtype:web-application-attack;
    sid:2102061; rev:8;
    metadata:created_at 2010_09_23, cve CVE_2003_0042, signature_severity Unknown, updated_at 2020_09_04;
)

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.