ET EXPLOIT Xiongmai/HiSilicon DVR - OpenTelnet Inbound - Possilbe CVE-2020-22253 Attempt


Query · suricata

flow:established,to_server;
stream_size:server,<,5;
flowbits:set,ET.CVE-2020-22253;
flowbits:noalert;
dsize:20;
content:"|13|OpenTelnet:OpenOnce";

Rule dependencies

Feeds into

  • 2 rules read ET.CVE-2020-22253 · view all
Raw source ET EXPLOIT Xiongmai/HiSilicon DVR - OpenTelnet Inbound - Possilbe CVE-2020-22253 Attempt · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert tcp-pkt any any -> $HOME_NET 9530 (
    msg:"ET EXPLOIT Xiongmai/HiSilicon DVR - OpenTelnet Inbound - Possilbe CVE-2020-22253 Attempt";
    flow:established,to_server;
    stream_size:server,<,5;
    flowbits:set,ET.CVE-2020-22253;
    flowbits:noalert;
    dsize:20;
    content:"|13|OpenTelnet:OpenOnce";
    reference:url,habr.com/en/post/486856/;
    reference:url,vulncheck.com/blog/xiongmai-iot-exploitation;
    reference:url,github.com/tothi/hs-dvr-telnet;
    reference:cve,2020-22253;
    classtype:attempted-recon;
    sid:2041646; rev:1;
    metadata:attack_target IoT, created_at 2022_12_02, cve CVE_2020_22253, deployment Perimeter, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2022_12_02;
)

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.