ET EXPLOIT D-Link IP Camera Vulnerable HTTP Request (CVE-2013-1601)


Query · suricata

flow:established,to_server;
urilen:12;
http.method;
content:"GET";
http.uri;
content:"/md/lums.cgi"; fast_pattern;
Raw source ET EXPLOIT D-Link IP Camera Vulnerable HTTP Request (CVE-2013-1601) · 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 -> $HTTP_SERVERS any (
    msg:"ET EXPLOIT D-Link IP Camera Vulnerable HTTP Request (CVE-2013-1601)";
    flow:established,to_server;
    urilen:12;
    http.method;
    content:"GET";
    http.uri;
    content:"/md/lums.cgi"; fast_pattern;
    reference:url,www.coresecurity.com/advisories/d-link-ip-cameras-multiple-vulnerabilities;
    classtype:attempted-admin;
    sid:2019803; rev:4;
    metadata:created_at 2014_11_25, cve CVE_2013_1601, signature_severity Major, updated_at 2020_09_28;
)

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.