new: [object] add narrative.

pull/242/head
VVX7 2020-03-27 15:10:22 -04:00
parent b436f9f28b
commit e387009bdd
1 changed files with 91 additions and 0 deletions

View File

@ -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"
}