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


Query · suricata

flow:established,to_server;
urilen:17;
http.method;
content:"GET";
http.uri;
content:"/upnp/asf-mp4.asf"; fast_pattern;
Raw source ET EXPLOIT D-Link IP Camera Vulnerable HTTP Request (CVE-2013-1600) · 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-1600)";
    flow:established,to_server;
    urilen:17;
    http.method;
    content:"GET";
    http.uri;
    content:"/upnp/asf-mp4.asf"; fast_pattern;
    reference:url,www.coresecurity.com/advisories/d-link-ip-cameras-multiple-vulnerabilities;
    classtype:attempted-admin;
    sid:2019802; rev:4;
    metadata:created_at 2014_11_25, cve CVE_2013_1600, 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.