ET EXPLOIT Netgear passwordrecovered.cgi attempt


Query · suricata

flow:to_server,established;
http.method;
content:"POST"; nocase;
http.uri;
content:"/passwordrecovered.cgi?id="; nocase;
Raw source ET EXPLOIT Netgear passwordrecovered.cgi attempt · 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 -> any any (
    msg:"ET EXPLOIT Netgear passwordrecovered.cgi attempt";
    flow:to_server,established;
    http.method;
    content:"POST"; nocase;
    http.uri;
    content:"/passwordrecovered.cgi?id="; nocase;
    reference:url,www.securityfocus.com/archive/1/530743/30/0/threaded;
    reference:url,www.trustwave.com/Resources/Security-Advisories/Advisories/TWSL2017-003/?fid=8911;
    reference:cve,2017-5521;
    classtype:attempted-admin;
    sid:2017969; rev:5;
    metadata:created_at 2014_01_15, cve CVE_2017_5521, signature_severity Major, updated_at 2020_08_18;
)

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.