mirror of https://github.com/MISP/misp-objects
commit
3a87dfd083
|
@ -2,7 +2,8 @@
|
||||||
"requiredOneOf": [
|
"requiredOneOf": [
|
||||||
"attachment",
|
"attachment",
|
||||||
"archive",
|
"archive",
|
||||||
"narrative-description"
|
"narrative-description",
|
||||||
|
"narrative-summary"
|
||||||
],
|
],
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"5Ds-of-propaganda": {
|
"5Ds-of-propaganda": {
|
||||||
|
@ -25,34 +26,35 @@
|
||||||
"misp-attribute": "attachment"
|
"misp-attribute": "attachment"
|
||||||
},
|
},
|
||||||
"narrative-description": {
|
"narrative-description": {
|
||||||
"description": "Raw text of narrative.",
|
"description": "A description of the narrative.",
|
||||||
|
"disable_correlation": true,
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text"
|
||||||
},
|
},
|
||||||
"crosspost": {
|
"narrative-summary": {
|
||||||
"description": "Safe site where the narrative has been posted.",
|
"description": "A summary of the narrative.",
|
||||||
"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,
|
"ui-priority": 1,
|
||||||
"misp-attribute": "url"
|
"misp-attribute": "text"
|
||||||
},
|
},
|
||||||
"link": {
|
"external-references": {
|
||||||
"description": "Original link into the narrative (Supposed harmless)",
|
"description": "Link to external references.",
|
||||||
|
"disable_correlation": true,
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"misp-attribute": "link"
|
"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": {
|
"archive": {
|
||||||
"description": "Archive of the original narrative source (Internet Archive, Archive.is, etc).",
|
"description": "Archive of the original narrative source (Internet Archive, Archive.is, etc).",
|
||||||
|
"disable_correlation": true,
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"misp-attribute": "link"
|
"misp-attribute": "link"
|
||||||
|
@ -83,7 +85,7 @@
|
||||||
"misp-attribute": "datetime"
|
"misp-attribute": "datetime"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 1,
|
"version": 2,
|
||||||
"description": "Object describing a narrative.",
|
"description": "Object describing a narrative.",
|
||||||
"meta-category": "misc",
|
"meta-category": "misc",
|
||||||
"uuid": "83bea299-514a-4719-a84b-f6fd0997fac1",
|
"uuid": "83bea299-514a-4719-a84b-f6fd0997fac1",
|
||||||
|
|
Loading…
Reference in New Issue