ET EXPLOIT Apache Struts Possible OGNL Java Exec In URI


Query · suricata

flow:to_server,established;
http.uri;
content:"java.lang.Runtime@getRuntime().exec("; nocase;
Raw source ET EXPLOIT Apache Struts Possible OGNL Java Exec In URI · 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 URI";
    flow:to_server,established;
    http.uri;
    content:"java.lang.Runtime@getRuntime().exec("; nocase;
    classtype:attempted-user;
    sid:2016953; rev:4;
    metadata:created_at 2013_05_31, 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.