ET WEB_SERVER WEBSHELL pwn.jsp shell


Query · suricata

flow:established,to_server;
http.uri;
content:"/pwn.jsp?"; nocase; fast_pattern;
content:"cmd="; nocase;
Raw source ET WEB_SERVER WEBSHELL pwn.jsp shell · 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 WEBSHELL pwn.jsp shell";
    flow:established,to_server;
    http.uri;
    content:"/pwn.jsp?"; nocase; fast_pattern;
    content:"cmd="; nocase;
    reference:url,nickhumphreyit.blogspot.co.il/2013/10/jboss-42-hacked-by-pwnjsp.html;
    reference:url,blog.imperva.com/2013/11/threat-advisory-a-jboss-as-exploit-web-shell-code-injection.html;
    classtype:attempted-admin;
    sid:2017734; rev:6;
    metadata:created_at 2013_11_20, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_09_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.