ET WEB_SERVER Suspected Webshell directory listing Command (Inbound)


Query · suricata

flow:established,to_server;
http.method;
content:"GET";
http.uri;
content:".jsp?p=C|3a 2f|"; fast_pattern; nocase;
content:"&action=get"; distance:0;
Raw source ET WEB_SERVER Suspected Webshell directory listing Command (Inbound) · 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 -> $HOME_NET any (
    msg:"ET WEB_SERVER Suspected Webshell directory listing Command (Inbound)";
    flow:established,to_server;
    http.method;
    content:"GET";
    http.uri;
    content:".jsp?p=C|3a 2f|"; fast_pattern; nocase;
    content:"&action=get"; distance:0;
    reference:url,thedfirreport.com/2022/06/06/will-the-real-msiexec-please-stand-up-exploit-leads-to-data-exfiltration/;
    classtype:web-application-attack;
    sid:2037014; rev:1;
    metadata:attack_target Web_Server, created_at 2022_06_16, deployment Perimeter, confidence Medium, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2022_06_16;
)

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.