ET WEB_SPECIFIC_APPS Coppermine Photo Gallery output Parameter Remote Command Execution Attempt


Query · suricata

flow:established,to_server;
http.method;
content:"GET";
http.uri;
content:"/include/picmgmt.inc.php?"; nocase;
content:"output="; nocase;
pcre:"/output=\w/i";
Raw source ET WEB_SPECIFIC_APPS Coppermine Photo Gallery output Parameter Remote Command Execution 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 Coppermine Photo Gallery output Parameter Remote Command Execution Attempt";
    flow:established,to_server;
    http.method;
    content:"GET";
    http.uri;
    content:"/include/picmgmt.inc.php?"; nocase;
    content:"output="; nocase;
    pcre:"/output=\w/i";
    reference:url,packetstormsecurity.org/files/view/98347/cpg15x-exec.txt;
    classtype:web-application-attack;
    sid:2012382; rev:5;
    metadata:created_at 2011_02_25, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_04_22;
)

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.