ET EXPLOIT Netgear Seventh Inferno Vulnerability (fake packet upload)


Query · suricata

http.method;
content:"POST";
http.uri;
content:"/cgi/get.cgi?cmd=home_login";
http.content_type;
content:"multipart/form-data";
http.content_len;
byte_test:0,>=,300000000,0,string,dec;
Raw source ET EXPLOIT Netgear Seventh Inferno Vulnerability (fake packet upload) · 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,$HTTP_SERVERS] any (
    msg:"ET EXPLOIT Netgear Seventh Inferno Vulnerability (fake packet upload)";
    http.method;
    content:"POST";
    http.uri;
    content:"/cgi/get.cgi?cmd=home_login";
    http.content_type;
    content:"multipart/form-data";
    http.content_len;
    byte_test:0,>=,300000000,0,string,dec;
    reference:url,gynvael.coldwind.pl/?id=742;
    classtype:attempted-admin;
    sid:2033970; rev:3;
    metadata:attack_target Networking_Equipment, created_at 2021_09_16, deployment Perimeter, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2021_09_22;
)

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.