ET EXPLOIT HiSilicon DVR - Default Telnet Root Password Inbound


Query · suricata

flow:established,to_server;
content:"xc3511"; fast_pattern;
Raw source ET EXPLOIT HiSilicon DVR - Default Telnet Root Password Inbound · 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 (
    msg:"ET EXPLOIT HiSilicon DVR - Default Telnet Root Password Inbound";
    flow:established,to_server;
    content:"xc3511"; fast_pattern;
    reference:url,github.com/tothi/pwn-hisilicon-dvr;
    classtype:default-login-attempt;
    sid:2027973; rev:2;
    metadata:affected_product DVR, attack_target IoT, created_at 2019_09_09, deployment Perimeter, signature_severity Major, updated_at 2019_09_09;
)

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.