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 63
/
AWSAuditManager.json
100 lines (100 loc) · 2.46 KB
/
AWSAuditManager.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
{
"name": "AWS Audit Manager",
"versions": {
"attack": "9",
"navigator": "4.2",
"layer": "4.2"
},
"domain": "enterprise-attack",
"description": "AWS Audit Manager automates evidence collection from other services (notably AWS Config, AWS Security Hub, AWS API calls, and AWS CloudTrail) for evaluation against compliance frameworks/regulations and transformation into audit-friendly reports.",
"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": [],
"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
}