ET EXPLOIT Netgear Multiple Router Auth Bypass


Query · suricata

flow:to_server,established;
http.uri;
content:"/BRS_netgear_success.html"; depth:25; nocase; fast_pattern;
Raw source ET EXPLOIT Netgear Multiple Router Auth Bypass · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $EXTERNAL_NET any -> $HOME_NET any (
    msg:"ET EXPLOIT Netgear Multiple Router Auth Bypass";
    flow:to_server,established;
    http.uri;
    content:"/BRS_netgear_success.html"; depth:25; nocase; fast_pattern;
    reference:url,www.shellshocklabs.com/2015/09/part-1en-hacking-netgear-jwnr2010v5.html;
    classtype:attempted-admin;
    sid:2021944; rev:3;
    metadata:created_at 2015_10_12, signature_severity Major, updated_at 2020_06_02;
)

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.