From c7445733b3385b56f97e7c8d725d66e5c6359e13 Mon Sep 17 00:00:00 2001 From: th3r3d Date: Fri, 16 Aug 2024 15:27:34 +0200 Subject: [PATCH 1/3] Update ADS to v2 Added Categorization Others for more granular view of MITRE Att&ck TTP used --- objects/ADS/definition.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/objects/ADS/definition.json b/objects/ADS/definition.json index 2d230774..f3ee2bf6 100644 --- a/objects/ADS/definition.json +++ b/objects/ADS/definition.json @@ -22,6 +22,12 @@ "multiple": true, "ui-priority": 10 }, + "categorization_others": { + "description": "Provides a mapping of the ADS to the relevant entry in the Att&CK if 'categorization is not sufficient'.", + "misp-attribute": "text", + "multiple": true, + "ui-priority": 13 + }, "date": { "description": "Enter date, when ADS has been created or edited.", "misp-attribute": "datetime", @@ -76,6 +82,6 @@ "goal", "categorization" ], - "uuid": "07a7f4cf-e738-47ad-b045-34c3b382f3b4", - "version": 1 -} \ No newline at end of file + "uuid": "4f2a8d9a-6c3b-4e3b-9076-fc2c0a9246b7", + "version": 2 +} From 1e01268720a48a32c60787f9ae2f4b2aa06cbdb2 Mon Sep 17 00:00:00 2001 From: th3r3d Date: Sat, 17 Aug 2024 11:02:03 +0200 Subject: [PATCH 2/3] Updated UUID Updated UUID to last version. --- objects/ADS/definition.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/objects/ADS/definition.json b/objects/ADS/definition.json index f3ee2bf6..ee885f44 100644 --- a/objects/ADS/definition.json +++ b/objects/ADS/definition.json @@ -82,6 +82,6 @@ "goal", "categorization" ], - "uuid": "4f2a8d9a-6c3b-4e3b-9076-fc2c0a9246b7", + "uuid": "07a7f4cf-e738-47ad-b045-34c3b382f3b4", "version": 2 } From ee3318c15b78ec5cc4d02476176370c066a94f1a Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 22 Aug 2024 10:56:11 +0200 Subject: [PATCH 3/3] chg: [ADS] updated --- objects/ADS/definition.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/objects/ADS/definition.json b/objects/ADS/definition.json index ee885f44..ba1c64fb 100644 --- a/objects/ADS/definition.json +++ b/objects/ADS/definition.json @@ -84,4 +84,4 @@ ], "uuid": "07a7f4cf-e738-47ad-b045-34c3b382f3b4", "version": 2 -} +} \ No newline at end of file