mirror of https://github.com/MISP/misp-objects
Merge pull request #395 from MISP/chrisr3d_patch
Added `contact_information` & `sector` attributes to the `organization` templatepull/397/head
commit
e2fd7a0290
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue