GPL P2P BitTorrent announce request


Query · suricata

flow:to_server,established;
http.method;
content:"GET";
http.uri;
content:"/announce";
content:"info_hash=";
content:"event=started";
Raw source GPL P2P BitTorrent announce request · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $HOME_NET any -> $EXTERNAL_NET any (
    msg:"GPL P2P BitTorrent announce request";
    flow:to_server,established;
    http.method;
    content:"GET";
    http.uri;
    content:"/announce";
    content:"info_hash=";
    content:"event=started";
    classtype:policy-violation;
    sid:2102180; rev:7;
    metadata:created_at 2010_09_23, signature_severity Unknown, updated_at 2020_04_21;
)

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.