chg: [object] disable correlation on some fields. add external references.

pull/243/head
VVX7 2020-03-28 19:23:28 -04:00
parent 2b3e89b614
commit a7e9fd9697
1 changed files with 15 additions and 19 deletions

View File

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