Merge pull request #395 from MISP/chrisr3d_patch

Added `contact_information` & `sector` attributes to the `organization` template
pull/397/head
Alexandre Dulaunoy 2023-06-15 23:24:49 +02:00 committed by GitHub
commit e2fd7a0290
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 47 additions and 0 deletions

View File

@ -18,6 +18,11 @@
"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",
@ -77,6 +82,48 @@
"Emitter"
]
},
"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",
"retail",
"technology",
"telecommunication",
"transportation",
"utilities"
],
"ui-priority": 17
},
"type-of-organization": {
"description": "Type of the organization",
"misp-attribute": "text",