From d7007fe4561f7a2f3d2eca281dc0992df7b861ac Mon Sep 17 00:00:00 2001 From: Matthieu Faou Date: Tue, 5 Dec 2023 11:50:38 -0500 Subject: [PATCH 1/3] Added 5 sectors to the victim object --- objects/victim/definition.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/objects/victim/definition.json b/objects/victim/definition.json index e8a897a..194f1a7 100644 --- a/objects/victim/definition.json +++ b/objects/victim/definition.json @@ -77,12 +77,14 @@ "misp-attribute": "text", "multiple": true, "sane_default": [ + "academic research", "aerospace", "agriculture", "automotive", "communications", "construction", "defence", + "dissident", "education", "energy", "engineering", @@ -97,14 +99,17 @@ "information and cultural industries", "infrastructure", "insurance", + "international organization", "legal", "manufacturing", "mining", "non profit", "pharmaceuticals", + "political party", "retail", "technology", "telecommunications", + "think tank", "transportation", "utilities" ], @@ -127,4 +132,4 @@ ], "uuid": "a8806e40-39ad-435f-be02-ac2a13d6fc7d", "version": 8 -} \ No newline at end of file +} From 5a19c4649820414b77c2ef3918b43ee64683af56 Mon Sep 17 00:00:00 2001 From: Matthieu Faou Date: Tue, 5 Dec 2023 12:25:32 -0500 Subject: [PATCH 2/3] Changed academic research to academia - university to align with the sector cluster --- objects/victim/definition.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/objects/victim/definition.json b/objects/victim/definition.json index 194f1a7..a4aa5b4 100644 --- a/objects/victim/definition.json +++ b/objects/victim/definition.json @@ -77,7 +77,7 @@ "misp-attribute": "text", "multiple": true, "sane_default": [ - "academic research", + "academia - university", "aerospace", "agriculture", "automotive", From a240e70334f4d5cf9cf206fca52714be3f1c4570 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Tue, 5 Dec 2023 20:58:22 +0100 Subject: [PATCH 3/3] fix: [victim] object updated --- objects/victim/definition.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/objects/victim/definition.json b/objects/victim/definition.json index a4aa5b4..04665be 100644 --- a/objects/victim/definition.json +++ b/objects/victim/definition.json @@ -131,5 +131,5 @@ "sectors" ], "uuid": "a8806e40-39ad-435f-be02-ac2a13d6fc7d", - "version": 8 -} + "version": 9 +} \ No newline at end of file