ET EXPLOIT Access To mm-forms-community upload dir (Outbound)


Query · suricata

flow:established,to_server;
http.method;
content:"GET";
http.uri;
content:"/wp-content/plugins/mm-forms-community/upload/temp/"; fast_pattern;
Raw source ET EXPLOIT Access To mm-forms-community upload dir (Outbound) · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $HOME_NET any -> $EXTERNAL_NET any (
    msg:"ET EXPLOIT Access To mm-forms-community upload dir (Outbound)";
    flow:established,to_server;
    http.method;
    content:"GET";
    http.uri;
    content:"/wp-content/plugins/mm-forms-community/upload/temp/"; fast_pattern;
    reference:url,www.exploit-db.com/exploits/18997/;
    reference:cve,2012-3574;
    classtype:trojan-activity;
    sid:2015726; rev:4;
    metadata:created_at 2012_09_22, cve CVE_2012_3574, signature_severity Major, updated_at 2020_09_01;
)

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.