mirror of https://github.com/MISP/misp-objects
commit
50d3d1f044
|
@ -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 narrative has been accessible or seen for the last time.",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"ui-priority": 0,
|
||||||
|
"misp-attribute": "datetime"
|
||||||
|
},
|
||||||
|
"first-seen": {
|
||||||
|
"description": "When the narrative has been accessible or seen for the first time.",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"ui-priority": 0,
|
||||||
|
"misp-attribute": "datetime"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"version": 1,
|
||||||
|
"description": "Object describing a narrative.",
|
||||||
|
"meta-category": "misc",
|
||||||
|
"uuid": "83bea299-514a-4719-a84b-f6fd0997fac1",
|
||||||
|
"name": "narrative"
|
||||||
|
}
|
Loading…
Reference in New Issue