ET WEB_SERVER Suspected Webshell wmic Command (Inbound)


Query · suricata

flow:established,to_server;
http.method;
content:"GET";
http.uri;
content:".jsp?cmd=wmic|2b|"; fast_pattern;
Raw source ET WEB_SERVER Suspected Webshell wmic 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 wmic Command (Inbound)";
    flow:established,to_server;
    http.method;
    content:"GET";
    http.uri;
    content:".jsp?cmd=wmic|2b|"; fast_pattern;
    reference:url,thedfirreport.com/2022/06/06/will-the-real-msiexec-please-stand-up-exploit-leads-to-data-exfiltration/;
    classtype:web-application-attack;
    sid:2037008; 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.