From 1f3b9312cc198a75961bcee62941144e7e388f52 Mon Sep 17 00:00:00 2001 From: Christian Studer Date: Thu, 15 Jun 2023 13:27:55 +0200 Subject: [PATCH 1/2] add: [organization] Added the generic `contact_information` and `sector` fields for an organization --- objects/organization/definition.json | 47 ++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/objects/organization/definition.json b/objects/organization/definition.json index cdffce0..b69e313 100644 --- a/objects/organization/definition.json +++ b/objects/organization/definition.json @@ -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": "Description of the organization sector" + "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", From f6d069dc3db521f38108d682db78e3a12daf0b6d Mon Sep 17 00:00:00 2001 From: Christian Studer Date: Thu, 15 Jun 2023 13:51:08 +0200 Subject: [PATCH 2/2] fix: [organization] Fixed missing comma - Managed to improve the description too --- objects/organization/definition.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/objects/organization/definition.json b/objects/organization/definition.json index b69e313..5b6faeb 100644 --- a/objects/organization/definition.json +++ b/objects/organization/definition.json @@ -83,7 +83,7 @@ ] }, "sector": { - "description": "Description of the organization sector" + "description": "Describing the organization's sector of activity.", "misp-attribute": "text", "multiple": true, "sane_default": [