ET EXPLOIT Apache Struts Possible OGNL Java Exec in client body


Query · suricata

flow:to_server,established;
http.request_body;
content:"java.lang.Runtime@getRuntime().exec("; nocase;
Raw source ET EXPLOIT Apache Struts Possible OGNL Java Exec in client body · 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 EXPLOIT Apache Struts Possible OGNL Java Exec in client body";
    flow:to_server,established;
    http.request_body;
    content:"java.lang.Runtime@getRuntime().exec("; nocase;
    reference:url,struts.apache.org/development/2.x/docs/s2-013.html;
    classtype:attempted-user;
    sid:2016957; rev:4;
    metadata:created_at 2013_06_01, confidence Medium, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_04_24;
)

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.