ET EXPLOIT D-Link TRENDnet NCC Service Command Injection Attempt (CVE-2015-1187)


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"/ping.cpp"; endswith;
http.request_body;
content:"&ping_addr=|24 28|"; fast_pattern;
Raw source ET EXPLOIT D-Link TRENDnet NCC Service Command Injection Attempt (CVE-2015-1187) · 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 TRENDnet NCC Service Command Injection Attempt (CVE-2015-1187)";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"/ping.cpp"; endswith;
    http.request_body;
    content:"&ping_addr=|24 28|"; fast_pattern;
    reference:url,www.fortinet.com/blog/threat-research/Iz1h9-campaign-enhances-arsenal-with-scores-of-exploits;
    reference:cve,2015-1187;
    classtype:attempted-admin;
    sid:2049118; rev:2;
    metadata:affected_product D_Link, attack_target Networking_Equipment, created_at 2023_11_08, cve CVE_2015_1187, deployment Perimeter, deployment Internal, confidence High, signature_severity Major, tag CISA_KEV, updated_at 2024_05_22, reviewed_at 2023_11_08, mitre_tactic_id TA0008, mitre_tactic_name Lateral_Movement, mitre_technique_id T1210, mitre_technique_name Exploitation_Of_Remote_Services;
)

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.