mirror of https://github.com/MISP/misp-objects
87 lines
2.2 KiB
JSON
87 lines
2.2 KiB
JSON
{
|
|
"requiredOneOf": [
|
|
"name",
|
|
"alias"
|
|
],
|
|
"attributes": {
|
|
"name": {
|
|
"description": "Name of the organization",
|
|
"disable_correlation": false,
|
|
"ui-priority": 100,
|
|
"misp-attribute": "text"
|
|
},
|
|
"alias": {
|
|
"description": "Alias of the organization",
|
|
"ui-priority": 99,
|
|
"misp-attribute": "text",
|
|
"multiple": true
|
|
},
|
|
"type-of-organization": {
|
|
"description": "Type of the organization",
|
|
"ui-priority": 97,
|
|
"misp-attribute": "text"
|
|
},
|
|
"description": {
|
|
"description": "Description of the organization",
|
|
"ui-priority": 96,
|
|
"misp-attribute": "text"
|
|
},
|
|
"date-of-inception": {
|
|
"description": "Date of inception of the organization",
|
|
"ui-priority": 0,
|
|
"misp-attribute": "date-of-birth"
|
|
},
|
|
"phone-number": {
|
|
"description": "Phone number of the organization.",
|
|
"ui-priority": 10,
|
|
"misp-attribute": "phone-number",
|
|
"multiple": true
|
|
},
|
|
"fax-number": {
|
|
"description": "Fax number of the organization.",
|
|
"ui-priority": 10,
|
|
"misp-attribute": "phone-number",
|
|
"multiple": true
|
|
},
|
|
"address": {
|
|
"description": "Postal address of the organization.",
|
|
"ui-priority": 10,
|
|
"misp-attribute": "text",
|
|
"multiple": true
|
|
},
|
|
"e-mail": {
|
|
"description": "Email address of the organization.",
|
|
"ui-priority": 10,
|
|
"misp-attribute": "email-src",
|
|
"multiple": true
|
|
},
|
|
"role": {
|
|
"description": "The role of the organization.",
|
|
"ui-priority": 0,
|
|
"misp-attribute": "text",
|
|
"multiple": true,
|
|
"values_list": [
|
|
"Suspect",
|
|
"Victim",
|
|
"Defendent",
|
|
"Accused",
|
|
"Culprit",
|
|
"Accomplice",
|
|
"Target"
|
|
],
|
|
"disable_correlation": true
|
|
},
|
|
"VAT": {
|
|
"description": "VAT or TAX-ID of the organization",
|
|
"ui-priority": 0,
|
|
"misp-attribute": "text",
|
|
"multiple": true
|
|
}
|
|
},
|
|
"version": 4,
|
|
"description": "An object which describes an organization.",
|
|
"meta-category": "misc",
|
|
"uuid": "f750e12b-127a-432c-b022-b3f9153c4e2a",
|
|
"name": "organization"
|
|
}
|