ET WEB_SERVER WebShell - PHP eMailer


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.request_body;
content:"form-data|3b| name=|22|from|22|";
content:"form-data|3b| name=|22|realname|22|";
content:"form-data|3b| name=|22|amount|22|";
Raw source ET WEB_SERVER WebShell - PHP eMailer · 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 - PHP eMailer";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.request_body;
    content:"form-data|3b| name=|22|from|22|";
    content:"form-data|3b| name=|22|realname|22|";
    content:"form-data|3b| name=|22|amount|22|";
    classtype:web-application-activity;
    sid:2015924; rev:3;
    metadata:created_at 2012_11_24, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, 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.