ET INFO Tailscle DERP Relay Server in DNS Query


Query · suricata

dns.query;
content:"derp"; startswith;
content:".tailscale.com"; fast_pattern; nocase; endswith;
pcre:"/derp\d+[a-z]?\x2etailscale.com/";
Raw source ET INFO Tailscle DERP Relay Server in DNS Query · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert dns $HOME_NET any -> any any (
    msg:"ET INFO Tailscle DERP Relay Server in DNS Query";
    dns.query;
    content:"derp"; startswith;
    content:".tailscale.com"; fast_pattern; nocase; endswith;
    pcre:"/derp\d+[a-z]?\x2etailscale.com/";
    reference:url,tailscale.com/docs/reference/derp-servers;
    classtype:misc-activity;
    sid:2071638; rev:1;
    metadata:created_at 2026_08_20, deployment Perimeter, deployment Internal, confidence High, signature_severity Informational, updated_at 2026_08_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.