forked from cisagov/Malcolm
-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy pathservice_templates.yml
274 lines (274 loc) · 3.5 KB
/
service_templates.yml
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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
- name: FTP
protocol: tcp
ports:
- 20
- 21
- name: SSH
protocol: tcp
ports:
- 22
- name: Telnet
protocol: tcp
ports:
- 23
- name: SMTP
protocol: tcp
ports:
- 25
- 2525
- name: DNS (UDP)
protocol: udp
ports:
- 53
- 853
- 5353
- name: DNS (TCP)
protocol: tcp
ports:
- 53
- 853
- 5353
- name: DHCP
protocol: udp
ports:
- 67
- 68
- 546
- 547
- name: HTTP
protocol: tcp
ports:
- 80
- 8000
- 8080
- name: COTP and S7comm
protocol: tcp
ports:
- 102
- name: POP3
protocol: tcp
ports:
- 110
- name: SFTP
protocol: tcp
ports:
- 115
- name: NTP
protocol: tcp
ports:
- 123
- name: Microsoft-DS (UDP)
protocol: udp
ports:
- 135
- 137
- 138
- 445
- 3702
- name: Microsoft-DS (TCP)
protocol: tcp
ports:
- 135
- 139
- 445
- 5357
- 5358
- name: NetBIOS (TCP)
protocol: tcp
ports:
- 137
- 138
- 139
- name: NetBIOS (UDP)
protocol: udp
ports:
- 137
- 138
- 139
- name: IMAP
protocol: tcp
ports:
- 143
- name: SNMP
protocol: udp
ports:
- 161
- 162
- name: LDAP (UDP)
protocol: udp
ports:
- 389
- 3268
- name: LDAP (TCP)
protocol: tcp
ports:
- 389
- 3268
- name: HTTPS
protocol: tcp
ports:
- 443
- 8443
- name: SMTP SSL/TLS
protocol: tcp
ports:
- 465
- 587
- name: IPSec (UDP)
protocol: udp
ports:
- 500
- 4500
- name: IPSec (TCP)
protocol: tcp
ports:
- 500
- 4500
- name: Modbus (UDP)
protocol: udp
ports:
- 502
- name: Modbus (TCP)
protocol: tcp
ports:
- 502
- 802
- name: Syslog (UDP)
protocol: udp
ports:
- 514
- 601
- name: Syslog (TCP)
protocol: tcp
ports:
- 514
- 601
- name: LPD
protocol: tcp
ports:
- 515
- name: IPP and CUPS (UDP)
protocol: udp
ports:
- 631
- name: IPP and CUPS (TCP)
protocol: tcp
ports:
- 631
- name: LDAP SSL/TLS (UDP)
protocol: udp
ports:
- 636
- 3269
- name: LDAP SSL/TLS (TCP)
protocol: tcp
ports:
- 636
- 3269
- name: rsync
protocol: tcp
ports:
- 873
- name: FTP SSL/TLS
protocol: tcp
ports:
- 989
- 990
- name: Telnet SSL/TLS
protocol: tcp
ports:
- 992
- name: IMAP SSL/TLS
protocol: tcp
ports:
- 993
- name: POP3 SSL/TLS
protocol: tcp
ports:
- 995
- name: OpenVPN (UDP)
protocol: udp
ports:
- 1194
- name: OpenVPN (TCP)
protocol: tcp
ports:
- 1194
- name: MSSQL
protocol: tcp
ports:
- 1433
- 1434
- 5022
- name: Tabular Data Stream
protocol: tcp
ports:
- 1443
- name: CIP and EtherNet/IP (UDP)
protocol: udp
ports:
- 2222
- 44818
- name: CIP and EtherNet/IP (TCP)
protocol: tcp
ports:
- 2222
- 44818
- name: MySQL
protocol: tcp
ports:
- 3306
- name: RDP
protocol: tcp
ports:
- 3389
- name: LLMNR (UDP)
protocol: udp
ports:
- 5355
- name: LLMNR (TCP)
protocol: tcp
ports:
- 5355
- name: PostgreSQL
protocol: tcp
ports:
- 5432
- name: VNC
protocol: tcp
ports:
- 5800
- 5900
- 5901
- 5902
- 5903
- 5904
- 5905
- 5906
- 5907
- 5908
- 5909
- 5910
- 6000
- name: AppSocket and JetDirect
protocol: tcp
ports:
- 9100
- 9101
- 9102
- name: Git
protocol: tcp
ports:
- 9418
- name: BACnet (UDP)
protocol: udp
ports:
- 47808
- name: BACnet (TCP)
protocol: tcp
ports:
- 47808
- name: WireGuard
protocol: udp
ports:
- 51820