ET EXPLOIT D-Link DCS-930L Remote Command Execution attempt


Query · suricata

flow:to_server,established;
urilen:17;
http.method;
content:"POST"; nocase;
http.uri;
content:"/setSystemCommand"; nocase;
http.request_body;
content:"SystemCommand="; nocase;
Raw source ET EXPLOIT D-Link DCS-930L Remote Command Execution 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 $EXTERNAL_NET any -> $HOME_NET any (
    msg:"ET EXPLOIT D-Link DCS-930L Remote Command Execution attempt";
    flow:to_server,established;
    urilen:17;
    http.method;
    content:"POST"; nocase;
    http.uri;
    content:"/setSystemCommand"; nocase;
    http.request_body;
    content:"SystemCommand="; nocase;
    reference:url,www.exploit-db.com/exploits/39437/;
    classtype:web-application-attack;
    sid:2022518; rev:3;
    metadata:created_at 2016_02_13, confidence Medium, signature_severity Major, updated_at 2020_06_24;
)

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.