From 89b8e10fbe5991da74937fd6eb7488e708b1603e Mon Sep 17 00:00:00 2001 From: haxpak Date: Mon, 15 Apr 2019 17:41:39 +0530 Subject: [PATCH 1/4] added option "Further Analysis Required" to attribute stage --- objects/course-of-action/definition.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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": { From 2d6522887df976fe7a00f105491b5695549274a9 Mon Sep 17 00:00:00 2001 From: haxpak Date: Mon, 15 Apr 2019 18:00:21 +0530 Subject: [PATCH 2/4] added relationship "executes" --- relationships/definition.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/relationships/definition.json b/relationships/definition.json index 873fdb1..d028c66 100644 --- a/relationships/definition.json +++ b/relationships/definition.json @@ -1,5 +1,5 @@ { - "version": 14, + "version": 15, "values": [ { "name": "derived-from", @@ -10,6 +10,11 @@ "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.", From befa47d2c53ce45df655515a6c99dc0cdced63c2 Mon Sep 17 00:00:00 2001 From: haxpak Date: Mon, 15 Apr 2019 18:04:44 +0530 Subject: [PATCH 3/4] [added] relationship 'executes' : Describes a an object that executes another object --- relationships/definition.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/relationships/definition.json b/relationships/definition.json index d028c66..3d9dc87 100644 --- a/relationships/definition.json +++ b/relationships/definition.json @@ -11,9 +11,11 @@ ] }, { - "name" : "executes", - "description" : "This relationship describes an object which executes another object", - "format" : [ "misp" ] + "name": "executes", + "description": "This relationship describes an object which executes another object", + "format": [ + "misp" + ] }, { "name": "duplicate-of", From 4066da31e4a7201a9319b8bd9da82b8c40122338 Mon Sep 17 00:00:00 2001 From: haxpak Date: Tue, 16 Apr 2019 08:31:43 +0530 Subject: [PATCH 4/4] changed device type drop down from category to sane_default --- objects/device/definition.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/objects/device/definition.json b/objects/device/definition.json index 4826bdd..5d7ba0e 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",