ET WEB_SPECIFIC_APPS WordPress DB XML dump attempted access


Query · suricata

flow:established,to_server;
http.uri;
content:"/uploads/";
content:".wordpress.20"; distance:0;
content:".xml_.txt"; distance:0; fast_pattern;
Raw source ET WEB_SPECIFIC_APPS WordPress DB XML dump attempted 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 -> $HOME_NET any (
    msg:"ET WEB_SPECIFIC_APPS WordPress DB XML dump attempted access";
    flow:established,to_server;
    http.uri;
    content:"/uploads/";
    content:".wordpress.20"; distance:0;
    content:".xml_.txt"; distance:0; fast_pattern;
    reference:url,seclists.org/fulldisclosure/2011/May/322;
    classtype:attempted-recon;
    sid:2012808; rev:3;
    metadata:affected_product Wordpress, affected_product Wordpress_Plugins, attack_target Web_Server, created_at 2011_05_15, deployment Datacenter, signature_severity Major, tag Wordpress, updated_at 2020_04_20;
)

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.