ET EXPLOIT D-Link 850L Password Extract Attempt


Query · suricata

flow:to_server,established;
urilen:11;
http.method;
content:"POST";
http.uri;
content:"/hedwig.cgi"; fast_pattern;
http.request_body;
content:"DEVICE.ACCOUNT";
Raw source ET EXPLOIT D-Link 850L Password Extract Attempt · 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 -> $HOME_NET any (
    msg:"ET EXPLOIT D-Link 850L Password Extract Attempt";
    flow:to_server,established;
    urilen:11;
    http.method;
    content:"POST";
    http.uri;
    content:"/hedwig.cgi"; fast_pattern;
    http.request_body;
    content:"DEVICE.ACCOUNT";
    reference:url,blogs.securiteam.com/index.php/archives/3364;
    classtype:attempted-recon;
    sid:2024913; rev:3;
    metadata:attack_target IoT, created_at 2017_10_25, deployment Perimeter, signature_severity Major, updated_at 2020_08_13;
)

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.