ET POLICY Cleartext WordPress Login


Query · suricata

flow:established,to_server;
http.request_body;
content:"log=";
content:"&pwd=";
content:"&wp-submit=";
Raw source ET POLICY Cleartext WordPress Login · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http any any -> any any (
    msg:"ET POLICY Cleartext WordPress Login";
    flow:established,to_server;
    http.request_body;
    content:"log=";
    content:"&pwd=";
    content:"&wp-submit=";
    classtype:policy-violation;
    sid:2012843; rev:4;
    metadata:affected_product Wordpress, affected_product Wordpress_Plugins, attack_target Web_Server, created_at 2011_05_25, deployment Datacenter, confidence High, signature_severity Informational, 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.