ET P2P Possible Torrent Download via HTTP Request


Query · suricata

flow:established,to_server;
http.uri;
content:".torrent"; nocase; endswith;
http.host;
content:!"mapfactor.com";
content:!"verismic.blob.core.windows.net";
Raw source ET P2P Possible Torrent Download via HTTP 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:"ET P2P Possible Torrent Download via HTTP Request";
    flow:established,to_server;
    http.uri;
    content:".torrent"; nocase; endswith;
    http.host;
    content:!"mapfactor.com";
    content:!"verismic.blob.core.windows.net";
    classtype:policy-violation;
    sid:2007727; rev:12;
    metadata:created_at 2010_07_30, confidence Medium, signature_severity Informational, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2022_11_21, reviewed_at 2024_05_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.