ET WEB_SPECIFIC_APPS MAXcms RFI attempt (2)


Query · suricata

flow:established,to_server;
http.uri;
content:"/classes/class.Tree.php?GLOBALS[thCMS_root]=http|3a|"; nocase;
Raw source ET WEB_SPECIFIC_APPS MAXcms RFI attempt (2) · 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 MAXcms RFI attempt (2)";
    flow:established,to_server;
    http.uri;
    content:"/classes/class.Tree.php?GLOBALS[thCMS_root]=http|3a|"; nocase;
    reference:url,www.sans.org/top20/;
    reference:url,packetstormsecurity.org/0908-exploits/maxcms-rfi.txt;
    classtype:web-application-attack;
    sid:2009889; rev:8;
    metadata:created_at 2010_07_30, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_09_11;
)

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.