diff --git a/objects/ADS/definition.json b/objects/ADS/definition.json index 2d23077..ee885f4 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", @@ -77,5 +83,5 @@ "categorization" ], "uuid": "07a7f4cf-e738-47ad-b045-34c3b382f3b4", - "version": 1 -} \ No newline at end of file + "version": 2 +}