ET WEB_SPECIFIC_APPS Plone and Zope cmd Parameter Remote Command Execution Attempt


Query · suricata

flow:established,to_server;
http.method;
content:"GET";
http.uri;
content:"/xmltools/minidom/xml/sax/saxutils/os/popen2?"; nocase;
content:"cmd="; nocase;
pcre:"/cmd=\w/i";
Raw source ET WEB_SPECIFIC_APPS Plone and Zope cmd 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 Plone and Zope cmd Parameter Remote Command Execution Attempt";
    flow:established,to_server;
    http.method;
    content:"GET";
    http.uri;
    content:"/xmltools/minidom/xml/sax/saxutils/os/popen2?"; nocase;
    content:"cmd="; nocase;
    pcre:"/cmd=\w/i";
    reference:url,exploit-db.com/exploits/18262;
    classtype:web-application-attack;
    sid:2014068; rev:6;
    metadata:created_at 2012_01_02, signature_severity Major, 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.