ET WEB_SERVER Wordpress Login Bruteforcing Detected


Query · suricata

flow:to_server,established;
threshold:type both, track by_src, count 5, seconds 60;
http.method;
content:"POST";
http.uri;
content:"/wp-login.php"; nocase;
http.request_body;
content:"log|3d|";
content:"pwd|3d|";
Raw source ET WEB_SERVER Wordpress Login Bruteforcing Detected · 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_SERVER Wordpress Login Bruteforcing Detected";
    flow:to_server,established;
    threshold:type both, track by_src, count 5, seconds 60;
    http.method;
    content:"POST";
    http.uri;
    content:"/wp-login.php"; nocase;
    http.request_body;
    content:"log|3d|";
    content:"pwd|3d|";
    classtype:attempted-recon;
    sid:2014020; rev:5;
    metadata:affected_product Wordpress, affected_product Wordpress_Plugins, attack_target Web_Server, created_at 2011_12_13, deployment Datacenter, signature_severity Major, tag Wordpress, 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.