ET EXPLOIT Netgear R7000 Command Injection Exploit


Query · suricata

flow:established,to_server;
http.uri;
content:"/cgi-bin/"; depth:9;
content:"$IFS"; fast_pattern; distance:0;
content:"|3b|";
Raw source ET EXPLOIT Netgear R7000 Command Injection Exploit · 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 Netgear R7000 Command Injection Exploit";
    flow:established,to_server;
    http.uri;
    content:"/cgi-bin/"; depth:9;
    content:"$IFS"; fast_pattern; distance:0;
    content:"|3b|";
    reference:url,www.kb.cert.org/vuls/id/582384;
    classtype:attempted-user;
    sid:2023628; rev:3;
    metadata:affected_product Netgear_Router, attack_target Networking_Equipment, created_at 2016_12_12, deployment Perimeter, performance_impact Low, signature_severity Major, updated_at 2020_08_03, 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.