-
Notifications
You must be signed in to change notification settings - Fork 127
/
Copy pathdefinition.json
150 lines (150 loc) · 3.86 KB
/
definition.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
{
"attributes": {
"VAT": {
"description": "VAT or TAX-ID of the organization",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"address": {
"description": "Postal address of the organization.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 10
},
"alias": {
"description": "Alias of the organization",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 99
},
"contact_information": {
"description": "Generic contact information (e-mail, phone number, etc.) for this Organization, with no specific format requirement.",
"misp-attribute": "text",
"ui-priority": 18
},
"date-of-inception": {
"description": "Date of inception of the organization",
"misp-attribute": "datetime",
"ui-priority": 0
},
"description": {
"description": "Description of the organization",
"misp-attribute": "text",
"ui-priority": 96
},
"e-mail": {
"description": "Email address of the organization.",
"misp-attribute": "email-src",
"multiple": true,
"ui-priority": 10
},
"fax-number": {
"description": "Fax number of the organization.",
"misp-attribute": "phone-number",
"multiple": true,
"ui-priority": 10
},
"misp-uuid": {
"description": "MISP UUID of the organization",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 97
},
"name": {
"description": "Name of the organization",
"disable_correlation": false,
"misp-attribute": "text",
"ui-priority": 100
},
"phone-number": {
"description": "Phone number of the organization.",
"misp-attribute": "phone-number",
"multiple": true,
"ui-priority": 10
},
"registration-number": {
"description": "Registration number of the organization",
"misp-attribute": "text",
"ui-priority": 15
},
"role": {
"description": "The role of the organization.",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0,
"values_list": [
"Suspect",
"Victim",
"Defendent",
"Accused",
"Culprit",
"Accomplice",
"Target",
"Source",
"Originator",
"Informant",
"Emitter",
"Impersonated"
]
},
"sector": {
"description": "Describing the organization's sector of activity.",
"misp-attribute": "text",
"multiple": true,
"sane_default": [
"agriculture",
"aerospace",
"automotive",
"chemical",
"commercial",
"communication",
"construction",
"defense",
"education",
"energy",
"entertainment",
"financial-services",
"government",
"government emergency-services",
"government government-local",
"government-national",
"government-public-services",
"government-regional",
"healthcare",
"hospitality-leasure",
"infrastructure",
"infrastructure dams",
"infrastructure nuclear",
"infrastructure water",
"insurance",
"manufacturing",
"mining",
"non-profit",
"pharmaceuticals",
"private",
"retail",
"technology",
"telecommunication",
"transportation",
"utilities"
],
"ui-priority": 17
},
"type-of-organization": {
"description": "Type of the organization",
"misp-attribute": "text",
"ui-priority": 97
}
},
"description": "An object which describes an organization.",
"meta-category": "misc",
"name": "organization",
"requiredOneOf": [
"name",
"alias"
],
"uuid": "f750e12b-127a-432c-b022-b3f9153c4e2a",
"version": 9
}