-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathtraffic-id.yaml
174 lines (154 loc) · 2.88 KB
/
traffic-id.yaml
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
# TLS SNI patterns.
tls-sni-patterns:
# Bing.
- id: bing
labels:
- search
patterns:
- bing.com
# Facebook.
- id: facebook
labels:
- social-network
patterns:
- facebook.com
- facebook.net
- fbcdn.net
- fbcdn.com
- fbsbx.com
# Facebook Messenger.
- id: facebook-messenger
labels:
- im
patterns:
- edge-chat.facebook.com
# Gmail POP
- id: gmail
labels:
- mail
- pop3
patterns:
- pop.gmail.com
ports:
- 993
# Google.
- id: google
labels:
- search
patterns:
- google.com
- googleapis.com
- googlevideo.com
- googleusercontent.com
- google.cz
- gstatic.com
# Google Video (youtube, etc.)
- id: google-video
labels:
- video
patterns:
- googlevideo.com
# IRCCloud
- id: irccloud
label: im
patterns:
- irccloud.com
# Lastpass.
- id: lastpass
labels:
- password-management
patterns:
- lastpass.com
# Signal chat.
- id: whisper
labels:
- im
patterns:
- whispersystems.org
# Netflix
- id: netflix
labels:
- video
patterns:
- netflix.com
- nflxso.net
- nflxext.com
- nflxvideo.net
# Skype
- id: skype
labels:
- im
patterns:
- skype.com
- skypeassets.com
# Snapchat.
- id: snapchat
labels:
- im
patterns:
- feelinsonice.appspot.com
- feelinsonice-hrd.appspot.com
- snapchat.com
# Twitter
- id: twitter
labels:
- social-network
patterns:
- twitter.com
- twimg.com
# Whatsapp
- id: whatsapp
labels:
- im
- file-transfer
patterns:
- whatsapp.com
# Instagram
- id: instagram
labels:
- social-network
patterns:
- instagram.com
- cdninstagram.com
# Traffic identification where more than simple lists of a specific
# pattern are required.
rules:
# Debian APT-GET
- id: debian-apt
msg: "Debian APT-GET"
labels:
- software-update
proto: http
http_host: debian.org
http_user_agent: Debian APT
# Ubuntu APT-GET
- id: ubuntu-apt
msg: "Ubuntu APT-GET"
labels:
- software-update
proto: http
http_host: ubuntu.com
http_user_agent: Debian APT
# Map short ID names to full names (or description)
id-map:
bing: Bing
facebook: Facebook
facebook-messenger: Facebook Messenger
google: Google Search and Other Services
irccloud: IRCCloud
lastpass: Lastpass
netflix: Netflix
skype: Skype
snapchat: Snapchat
twitter: Twitter
whatsapp: WhatsApp Messenger
whisper: Signal messaging application
xmarks: XMarks
instagram: Instagram
# Map labels to a description.
labels:
social-network: Social Network
chat: Chat
file-transfer: File Transfer
im: Instant Messaging
video: Video Stream Service