ET HUNTING Suspicious PHP Code in HTTP POST (Outbound)


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.request_body;
content:"<?php";
content:"exec("; fast_pattern; within:500;
Raw source ET HUNTING Suspicious PHP Code in HTTP POST (Outbound) · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $HOME_NET any -> any any (
    msg:"ET HUNTING Suspicious PHP Code in HTTP POST (Outbound)";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.request_body;
    content:"<?php";
    content:"exec("; fast_pattern; within:500;
    classtype:attempted-admin;
    sid:2031123; rev:2;
    metadata:affected_product Web_Server_Applications, attack_target Web_Server, created_at 2020_10_27, deployment Perimeter, confidence Medium, signature_severity Informational, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_10_27;
)

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.