ET EXPLOIT Netgear DGN1000B Router DNS Change GET Request


Query · suricata

flow:to_server,established;
http.method;
content:"GET";
http.uri;
content:"/setup.cgi?todo=wan_dns1="; fast_pattern;
Raw source ET EXPLOIT Netgear DGN1000B Router DNS Change GET Request · 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 DGN1000B Router DNS Change GET Request";
    flow:to_server,established;
    http.method;
    content:"GET";
    http.uri;
    content:"/setup.cgi?todo=wan_dns1="; fast_pattern;
    reference:url,www.rapid7.com/db/modules/exploit/linux/http/netgear_dgn1000b_setup_exec;
    classtype:attempted-admin;
    sid:2020874; rev:5;
    metadata:created_at 2015_04_09, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_09_30;
)

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.