This repository has been archived by the owner on Apr 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy pathFirewalls.json
607 lines (607 loc) · 26.7 KB
/
Firewalls.json
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
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
{
"name": "Firewalls",
"versions": {
"attack": "10",
"navigator": "4.2",
"layer": "4.2"
},
"domain": "enterprise-attack",
"description": "Google Cloud VPC Firewalls can allow or deny traffic based on the traffic's protocol, destination ports, sources, and destinations and. VPC firewalls are stateful and exist not only between your instances and other networks, but also between individual instances within the same network. Connections are allowed or denied on a per-instance basis. Firewall activity can be captured via Firewall rules logging and analyzed with Firewall Insights.",
"filters": {
"platforms": [
"Linux",
"macOS",
"Windows",
"Office 365",
"Azure AD",
"AWS",
"GCP",
"Azure",
"SaaS",
"PRE",
"Network"
]
},
"sorting": 0,
"layout": {
"layout": "side",
"showID": false,
"showName": true,
"showAggregateScores": false,
"countUnscored": false,
"aggregateFunction": "average"
},
"hideDisabled": false,
"techniques": [
{
"techniqueID": "T1008",
"enabled": true,
"showSubtechniques": false,
"metadata": [
{
"name": "category",
"value": "Protect"
},
{
"name": "value",
"value": "Partial"
},
{
"name": "comment",
"value": "Google Cloud Firewalls can allow or deny traffic based on the traffic's protocol, destination ports, sources, and destinations. This functionality can be used to block communication with known fallback channels by filtering based on known bad IP addresses and domains. This mapping is given a score of Partial because it only protects against known fallback channels and not channels yet to be identified."
}
],
"color": "#659D32",
"score_num": 50,
"score_display": "Partial",
"category": "Protect"
},
{
"techniqueID": "T1018",
"enabled": true,
"showSubtechniques": false,
"metadata": [
{
"name": "category",
"value": "Protect"
},
{
"name": "value",
"value": "Partial"
},
{
"name": "comment",
"value": "Google Cloud Firewalls can allow or deny traffic based on the traffic's protocol, destination ports, sources, and destinations. This functionality can be used to block adversaries from discovering endpoints behind the firewall. This mapping is given a score of Partial because it does not protect against discovering endpoints within the network and behind the firewall."
}
],
"color": "#659D32",
"score_num": 50,
"score_display": "Partial",
"category": "Protect"
},
{
"techniqueID": "T1021",
"enabled": true,
"showSubtechniques": false,
"metadata": [
{
"name": "category",
"value": "Protect"
},
{
"name": "value",
"value": "Partial"
},
{
"name": "comment",
"value": "Google Cloud Firewalls can allow or deny traffic based on the traffic's protocol, destination ports, sources, and destinations. This functionality can be used to only allow remote services from trusted hosts (i.e., only allow remote access traffic from certain hosts). This mapping is given a score of Partial because even though it can restrict remote services traffic from untrusted hosts for most of the sub-techniques (5 of 6), it cannot protect against an adversary using a trusted host that is permitted to use remote services as part of an attack."
}
],
"color": "#659D32",
"score_num": 50,
"score_display": "Partial",
"category": "Protect"
},
{
"techniqueID": "T1041",
"enabled": true,
"showSubtechniques": false,
"metadata": [
{
"name": "category",
"value": "Protect"
},
{
"name": "value",
"value": "Partial"
},
{
"name": "comment",
"value": "Google Cloud Firewalls can allow or deny traffic based on the traffic's protocol, destination ports, sources, and destinations. This functionality can be used to block adversaries from accessing resources from which to exfiltrate data as well as prevent resources from communicating with known-bad IP addresses and domains that might be used to receive exfiltrated data. This mapping is given a score of Partial because the known-bad IP addresses and domains would need to be known in advance."
}
],
"color": "#659D32",
"score_num": 50,
"score_display": "Partial",
"category": "Protect"
},
{
"techniqueID": "T1046",
"enabled": true,
"showSubtechniques": false,
"metadata": [
{
"name": "category",
"value": "Protect"
},
{
"name": "value",
"value": "Partial"
},
{
"name": "comment",
"value": "Google Cloud Firewalls can allow or deny traffic based on the traffic's protocol, destination ports, sources, and destinations. This functionality can be used to restrict access to the endpoints within the virtual private cloud and protect against network service scanning. This mapping is given a score of Partial because it only protects against network service scanning attacks that originate from outside the firewall and not from within network protected by the firewall."
}
],
"color": "#659D32",
"score_num": 50,
"score_display": "Partial",
"category": "Protect"
},
{
"techniqueID": "T1048",
"enabled": true,
"showSubtechniques": false,
"metadata": [
{
"name": "category",
"value": "Protect"
},
{
"name": "value",
"value": "Partial"
},
{
"name": "comment",
"value": "Google Cloud Firewalls can allow or deny traffic based on the traffic's protocol, destination ports, sources, and destinations. This functionality can be used to block adversaries from accessing resources from which to exfiltrate data as well as prevent resources from communicating with known-bad IP addresses and domains that might be used to receive exfiltrated data. This mapping is given a score of Partial because the known-bad IP addresses and domains would need to be known in advance and AWS Network Firewall wouldn't have deep packet inspection visibility into encrypted non-C2 protocols."
}
],
"color": "#659D32",
"score_num": 50,
"score_display": "Partial",
"category": "Protect"
},
{
"techniqueID": "T1071",
"enabled": true,
"showSubtechniques": false,
"metadata": [
{
"name": "category",
"value": "Protect"
},
{
"name": "value",
"value": "Significant"
},
{
"name": "comment",
"value": "Google Cloud Firewalls can allow or deny traffic based on the traffic's protocol, destination ports, sources, and destinations. This functionality can be used to block malicious or unwanted traffic leveraging application layer protocols. Given this supports all sub-techniques, the mapping is given a score of Significant."
}
],
"color": "#7FFF00",
"score_num": 100,
"score_display": "Significant",
"category": "Protect"
},
{
"techniqueID": "T1090",
"enabled": true,
"showSubtechniques": false,
"metadata": [
{
"name": "category",
"value": "Protect"
},
{
"name": "value",
"value": "Partial"
},
{
"name": "comment",
"value": "Google Cloud Firewalls can allow or deny traffic based on the traffic's protocol, destination ports, sources, and destinations. This functionality can be used to block traffic from known bad IP addresses and to known bad domains that serve as proxies for adversaries. This mapping is given a score of partial because it only supports a subset of the sub-techniques (2 of 4) and because it only blocks known bad IP addresses and domains and does not protect against unknown ones."
}
],
"color": "#659D32",
"score_num": 50,
"score_display": "Partial",
"category": "Protect"
},
{
"techniqueID": "T1095",
"enabled": true,
"showSubtechniques": false,
"metadata": [
{
"name": "category",
"value": "Protect"
},
{
"name": "value",
"value": "Significant"
},
{
"name": "comment",
"value": "Google Cloud Firewalls can allow or deny traffic based on the traffic's protocol, destination ports, sources, and destinations. This functionality can be used to block malicious or unwanted traffic leveraging non-application layer protocols. Given this, the mapping is given a score of Significant."
}
],
"color": "#7FFF00",
"score_num": 100,
"score_display": "Significant",
"category": "Protect"
},
{
"techniqueID": "T1104",
"enabled": true,
"showSubtechniques": false,
"metadata": [
{
"name": "category",
"value": "Protect"
},
{
"name": "value",
"value": "Partial"
},
{
"name": "comment",
"value": "Google Cloud Firewalls can allow or deny traffic based on the traffic's protocol, destination ports, sources, and destinations. This functionality can be used to block communication with known command and control channels by filtering based on known bad IP addresses and domains. This mapping is given a score of Partial because it only protects against known channels and not channels yet to be identified."
}
],
"color": "#659D32",
"score_num": 50,
"score_display": "Partial",
"category": "Protect"
},
{
"techniqueID": "T1133",
"enabled": true,
"showSubtechniques": false,
"metadata": [
{
"name": "category",
"value": "Protect"
},
{
"name": "value",
"value": "Partial"
},
{
"name": "comment",
"value": "Google Cloud Firewalls can allow or deny traffic based on the traffic's protocol, destination ports, sources, and destinations. This functionality can be used to only allow certain remote services to be available. Furthermore, it can enforce restrictions such that remote services are only from trusted hosts (i.e., only allow remote access traffic from certain hosts). This mapping is given a score of Partial because while it can limit which external remote services and hosts can be used to access the network, it cannot protect against the misuse of legitimate external remote services (e.g., it cannot protect against an adversary using a trusted host that is permitted to use remote services as part of an attack)."
}
],
"color": "#659D32",
"score_num": 50,
"score_display": "Partial",
"category": "Protect"
},
{
"techniqueID": "T1187",
"enabled": true,
"showSubtechniques": false,
"metadata": [
{
"name": "category",
"value": "Protect"
},
{
"name": "value",
"value": "Significant"
},
{
"name": "comment",
"value": "Google Cloud Firewalls can allow or deny traffic based on the traffic's protocol, destination ports, sources, and destinations. This functionality can be used to block SMB and WebDAV traffic from exiting the network which can protect against adversaries from forcing authentication over SMB and WebDAV. This mapping is given a score of Significant because Google Cloud Firewalls can block this traffic or restrict where it can go to."
}
],
"color": "#7FFF00",
"score_num": 100,
"score_display": "Significant",
"category": "Protect"
},
{
"techniqueID": "T1205",
"enabled": true,
"showSubtechniques": false,
"metadata": [
{
"name": "category",
"value": "Protect"
},
{
"name": "value",
"value": "Partial"
},
{
"name": "comment",
"value": "Google Cloud Firewalls can allow or deny traffic based on the traffic's protocol, destination ports, sources, and destinations. This functionality can be used to block traffic to unused ports from reaching hosts on the network which may help protect against traffic signaling from external systems. This mapping is given a score of partial because the Google Cloud Firewalls does not do anything to protect against traffic signaling among hosts within the network and behind the firewall."
}
],
"color": "#659D32",
"score_num": 50,
"score_display": "Partial",
"category": "Protect"
},
{
"techniqueID": "T1219",
"enabled": true,
"showSubtechniques": false,
"metadata": [
{
"name": "category",
"value": "Protect"
},
{
"name": "value",
"value": "Partial"
},
{
"name": "comment",
"value": "Google Cloud Firewalls can allow or deny traffic based on the traffic's protocol, destination ports, sources, and destinations. This functionality can be used to only allow remote access software from trusted hosts (i.e., only allow remote access traffic from certain hosts). This mapping is given a score of Partial because even though it can restrict remote access software traffic from untrusted hosts, it cannot protect against an adversary using a trusted host that is permitted to use remote access software as part of an attack."
}
],
"color": "#659D32",
"score_num": 50,
"score_display": "Partial",
"category": "Protect"
},
{
"techniqueID": "T1498",
"enabled": true,
"showSubtechniques": false,
"metadata": [
{
"name": "category",
"value": "Protect"
},
{
"name": "value",
"value": "Minimal"
},
{
"name": "comment",
"value": "Google Cloud Firewalls can allow or deny traffic based on the traffic's protocol, destination ports, sources, and destinations. This functionality can be used to block the sources of smaller-scale network denial of service attacks. While Google Cloud Firewalls support both sub-techniques (2 of 2), this mapping is given a score of Minimal because often times it is necessary to block the traffic at an Internet Service Provider or Content Provider Network level."
}
],
"color": "#9CBA7F",
"score_num": 10,
"score_display": "Minimal",
"category": "Protect"
},
{
"techniqueID": "T1499",
"enabled": true,
"showSubtechniques": false,
"metadata": [
{
"name": "category",
"value": "Protect"
},
{
"name": "value",
"value": "Partial"
},
{
"name": "comment",
"value": "Google Cloud Firewalls can allow or deny traffic based on the traffic's protocol, destination ports, sources, and destinations. This functionality can be used to block adversaries from carrying out denial of service attacks by implementing restrictions on which IP addresses and domains can access the resources (e.g., allow lists) as well as which protocol traffic is permitted. That is, Google Cloud Firewalls could block the source of the denial-of-service attack. This mapping is given a score of Partial because it only supports a subset of the sub-techniques (3 of 4) and because the source of the attack would have to be known before rules could be put in place to protect against it."
}
],
"color": "#659D32",
"score_num": 50,
"score_display": "Partial",
"category": "Protect"
},
{
"techniqueID": "T1530",
"enabled": true,
"showSubtechniques": false,
"metadata": [
{
"name": "category",
"value": "Protect"
},
{
"name": "value",
"value": "Partial"
},
{
"name": "comment",
"value": "Google Cloud Firewalls can allow or deny traffic based on the traffic's protocol, destination ports, sources, and destinations. This functionality can be used to block adversaries from accessing resources such as cloud storage objects by implementing restrictions on which IP addresses and domains can access the resources (e.g., allow lists). However, since cloud storage objects are located outside the virtual private cloud where Google Cloud Firewalls protect, the mapping is only given a score of Partial."
}
],
"color": "#659D32",
"score_num": 50,
"score_display": "Partial",
"category": "Protect"
},
{
"techniqueID": "T1542",
"enabled": true,
"showSubtechniques": false,
"metadata": [
{
"name": "category",
"value": "Protect"
},
{
"name": "value",
"value": "Minimal"
},
{
"name": "comment",
"value": "Google Cloud Firewalls can allow or deny traffic based on the traffic's protocol, destination ports, sources, and destinations. This functionality can be used to block traffic over known TFTP ports. This mapping is given a score of Minimal because Google Cloud Firewalls only support a subset of sub-techniques (1 of 5) and don't do anything to protect against TFTP booting among hosts within the network and behind the firewall."
}
],
"color": "#9CBA7F",
"score_num": 10,
"score_display": "Minimal",
"category": "Protect"
},
{
"techniqueID": "T1571",
"enabled": true,
"showSubtechniques": false,
"metadata": [
{
"name": "category",
"value": "Protect"
},
{
"name": "value",
"value": "Significant"
},
{
"name": "comment",
"value": "Google Cloud Firewalls can allow or deny traffic based on the traffic's protocol, destination ports, sources, and destinations. This functionality can be used to restrict which protocols and port numbers are allowed through the firewall and prevent adversaries from using non-standard ports. As a result, this mapping is given a score of Significant."
}
],
"color": "#7FFF00",
"score_num": 100,
"score_display": "Significant",
"category": "Protect"
},
{
"techniqueID": "T1572",
"enabled": true,
"showSubtechniques": false,
"metadata": [
{
"name": "category",
"value": "Protect"
},
{
"name": "value",
"value": "Partial"
},
{
"name": "comment",
"value": "Google Cloud Firewalls can allow or deny traffic based on the traffic's protocol, destination ports, sources, and destinations. This functionality can be used to block traffic from known bad IP addresses and domains which could protect against protocol tunneling by adversaries. This mapping is given a score of partial because it only blocks known bad IP addresses and domains and does not protect against unknown ones."
}
],
"color": "#659D32",
"score_num": 50,
"score_display": "Partial",
"category": "Protect"
},
{
"techniqueID": "T1590",
"enabled": true,
"showSubtechniques": false,
"metadata": [
{
"name": "category",
"value": "Protect"
},
{
"name": "value",
"value": "Partial"
},
{
"name": "comment",
"value": "Google Cloud Firewalls can allow or deny traffic based on the traffic's protocol, destination ports, sources, and destinations. This functionality can be used to restrict access to the endpoints within the virtual private cloud and protect against adversaries gathering information about the network. While this mapping supports most of the sub-techniques (4 of 6), it is only given a score of Partial because it only protects against attempts to gather information via scanning that originate from outside the firewall, and it does not protect against phishing."
}
],
"color": "#659D32",
"score_num": 50,
"score_display": "Partial",
"category": "Protect"
},
{
"techniqueID": "T1595",
"enabled": true,
"showSubtechniques": false,
"metadata": [
{
"name": "category",
"value": "Protect"
},
{
"name": "value",
"value": "Partial"
},
{
"name": "comment",
"value": "Google Cloud Firewalls can allow or deny traffic based on the traffic's protocol, destination ports, sources, and destinations. This functionality can be used to restrict access to the endpoints within the virtual private cloud and protect against active scanning. While this mapping supports both sub-techniques (2 of 2), this mapping is given a score of Partial because it only protects against active scanning attacks that originate from outside the firewall and not from within network protected by the firewall."
}
],
"color": "#659D32",
"score_num": 50,
"score_display": "Partial",
"category": "Protect"
}
],
"gradient": {
"colors": [
"#ff6666",
"#ffe766",
"#8ec843"
],
"minValue": 0,
"maxValue": 100
},
"legendItems": [
{
"label": "Protect - Minimal",
"color": "#9CBA7F"
},
{
"label": "Protect - Partial",
"color": "#659D32"
},
{
"label": "Protect - Significant",
"color": "#7FFF00"
},
{
"label": "Detect - Minimal",
"color": "#AEEEEE"
},
{
"label": "Detect - Partial",
"color": "#5F9F9F"
},
{
"label": "Detect - Significant",
"color": "#00FFFF"
},
{
"label": "Respond - Minimal",
"color": "#ff6b6b"
},
{
"label": "Respond - Partial",
"color": "#ff0505"
},
{
"label": "Respond - Significant",
"color": "#b80000"
},
{
"label": "Mixed - Minimal",
"color": "#bf6bff"
},
{
"label": "Mixed - Partial",
"color": "#9305ff"
},
{
"label": "Mixed - Significant",
"color": "#5c00a3"
}
],
"metadata": [],
"showTacticRowBackground": false,
"tacticRowBackground": "#dddddd",
"selectTechniquesAcrossTactics": true,
"selectSubtechniquesWithParent": false
}