GPL POLICY Linksys router default username and password login attempt


Query · suricata

flow:to_server,established;
http.header;
content:"Authorization|3a 20|YWRtaW46YWRtaW4"; nocase;
Raw source GPL POLICY Linksys router default username and password login 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 $EXTERNAL_NET any -> $HOME_NET 8080 (
    msg:"GPL POLICY Linksys router default username and password login attempt";
    flow:to_server,established;
    http.header;
    content:"Authorization|3a 20|YWRtaW46YWRtaW4"; nocase;
    reference:nessus,10999;
    classtype:default-login-attempt;
    sid:2101861; rev:13;
    metadata:created_at 2010_09_23, confidence Medium, signature_severity Informational, updated_at 2020_04_20;
)

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.