ET POLICY Inbound /uploadify.php Access


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"/uploadify.php"; nocase; fast_pattern;
Raw source ET POLICY Inbound /uploadify.php 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 -> $HTTP_SERVERS any (
    msg:"ET POLICY Inbound /uploadify.php Access";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"/uploadify.php"; nocase; fast_pattern;
    reference:url,blog.sucuri.net/2012/06/uploadify-uploadify-and-uploadify-the-new-timthumb.html;
    classtype:attempted-recon;
    sid:2015687; rev:4;
    metadata:created_at 2012_09_08, confidence High, signature_severity Informational, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_09_17;
)

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.