ET POLICY TeamViewer Keep-alive outbound


Query · suricata

flow:established,to_server;
dsize:5;
content:"|17 24 1B 00 00|";
flowbits:set,ET.teamviewerkeepaliveout;
flowbits:noalert;

Rule dependencies

Feeds into

  • 3 rules read ET.teamviewerkeepaliveout · view all
Raw source ET POLICY TeamViewer Keep-alive outbound · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert tcp $HOME_NET any -> $EXTERNAL_NET 5938 (
    msg:"ET POLICY TeamViewer Keep-alive outbound";
    flow:established,to_server;
    dsize:5;
    content:"|17 24 1B 00 00|";
    flowbits:set,ET.teamviewerkeepaliveout;
    flowbits:noalert;
    reference:url,www.teamviewer.com;
    reference:url,en.wikipedia.org/wiki/TeamViewer;
    classtype:misc-activity;
    sid:2008794; rev:3;
    metadata:created_at 2010_07_30, signature_severity Unknown, tag Description_Generated_By_Proofpoint_Nexus, 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.