ET WEB_SPECIFIC_APPS BASE base_stat_common.php remote file include


Query · suricata

flow:to_server,established;
http.uri;
content:"/base_stat_common.php"; nocase; fast_pattern;
content:"BASE_path="; nocase;
pcre:"/^(?:(?:ht|f)tps?|data|php)/Ri";
Raw source ET WEB_SPECIFIC_APPS BASE base_stat_common.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_SPECIFIC_APPS BASE base_stat_common.php remote file include";
    flow:to_server,established;
    http.uri;
    content:"/base_stat_common.php"; nocase; fast_pattern;
    content:"BASE_path="; nocase;
    pcre:"/^(?:(?:ht|f)tps?|data|php)/Ri";
    reference:url,secunia.com/advisories/20300/;
    classtype:web-application-attack;
    sid:2019524; rev:7;
    metadata:affected_product Any, attack_target Server, created_at 2010_09_23, deployment Datacenter, signature_severity Major, tag Remote_File_Include, updated_at 2020_05_13, 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.