ET EXPLOIT D-LINK Router DIR-645 / DIR-815 RCE (CVE-2014-100005)


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"/diagnostic.php"; fast_pattern; endswith;
http.request_body;
content:"act=ping";
content:"dst=";
pcre:"/^(?:\x3b|\x0a|\x26|\x60|\x7C|\x24)/R";
Raw source ET EXPLOIT D-LINK Router DIR-645 / DIR-815 RCE (CVE-2014-100005) · 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 Router DIR-645 / DIR-815 RCE (CVE-2014-100005)";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"/diagnostic.php"; fast_pattern; endswith;
    http.request_body;
    content:"act=ping";
    content:"dst=";
    pcre:"/^(?:\x3b|\x0a|\x26|\x60|\x7C|\x24)/R";
    reference:cve,2014-100005;
    reference:url,raw.githubusercontent.com/rapid7/metasploit-framework/master/modules/exploits/linux/http/dlink_diagnostic_exec_noauth.rb;
    classtype:attempted-admin;
    sid:2052885; rev:2;
    metadata:affected_product D_Link, attack_target Networking_Equipment, tls_state TLSDecrypt, created_at 2024_05_24, cve CVE_2014_100005, deployment Perimeter, confidence High, signature_severity Major, tag CISA_KEV, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2024_05_30, mitre_tactic_id TA0001, mitre_tactic_name Initial_Access, mitre_technique_id T1190, mitre_technique_name Exploit_Public_Facing_Application;
)

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.