ET WEB_SERVER WEB-PHP phpinfo access


Query · suricata

flow:to_server,established;
http.uri;
content:"/phpinfo.php"; nocase;
Raw source ET WEB_SERVER WEB-PHP phpinfo access · 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 WEB-PHP phpinfo access";
    flow:to_server,established;
    http.uri;
    content:"/phpinfo.php"; nocase;
    reference:bugtraq,5789;
    reference:cve,2002-1149;
    reference:url,www.osvdb.org/displayvuln.php?osvdb_id=3356;
    classtype:successful-recon-limited;
    sid:2019526; rev:5;
    metadata:created_at 2010_09_23, cve CVE_2002_1149, signature_severity Informational, tag Description_Generated_By_Proofpoint_Nexus, 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.