ET WEB_SERVER WebShell - PostMan


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.request_body;
content:"form-data|3b| name=|22|formSubmited|22|";
content:"form-data|3b| name=|22|scriptPassword|22|";
Raw source ET WEB_SERVER WebShell - PostMan · 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 WebShell - PostMan";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.request_body;
    content:"form-data|3b| name=|22|formSubmited|22|";
    content:"form-data|3b| name=|22|scriptPassword|22|";
    classtype:misc-activity;
    sid:2015937; rev:8;
    metadata:created_at 2012_11_27, signature_severity Major, updated_at 2020_04_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.