ET ATTACK_RESPONSE WSO - WebShell Activity - POST structure


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.request_body;
content:"&c=";
content:"&p1=";
content:"&p2=";
content:"&p3="; fast_pattern;
pcre:"/a=(?:S(?:e(?:lfRemove|cInfo)|tringTools|afeMode|ql)|(?:Bruteforc|Consol)e|FilesMan|Network|Logout|Php)/";
Raw source ET ATTACK_RESPONSE WSO - WebShell Activity - POST structure · 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 ATTACK_RESPONSE WSO - WebShell Activity - POST structure";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.request_body;
    content:"&c=";
    content:"&p1=";
    content:"&p2=";
    content:"&p3="; fast_pattern;
    pcre:"/a=(?:S(?:e(?:lfRemove|cInfo)|tringTools|afeMode|ql)|(?:Bruteforc|Consol)e|FilesMan|Network|Logout|Php)/";
    classtype:attempted-user;
    sid:2015906; rev:4;
    metadata:created_at 2012_11_21, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_08_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.