ET WEB_SERVER Generic PHP Remote File Include


Query · suricata

flow:to_server,established;
http.method;
content:"POST";
http.uri;
content:"allow_url_include";
http.uri.raw;
content:"php|3a 2f 2f|input";
http.request_body;
content:"<?php"; fast_pattern;
Raw source ET WEB_SERVER Generic PHP Remote File Include · 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 Generic PHP Remote File Include";
    flow:to_server,established;
    http.method;
    content:"POST";
    http.uri;
    content:"allow_url_include";
    http.uri.raw;
    content:"php|3a 2f 2f|input";
    http.request_body;
    content:"<?php"; fast_pattern;
    reference:cve,2002-0953;
    reference:cve,2024-4577;
    classtype:attempted-user;
    sid:2019957; rev:5;
    metadata:affected_product Any, attack_target Server, created_at 2014_12_17, deployment Datacenter, confidence High, signature_severity Major, tag Remote_File_Include, updated_at 2024_06_10, mitre_tactic_id TA0001, mitre_tactic_name Initial_Access, mitre_technique_id T1190, mitre_technique_name Exploit_Public_Facing_Application;
)

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.