ET EXPLOIT D-Link Related Command Injection Attempt Inbound (CVE-2013-7471)


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"/soap.cgi?service=WANIPConn1"; bsize:28; fast_pattern;
http.request_body;
content:"|60|";
content:"|60|"; distance:0;
Raw source ET EXPLOIT D-Link Related Command Injection Attempt Inbound (CVE-2013-7471) · 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 Related Command Injection Attempt Inbound (CVE-2013-7471)";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"/soap.cgi?service=WANIPConn1"; bsize:28; fast_pattern;
    http.request_body;
    content:"|60|";
    content:"|60|"; distance:0;
    reference:cve,2013-7471;
    reference:url,nvd.nist.gov/vuln/detail/cve-2013-7471;
    classtype:attempted-admin;
    sid:2039833; rev:3;
    metadata:affected_product Windows_XP_Vista_7_8_10_Server_32_64_Bit, attack_target Client_Endpoint, created_at 2022_11_23, cve CVE_2013_7471, deployment Perimeter, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2024_01_31, reviewed_at 2024_10_15, 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.