File: 2180.txt

package info (click to toggle)
snort 2.9.7.0-5
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 55,000 kB
  • ctags: 38,464
  • sloc: ansic: 266,667; sh: 12,508; makefile: 2,908; yacc: 497; perl: 496; lex: 261; sed: 14
file content (74 lines) | stat: -rw-r--r-- 1,485 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Rule:  

--
Sid:

2180

--
Summary:

This event is generated when a BitTorrent client connects to a tracker 
to gain access to a BitTorrent network.  

--
Impact:

Possible violation of policy and abuse of network resources.

--
Detailed Information:
BitTorrent is a peer-to-peer application used for simultaneous downloads
of large files.  BitTorrent is designed to allow multiple peers to 
download large files simultaneously without using extraneous bandwidth 
from a centralized server.

BitTorrent's centralized server, called a tracker, refers peers to each 
other. This rule looks for a request sent to a BitTorrent tracker from a
peer.

--
Attack Scenarios:

A user downloaded a BitTorrent client and attempts to download files 
from a BitTorrent network.

--
Ease of Attack:

Unix, Windows, and MacOS clients are publicly available for BitTorrent.

--
False Positives:

Other web-based applications could use similar URLs and parameters.

--
False Negatives:

The URL path "/announce" is hardcoded in the BitTorrent tracker.  If the
URL was changed in the tracker, then this rule would not generate an 
event.

--
Corrective Action:

If this is a violation of network policy, take appropriate steps to 
prevent further violations.

--
Contributors:

Sourcefire Research Team
Brian Caswell <bmc@sourcefire.com>

-- 
Additional References:

Bittorrent Protocol Specification
http://bitconjurer.org/BitTorrent/protocol.html

Wikipedia
http://en.wikipedia.org/wiki/BitTorrent

--