From 0518dd1aa34970ab24268716c04387dc09e29437 Mon Sep 17 00:00:00 2001 From: VVX7 Date: Sat, 28 Mar 2020 19:16:33 -0400 Subject: [PATCH 1/3] chg: [object] add narrative description/summary --- objects/narrative/definition.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/objects/narrative/definition.json b/objects/narrative/definition.json index a494553..8b95c1f 100644 --- a/objects/narrative/definition.json +++ b/objects/narrative/definition.json @@ -25,7 +25,12 @@ "misp-attribute": "attachment" }, "narrative-description": { - "description": "Raw text of narrative.", + "description": "A description of the narrative.", + "ui-priority": 1, + "misp-attribute": "text" + }, + "narrative-summary": { + "description": "A summary of the narrative.", "ui-priority": 1, "misp-attribute": "text" }, @@ -83,7 +88,7 @@ "misp-attribute": "datetime" } }, - "version": 1, + "version": 2, "description": "Object describing a narrative.", "meta-category": "misc", "uuid": "83bea299-514a-4719-a84b-f6fd0997fac1", From 2b3e89b614b4b0cd964a4c2f95390a8e80a86af4 Mon Sep 17 00:00:00 2001 From: VVX7 Date: Sat, 28 Mar 2020 19:17:25 -0400 Subject: [PATCH 2/3] chg: [object] add narrative description/summary --- objects/narrative/definition.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/objects/narrative/definition.json b/objects/narrative/definition.json index 8b95c1f..b99dca4 100644 --- a/objects/narrative/definition.json +++ b/objects/narrative/definition.json @@ -2,7 +2,8 @@ "requiredOneOf": [ "attachment", "archive", - "narrative-description" + "narrative-description", + "narrative-summary" ], "attributes": { "5Ds-of-propaganda": { From a7e9fd969779ffeb4139cc758de4b4a1c594b468 Mon Sep 17 00:00:00 2001 From: VVX7 Date: Sat, 28 Mar 2020 19:23:28 -0400 Subject: [PATCH 3/3] chg: [object] disable correlation on some fields. add external references. --- objects/narrative/definition.json | 34 ++++++++++++++----------------- 1 file changed, 15 insertions(+), 19 deletions(-) diff --git a/objects/narrative/definition.json b/objects/narrative/definition.json index b99dca4..09e1e16 100644 --- a/objects/narrative/definition.json +++ b/objects/narrative/definition.json @@ -27,6 +27,7 @@ }, "narrative-description": { "description": "A description of the narrative.", + "disable_correlation": true, "ui-priority": 1, "misp-attribute": "text" }, @@ -35,30 +36,25 @@ "ui-priority": 1, "misp-attribute": "text" }, - "crosspost": { - "description": "Safe site where the narrative has been posted.", - "ui-priority": 0, - "misp-attribute": "link", - "multiple": true - }, - "crosspost-unsafe": { - "description": "Unsafe site where the narrative has been posted.", - "ui-priority": 0, - "misp-attribute": "url", - "multiple": true - }, - "url": { - "description": "Original URL location of the narrative (potentially malicious)", - "ui-priority": 1, - "misp-attribute": "url" - }, - "link": { - "description": "Original link into the narrative (Supposed harmless)", + "external-references": { + "description": "Link to external references.", + "disable_correlation": true, "ui-priority": 1, "misp-attribute": "link" }, + "link": { + "description": "Original link to the narrative source (Supposed harmless)", + "ui-priority": 1, + "misp-attribute": "link" + }, + "url": { + "description": "Original link to the narrative source (Supposed malicious)", + "ui-priority": 1, + "misp-attribute": "url" + }, "archive": { "description": "Archive of the original narrative source (Internet Archive, Archive.is, etc).", + "disable_correlation": true, "ui-priority": 1, "multiple": true, "misp-attribute": "link"