ET WEB_SERVER log4jAdmin access from non-local network (can modify logging levels)


Query · suricata

flow:established,to_server;
http.uri;
content:"/log4jAdmin.jsp"; fast_pattern;
Raw source ET WEB_SERVER log4jAdmin access from non-local network (can modify logging levels) · 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 WEB_SERVER log4jAdmin access from non-local network (can modify logging levels)";
    flow:established,to_server;
    http.uri;
    content:"/log4jAdmin.jsp"; fast_pattern;
    reference:url,gist.github.com/iamkristian/943918;
    classtype:web-application-activity;
    sid:2018202; rev:4;
    metadata:created_at 2014_03_04, signature_severity Major, updated_at 2020_09_23;
)

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.