diff --git a/objects/course-of-action/definition.json b/objects/course-of-action/definition.json index ee5b157..b2099e0 100644 --- a/objects/course-of-action/definition.json +++ b/objects/course-of-action/definition.json @@ -53,7 +53,8 @@ "disable_correlation": true, "sane_default": [ "Remedy", - "Response" + "Response", + "Further Analysis Required" ] }, "cost": { diff --git a/objects/device/definition.json b/objects/device/definition.json index 729f908..bab949e 100644 --- a/objects/device/definition.json +++ b/objects/device/definition.json @@ -26,7 +26,7 @@ "ui-priority": 99, "misp-attribute": "text", "disable_correlation": true, - "categories": [ + "sane_default": [ "PC", "Mobile", "Laptop", diff --git a/relationships/definition.json b/relationships/definition.json index 0c1a8a2..29c470f 100644 --- a/relationships/definition.json +++ b/relationships/definition.json @@ -1,5 +1,5 @@ { - "version": 14, + "version": 15, "values": [ { "name": "derived-from", @@ -10,6 +10,13 @@ "alfred" ] }, + { + "name": "executes", + "description": "This relationship describes an object which executes another object", + "format": [ + "misp" + ] + }, { "name": "duplicate-of", "description": "The referenced source and target objects are semantically duplicates of each other.",