ET MALWARE Possible Linux.Mirai Login Attempt (jvbzd)


Query · suricata

flow:to_server,established;
content:"jvbzd|0d 0a|"; nocase;
dsize:7;
Raw source ET MALWARE Possible Linux.Mirai Login Attempt (jvbzd) · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert tcp $EXTERNAL_NET any -> $HOME_NET [23,2323] (
    msg:"ET MALWARE Possible Linux.Mirai Login Attempt (jvbzd)";
    flow:to_server,established;
    content:"jvbzd|0d 0a|"; nocase;
    dsize:7;
    reference:url,krebsonsecurity.com/2016/10/who-makes-the-iot-things-under-attack;
    classtype:attempted-admin;
    sid:2023442; rev:2;
    metadata:affected_product Linux, attack_target IoT, created_at 2016_10_26, deployment Datacenter, confidence Medium, signature_severity Major, updated_at 2019_07_26;
)

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.