From 051605763eb4ca79b3f2113c176f698898c91af6 Mon Sep 17 00:00:00 2001 From: David Cruciani Date: Thu, 18 Apr 2024 14:40:16 +0200 Subject: [PATCH 1/5] chg: [flowintel-cm] notes --- objects/flowintel-cm-case/definition.json | 8 ++++- .../flowintel-cm-task-note/definition.json | 35 +++++++++++++++++++ objects/flowintel-cm-task/definition.json | 8 +---- 3 files changed, 43 insertions(+), 8 deletions(-) create mode 100644 objects/flowintel-cm-task-note/definition.json diff --git a/objects/flowintel-cm-case/definition.json b/objects/flowintel-cm-case/definition.json index d516bb2..751f8ae 100644 --- a/objects/flowintel-cm-case/definition.json +++ b/objects/flowintel-cm-case/definition.json @@ -42,6 +42,12 @@ "misp-attribute": "datetime", "ui-priority": 0 }, + "notes": { + "description": "Notes of the case", + "disable_correlation": true, + "misp-attribute": "text", + "ui-priority": 0 + }, "origin-url": { "description": "Origin of the case", "disable_correlation": true, @@ -86,5 +92,5 @@ "meta-category": "misc", "name": "flowintel-cm-case", "uuid": "19df57c7-b315-4fd2-84e5-d81ab221425e", - "version": 2 + "version": 3 } \ No newline at end of file diff --git a/objects/flowintel-cm-task-note/definition.json b/objects/flowintel-cm-task-note/definition.json new file mode 100644 index 0000000..54aa2d5 --- /dev/null +++ b/objects/flowintel-cm-task-note/definition.json @@ -0,0 +1,35 @@ +{ + "attributes": { + "note": { + "description": "Notes of the task", + "disable_correlation": true, + "misp-attribute": "text", + "multiple": true, + "ui-priority": 0 + }, + "note-uuid": { + "description": "UUID of the note", + "disable_correlation": true, + "misp-attribute": "text", + "ui-priority": 2 + }, + "origin-url": { + "description": "Origin of the task", + "disable_correlation": true, + "misp-attribute": "url", + "to_ids": false, + "ui-priority": 1 + }, + "task-uuid": { + "description": "UUID of the parent task", + "disable_correlation": true, + "misp-attribute": "text", + "ui-priority": 2 + } + }, + "description": "A task's note as defined by flowintel-cm.", + "meta-category": "misc", + "name": "flowintel-cm-task-note", + "uuid": "2c6f6aba-48b6-482f-a810-81934d29be9a", + "version": 1 +} \ No newline at end of file diff --git a/objects/flowintel-cm-task/definition.json b/objects/flowintel-cm-task/definition.json index fbd9f0d..3313f9f 100644 --- a/objects/flowintel-cm-task/definition.json +++ b/objects/flowintel-cm-task/definition.json @@ -37,12 +37,6 @@ "misp-attribute": "datetime", "ui-priority": 0 }, - "notes": { - "description": "Notes of the task", - "disable_correlation": true, - "misp-attribute": "text", - "ui-priority": 0 - }, "origin-url": { "description": "Origin of the task", "disable_correlation": true, @@ -88,5 +82,5 @@ "meta-category": "misc", "name": "flowintel-cm-task", "uuid": "2f525f6e-d3f2-4cb9-9ca0-f1160d99397d", - "version": 3 + "version": 4 } \ No newline at end of file From a2063078e5878601d4f60a3e47167720fa01a0e5 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Fri, 19 Apr 2024 14:42:45 +0200 Subject: [PATCH 2/5] fix: [relationships] newline story --- relationships/definition.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relationships/definition.json b/relationships/definition.json index 233e428..70c9101 100644 --- a/relationships/definition.json +++ b/relationships/definition.json @@ -1845,4 +1845,4 @@ } ], "version": 46 -} +} \ No newline at end of file From 1abf2bf705be36d85e59a457551a9e24e55fc732 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Fri, 19 Apr 2024 14:53:38 +0200 Subject: [PATCH 3/5] chg: [relationships] `publishes` added --- relationships/definition.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/relationships/definition.json b/relationships/definition.json index 70c9101..011ea4a 100644 --- a/relationships/definition.json +++ b/relationships/definition.json @@ -36,6 +36,22 @@ "name": "shared-by", "opposite": "shares" }, + { + "description": "This relationship describes an object which publishes another object.", + "format": [ + "misp" + ], + "name": "publishes", + "opposite": "published-by" + }, + { + "description": "This relationship describes an object which was published by another object.", + "format": [ + "misp" + ], + "name": "published-by", + "opposite": "publishes" + }, { "description": "The referenced source and target objects are semantically duplicates of each other.", "format": [ @@ -1844,5 +1860,5 @@ "opposite": "injects" } ], - "version": 46 + "version": 47 } \ No newline at end of file From 93b43a31918c857f5b3867576140f5e5b6fd86ed Mon Sep 17 00:00:00 2001 From: menewol Date: Wed, 24 Apr 2024 14:11:50 +0200 Subject: [PATCH 4/5] Added Mattermost --- objects/instant-message/definition.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/objects/instant-message/definition.json b/objects/instant-message/definition.json index 0c54e8f..d60d17a 100644 --- a/objects/instant-message/definition.json +++ b/objects/instant-message/definition.json @@ -22,7 +22,8 @@ "Discord", "Mumble", "Jabber", - "Twitter" + "Twitter", + "Mattermost" ], "ui-priority": 1 }, @@ -118,4 +119,4 @@ ], "uuid": "5fa51a24-f40f-4696-a77e-d31e26bab5fc", "version": 3 -} \ No newline at end of file +} From 16b354c04c3ef3889baf1c974549b27a91ee946e Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 24 Apr 2024 14:30:19 +0200 Subject: [PATCH 5/5] chg: [instant-message] remove newlines --- objects/instant-message/definition.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/objects/instant-message/definition.json b/objects/instant-message/definition.json index d60d17a..5847716 100644 --- a/objects/instant-message/definition.json +++ b/objects/instant-message/definition.json @@ -119,4 +119,4 @@ ], "uuid": "5fa51a24-f40f-4696-a77e-d31e26bab5fc", "version": 3 -} +} \ No newline at end of file