From e387009bdd9fa6ad20aa6c00cabde20061f4c443 Mon Sep 17 00:00:00 2001 From: VVX7 Date: Fri, 27 Mar 2020 15:10:22 -0400 Subject: [PATCH 1/2] new: [object] add narrative. --- objects/narrative/definition.json | 91 +++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 objects/narrative/definition.json diff --git a/objects/narrative/definition.json b/objects/narrative/definition.json new file mode 100644 index 0000000..0707d2c --- /dev/null +++ b/objects/narrative/definition.json @@ -0,0 +1,91 @@ +{ + "requiredOneOf": [ + "attachment", + "archive", + "narrative-description" + ], + "attributes": { + "5Ds-of-propaganda": { + "description": "5 D's of propaganda are tactics of rebuttal used to defend against criticism and adversarial narratives.", + "ui-priority": 1, + "misp-attribute": "text", + "disable_correlation": true, + "multiple": true, + "values_list": [ + "dismiss", + "distort", + "distract", + "dismay", + "divide" + ] + }, + "attachment": { + "description": "Documents related to the narrative.", + "ui-priority": 1, + "misp-attribute": "attachment" + }, + "narrative-description": { + "description": "Raw text of narrative.", + "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)", + "ui-priority": 1, + "misp-attribute": "link" + }, + "archive": { + "description": "Archive of the original narrative source (Internet Archive, Archive.is, etc).", + "ui-priority": 1, + "multiple": true, + "misp-attribute": "link" + }, + "objective": { + "description": "Objective of the narrative.", + "ui-priority": 1, + "misp-attribute": "text", + "disable_correlation": true, + "multiple": true, + "sane_default": [ + "Disinformation", + "Advertising", + "Parody", + "Other" + ] + }, + "last-seen": { + "description": "When the meme has been accessible or seen for the last time.", + "disable_correlation": true, + "ui-priority": 0, + "misp-attribute": "datetime" + }, + "first-seen": { + "description": "When the meme has been accessible or seen for the first time.", + "disable_correlation": true, + "ui-priority": 0, + "misp-attribute": "datetime" + } + }, + "version": 7, + "description": "Object describing a narrative.", + "meta-category": "misc", + "uuid": "83bea299-514a-4719-a84b-f6fd0997fac1", + "name": "narrative" +} From 1198f8fe682acff42e8ab9713891b211e2651d72 Mon Sep 17 00:00:00 2001 From: VVX7 Date: Fri, 27 Mar 2020 15:46:31 -0400 Subject: [PATCH 2/2] chg: [object] change narrative version --- objects/narrative/definition.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/objects/narrative/definition.json b/objects/narrative/definition.json index 0707d2c..a494553 100644 --- a/objects/narrative/definition.json +++ b/objects/narrative/definition.json @@ -71,19 +71,19 @@ ] }, "last-seen": { - "description": "When the meme has been accessible or seen for the last time.", + "description": "When the narrative has been accessible or seen for the last time.", "disable_correlation": true, "ui-priority": 0, "misp-attribute": "datetime" }, "first-seen": { - "description": "When the meme has been accessible or seen for the first time.", + "description": "When the narrative has been accessible or seen for the first time.", "disable_correlation": true, "ui-priority": 0, "misp-attribute": "datetime" } }, - "version": 7, + "version": 1, "description": "Object describing a narrative.", "meta-category": "misc", "uuid": "83bea299-514a-4719-a84b-f6fd0997fac1",