2019-04-13 08:25:38 +02:00
|
|
|
{
|
|
|
|
"attributes": {
|
2020-04-26 02:10:02 +02:00
|
|
|
"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
|
2019-04-13 08:25:38 +02:00
|
|
|
},
|
|
|
|
"alias": {
|
|
|
|
"description": "Alias of the organization",
|
|
|
|
"misp-attribute": "text",
|
2020-04-26 02:10:02 +02:00
|
|
|
"multiple": true,
|
|
|
|
"ui-priority": 99
|
2019-04-13 08:25:38 +02:00
|
|
|
},
|
2020-04-26 02:10:02 +02:00
|
|
|
"date-of-inception": {
|
|
|
|
"description": "Date of inception of the organization",
|
|
|
|
"misp-attribute": "date-of-birth",
|
|
|
|
"ui-priority": 0
|
2019-04-13 08:25:38 +02:00
|
|
|
},
|
2020-02-05 15:06:37 +01:00
|
|
|
"description": {
|
|
|
|
"description": "Description of the organization",
|
2020-04-26 02:10:02 +02:00
|
|
|
"misp-attribute": "text",
|
|
|
|
"ui-priority": 96
|
2019-04-13 08:25:38 +02:00
|
|
|
},
|
2020-04-26 02:10:02 +02:00
|
|
|
"e-mail": {
|
|
|
|
"description": "Email address of the organization.",
|
|
|
|
"misp-attribute": "email-src",
|
|
|
|
"multiple": true,
|
|
|
|
"ui-priority": 10
|
2019-04-13 08:25:38 +02:00
|
|
|
},
|
|
|
|
"fax-number": {
|
|
|
|
"description": "Fax number of the organization.",
|
|
|
|
"misp-attribute": "phone-number",
|
2020-04-26 02:10:02 +02:00
|
|
|
"multiple": true,
|
|
|
|
"ui-priority": 10
|
2019-04-13 08:25:38 +02:00
|
|
|
},
|
2020-04-26 02:10:02 +02:00
|
|
|
"name": {
|
|
|
|
"description": "Name of the organization",
|
|
|
|
"disable_correlation": false,
|
2019-04-13 08:25:38 +02:00
|
|
|
"misp-attribute": "text",
|
2020-04-26 02:10:02 +02:00
|
|
|
"ui-priority": 100
|
2019-04-13 08:25:38 +02:00
|
|
|
},
|
2020-04-26 02:10:02 +02:00
|
|
|
"phone-number": {
|
|
|
|
"description": "Phone number of the organization.",
|
|
|
|
"misp-attribute": "phone-number",
|
|
|
|
"multiple": true,
|
|
|
|
"ui-priority": 10
|
2019-04-13 08:25:38 +02:00
|
|
|
},
|
|
|
|
"role": {
|
2019-04-13 10:02:56 +02:00
|
|
|
"description": "The role of the organization.",
|
2020-04-26 02:10:02 +02:00
|
|
|
"disable_correlation": true,
|
2019-04-13 08:25:38 +02:00
|
|
|
"misp-attribute": "text",
|
|
|
|
"multiple": true,
|
2020-04-26 02:10:02 +02:00
|
|
|
"ui-priority": 0,
|
2019-04-13 08:25:38 +02:00
|
|
|
"values_list": [
|
|
|
|
"Suspect",
|
|
|
|
"Victim",
|
|
|
|
"Defendent",
|
|
|
|
"Accused",
|
|
|
|
"Culprit",
|
|
|
|
"Accomplice",
|
|
|
|
"Target"
|
2020-04-26 02:10:02 +02:00
|
|
|
]
|
2019-12-17 14:59:00 +01:00
|
|
|
},
|
2020-04-26 02:10:02 +02:00
|
|
|
"type-of-organization": {
|
|
|
|
"description": "Type of the organization",
|
2019-12-17 14:59:00 +01:00
|
|
|
"misp-attribute": "text",
|
2020-04-26 02:10:02 +02:00
|
|
|
"ui-priority": 97
|
2019-04-13 08:25:38 +02:00
|
|
|
}
|
|
|
|
},
|
2019-04-13 10:02:56 +02:00
|
|
|
"description": "An object which describes an organization.",
|
2019-04-14 08:02:55 +02:00
|
|
|
"meta-category": "misc",
|
2020-04-26 02:10:02 +02:00
|
|
|
"name": "organization",
|
|
|
|
"requiredOneOf": [
|
|
|
|
"name",
|
|
|
|
"alias"
|
|
|
|
],
|
2019-04-13 10:02:56 +02:00
|
|
|
"uuid": "f750e12b-127a-432c-b022-b3f9153c4e2a",
|
2020-04-26 02:10:02 +02:00
|
|
|
"version": 4
|
|
|
|
}
|