forked from MISP/misp-objects
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefinition.json
More file actions
55 lines (55 loc) · 1.55 KB
/
Copy pathdefinition.json
File metadata and controls
55 lines (55 loc) · 1.55 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
{
"requiredOneOf": [
"organisation",
"administrative-area",
"industry",
"country"
],
"attributes": {
"organisation": {
"description": "AIS Organisation Name.",
"misp-attribute": "text",
"ui-priority": 1
},
"administrative-area": {
"description": "AIS Administrative Area represented using ISO-3166-2.",
"misp-attribute": "text",
"ui-priority": 1
},
"industry": {
"description": "AIS IndustryType.",
"misp-attribute": "text",
"ui-priority": 1,
"multiple": true,
"sane_default": [
"Chemical Sector",
"Commercial Facilities Sector",
"Communications Sector",
"Critical Manufacturing Sector",
"Dams Sector",
"Defense Industrial Base Sector",
"Emergency Services Sector",
"Energy Sector",
"Financial Services Sector",
"Food and Agriculture Sector",
"Government Facilities Sector",
"Healthcare and Public Health Sector",
"Information Technology Sector",
"Nuclear Reactors, Materials, and Waste Sector",
"Transportation Systems Sector",
"Water and Wastewater Systems Sector",
"Other"
]
},
"country": {
"description": "AIS Country represented using ISO-3166-1_alpha-2.",
"misp-attribute": "text",
"ui-priority": 1
}
},
"version": 1,
"description": "Automated Indicator Sharing (AIS) Information Source Markings.",
"meta-category": "misc",
"uuid": "1f3f466d-465f-4c3a-8cce-933642c9ea83",
"name": "ais-info"
}