ET WEB_SPECIFIC_APPS Possible JBoss/JMX InvokerServlet Auth Bypass Attempt


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"/invoker/JMXInvokerServlet/"; nocase;
Raw source ET WEB_SPECIFIC_APPS Possible JBoss/JMX InvokerServlet Auth Bypass 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 -> $HTTP_SERVERS any (
    msg:"ET WEB_SPECIFIC_APPS Possible JBoss/JMX InvokerServlet Auth Bypass Attempt";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"/invoker/JMXInvokerServlet/"; nocase;
    reference:cve,2007-1036;
    reference:url,exploit-db.com/exploits/21080/;
    classtype:web-application-attack;
    sid:2015747; rev:4;
    metadata:created_at 2012_09_28, cve CVE_2007_1036, confidence Medium, signature_severity Major, updated_at 2020_04_22;
)

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.