-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample-export.json
More file actions
76 lines (76 loc) · 1.54 KB
/
Copy pathexample-export.json
File metadata and controls
76 lines (76 loc) · 1.54 KB
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
{
"name": "Viz-Matrix Example Coverage",
"versions": {
"attack": "14",
"navigator": "4.5",
"layer": "4.5"
},
"domain": "enterprise-attack",
"description": "Example coverage matrix exported from Viz-Matrix demonstrating the export format",
"sorting": 0,
"layout": {
"layout": "side",
"showID": true,
"showName": true,
"showAggregateScores": false,
"countUnscored": true
},
"hideDisabled": false,
"techniques": [
{
"techniqueID": "T1078",
"enabled": true,
"score": 2,
"comment": "Covered by: Security Event Log, System Event Log",
"metadata": [
{
"name": "coverage_count",
"value": "2"
}
]
},
{
"techniqueID": "T1059",
"enabled": true,
"score": 3,
"comment": "Covered by: Security Event Log, PowerShell Logs, Sysmon",
"metadata": [
{
"name": "coverage_count",
"value": "3"
}
]
},
{
"techniqueID": "T1055",
"enabled": true,
"score": 1,
"comment": "Covered by: Sysmon",
"metadata": [
{
"name": "coverage_count",
"value": "1"
}
]
}
],
"gradient": {
"colors": ["#ff6b6b", "#feca57", "#48dbfb"],
"minValue": 0,
"maxValue": 3
},
"metadata": [
{
"name": "exported_from",
"value": "Viz-Matrix"
},
{
"name": "export_timestamp",
"value": "2026-04-22T10:30:00.000Z"
},
{
"name": "active_source_count",
"value": "15"
}
]
}