-
Notifications
You must be signed in to change notification settings - Fork 139
/
Copy pathmachinetag.json
executable file
·107 lines (107 loc) · 2.68 KB
/
machinetag.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
{
"namespace": "ais-marking",
"description": "The AIS Marking Schema implementation is maintained by the National Cybersecurity and Communication Integration Center (NCCIC) of the U.S. Department of Homeland Security (DHS)",
"version": 2,
"predicates": [
{
"value": "TLPMarking",
"expanded": "TLP Marking",
"exclusive": true,
"uuid": "acc6c9a1-d2a3-5474-a42d-d3d2045c3b93"
},
{
"value": "AISConsent",
"expanded": "AIS Consent",
"exclusive": true,
"uuid": "bee45e66-c115-5a99-8737-d8973ad7125e"
},
{
"value": "CISA_Proprietary",
"expanded": "CISA Proprietary",
"exclusive": true,
"uuid": "ff6676ab-9bd5-54d3-b9e2-840fd89f51c4"
},
{
"value": "AISMarking",
"expanded": "AIS Marking",
"exclusive": true,
"uuid": "fab66063-184b-5c92-94f6-85e81221a29e"
}
],
"values": [
{
"predicate": "TLPMarking",
"entry": [
{
"value": "WHITE",
"expanded": "WHITE",
"colour": "#FFFFFF",
"uuid": "a543591a-e2d2-5422-867d-e5f97a8f6365"
},
{
"value": "GREEN",
"expanded": "GREEN",
"colour": "#339900",
"uuid": "74ebfe90-d351-5380-8679-bcd6ba728bc0"
},
{
"value": "AMBER",
"expanded": "AMBER",
"colour": "#FFC000",
"uuid": "84f2bef3-379a-5bb9-af0e-a79d81c3d214"
}
]
},
{
"predicate": "AISConsent",
"entry": [
{
"value": "EVERYONE",
"expanded": "EVERYONE",
"uuid": "e36265a8-1b8e-505a-891a-e820feebbea0"
},
{
"value": "USG",
"expanded": "USG",
"uuid": "a7d34a55-a1ed-5e5d-aea6-3b5f6874ce6f"
},
{
"value": "NONE",
"expanded": "NONE",
"uuid": "6b1e1be7-25c1-5cba-8560-f237866e88b0"
}
]
},
{
"predicate": "CISA_Proprietary",
"entry": [
{
"value": "true",
"expanded": "true",
"uuid": "fd5cc6ca-732b-5ea0-8a01-3324508774cc"
},
{
"value": "false",
"expanded": "false",
"uuid": "6898ff2b-438f-5cd4-a82b-534e8f8b4a15"
}
]
},
{
"predicate": "AISMarking",
"entry": [
{
"value": "Is_Proprietary",
"expanded": "Is_Proprietary",
"uuid": "a7c11dd6-9c62-503b-bdbc-60e0c134ab74"
},
{
"value": "Not_Proprietary",
"expanded": "Not_Proprietary",
"uuid": "80a9b8ae-a307-5430-9c21-cf1cae578454"
}
]
}
],
"uuid": "ef01864a-bfee-58a7-91ab-0cff1ed1a433"
}