ET INFO Session Traversal Utilities for NAT (STUN Binding Request)


Query · suricata

xbits:set,ET.STUN,track ip_src,expire 60;
content:"|00 01|"; depth:2;
content:"|21 12 a4 42|"; fast_pattern; distance:2; within:4;

Rule dependencies

Feeds into

Raw source ET INFO Session Traversal Utilities for NAT (STUN Binding Request) · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert udp $HOME_NET any -> $EXTERNAL_NET 3478 (
    msg:"ET INFO Session Traversal Utilities for NAT (STUN Binding Request)";
    xbits:set,ET.STUN,track ip_src,expire 60;
    content:"|00 01|"; depth:2;
    content:"|21 12 a4 42|"; fast_pattern; distance:2; within:4;
    reference:url,tools.ietf.org/html/rfc5389;
    classtype:misc-activity;
    sid:2016149; rev:4;
    metadata:created_at 2013_01_04, deployment Perimeter, deployment alert_only, confidence High, signature_severity Informational, updated_at 2026_06_01;
)

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.