ET WEB_SPECIFIC_APPS ProjectButler RFI attempt


Query · suricata

flow:established,to_server;
http.uri;
content:"/pda_projects.php?offset=http\:"; nocase;
Raw source ET WEB_SPECIFIC_APPS ProjectButler RFI attempt · 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 ProjectButler RFI attempt";
    flow:established,to_server;
    http.uri;
    content:"/pda_projects.php?offset=http\:"; nocase;
    reference:url,www.sans.org/top20/;
    reference:url,www.packetstormsecurity.org/0908-exploits/projectbutler-rfi.txt;
    classtype:web-application-attack;
    sid:2009887; rev:7;
    metadata:created_at 2010_07_30, signature_severity Major, updated_at 2020_09_10;
)

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.