ET EXPLOIT Netgear DGN Remote Command Execution


Query · suricata

flow:to_server,established;
http.uri;
content:"/setup.cgi?next_file="; nocase;
content:"&todo=syscmd&cmd="; nocase; distance:0;
content:"currentsetting.htm"; nocase; fast_pattern;
Raw source ET EXPLOIT Netgear DGN Remote Command Execution · 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 DGN Remote Command Execution";
    flow:to_server,established;
    http.uri;
    content:"/setup.cgi?next_file="; nocase;
    content:"&todo=syscmd&cmd="; nocase; distance:0;
    content:"currentsetting.htm"; nocase; fast_pattern;
    reference:url,seclists.org/bugtraq/2013/Jun/8;
    classtype:attempted-recon;
    sid:2024916; rev:2;
    metadata:attack_target IoT, created_at 2017_10_25, deployment Perimeter, confidence Medium, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_08_13;
)

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.