ET P2P Vuze BT UDP Connection


Query · suricata

dsize:<80;
content:!"|00 22 02 00|"; depth:4;
content:"|00 00 04|"; distance:8; within:3;
content:"|00 00 00 00 00|"; distance:6; within:5;
threshold:type limit, count 1, seconds 120, track by_src;
Raw source ET P2P Vuze BT UDP Connection · 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 1024:65535 -> $EXTERNAL_NET 1024: (
    msg:"ET P2P Vuze BT UDP Connection";
    dsize:<80;
    content:!"|00 22 02 00|"; depth:4;
    content:"|00 00 04|"; distance:8; within:3;
    content:"|00 00 00 00 00|"; distance:6; within:5;
    threshold:type limit, count 1, seconds 120, track by_src;
    reference:url,vuze.com;
    classtype:policy-violation;
    sid:2010140; rev:7;
    metadata:created_at 2010_07_30, confidence High, signature_severity Informational, 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.