ET INFO Netlink GPON Login Attempt (GET)


Query · suricata

flow:established,to_server;
http.uri;
content:"/boaform/admin/formLogin"; fast_pattern;
content:"username=";
content:"psd=";
Raw source ET INFO Netlink GPON Login Attempt (GET) · 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 INFO Netlink GPON Login Attempt (GET)";
    flow:established,to_server;
    http.uri;
    content:"/boaform/admin/formLogin"; fast_pattern;
    content:"username=";
    content:"psd=";
    classtype:misc-activity;
    sid:2031501; rev:4;
    metadata:created_at 2021_01_08, confidence High, signature_severity Informational, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2023_04_19;
)

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.