ET EXPLOIT D-Link Devices Home Network Administration Protocol Command Execution


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.header;
content:"SOAPAction|3a|";
content:"http|3a|//purenetworks.com/HNAP1/"; fast_pattern;
pcre:"/^SOAPAction\x3a\s+?[^\r\n]*?http\x3a\/\/purenetworks\.com\/HNAP1\/([^\x2f]+?[\x2f])?[^\x2f]/mi";
Raw source ET EXPLOIT D-Link Devices Home Network Administration Protocol Command Execution · 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 Devices Home Network Administration Protocol Command Execution";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.header;
    content:"SOAPAction|3a|";
    content:"http|3a|//purenetworks.com/HNAP1/"; fast_pattern;
    pcre:"/^SOAPAction\x3a\s+?[^\r\n]*?http\x3a\/\/purenetworks\.com\/HNAP1\/([^\x2f]+?[\x2f])?[^\x2f]/mi";
    reference:url,devttys0.com/2015/04/hacking-the-d-link-dir-890l/;
    reference:cve,2016-6563;
    classtype:attempted-admin;
    sid:2020899; rev:5;
    metadata:created_at 2015_04_13, cve CVE_2016_6563, confidence Medium, signature_severity Major, updated_at 2020_08_03;
)

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.