ET WEB_SERVER PHP.//Input in HTTP POST


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri.raw;
content:"php|3a 2f 2f|input"; fast_pattern;
http.request_body;
content:"<?"; depth:2;
Raw source ET WEB_SERVER PHP.//Input in HTTP POST · 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 -> $HTTP_SERVERS any (
    msg:"ET WEB_SERVER PHP.//Input in HTTP POST";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri.raw;
    content:"php|3a 2f 2f|input"; fast_pattern;
    http.request_body;
    content:"<?"; depth:2;
    reference:url,www.deependresearch.org/2014/07/another-linux-ddos-bot-via-cve-2012-1823.html;
    classtype:trojan-activity;
    sid:2019804; rev:4;
    metadata:created_at 2014_11_25, signature_severity Major, updated_at 2020_05_13;
)

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.