ET EXPLOIT Supermicro BMC Password Disclosure 4


Query · suricata

flow:established,to_server;
http.uri;
content:"/wsman/simple_auth.passwd"; fast_pattern;
Raw source ET EXPLOIT Supermicro BMC Password Disclosure 4 · 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 49152 (
    msg:"ET EXPLOIT Supermicro BMC Password Disclosure 4";
    flow:established,to_server;
    http.uri;
    content:"/wsman/simple_auth.passwd"; fast_pattern;
    reference:url,arstechnica.com/security/2014/06/at-least-32000-servers-broadcast-admin-passwords-in-the-clear-advisory-warns/;
    classtype:attempted-admin;
    sid:2018588; rev:5;
    metadata:created_at 2014_06_20, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_04_30;
)

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.