2020-01-29 03:24:04 +01:00
|
|
|
{
|
|
|
|
"attributes": {
|
2020-04-26 02:10:02 +02:00
|
|
|
"archive": {
|
|
|
|
"description": "Archive of the original document (Internet Archive, Archive.is, etc).",
|
|
|
|
"misp-attribute": "link",
|
|
|
|
"multiple": true,
|
|
|
|
"ui-priority": 1
|
2020-01-29 03:24:04 +01:00
|
|
|
},
|
2020-04-26 02:10:02 +02:00
|
|
|
"attachment": {
|
|
|
|
"description": "The leaked document file.",
|
|
|
|
"misp-attribute": "attachment",
|
|
|
|
"ui-priority": 1
|
|
|
|
},
|
|
|
|
"document-name": {
|
|
|
|
"description": "Title of the document.",
|
2020-01-29 03:24:04 +01:00
|
|
|
"misp-attribute": "text",
|
2020-04-26 02:10:02 +02:00
|
|
|
"ui-priority": 0
|
|
|
|
},
|
|
|
|
"document-text": {
|
|
|
|
"description": "Raw text of document",
|
|
|
|
"misp-attribute": "text",
|
|
|
|
"ui-priority": 1
|
2020-01-29 03:24:04 +01:00
|
|
|
},
|
|
|
|
"document-type": {
|
|
|
|
"description": "The type of document (not the file type).",
|
|
|
|
"disable_correlation": true,
|
2020-04-26 02:10:02 +02:00
|
|
|
"misp-attribute": "text",
|
2020-01-30 20:08:19 +01:00
|
|
|
"multiple": true,
|
2020-01-29 03:24:04 +01:00
|
|
|
"sane_default": [
|
|
|
|
"email",
|
|
|
|
"letterhead",
|
|
|
|
"speech",
|
|
|
|
"literature",
|
|
|
|
"photo",
|
|
|
|
"audio",
|
|
|
|
"invoice",
|
|
|
|
"receipt",
|
|
|
|
"other"
|
2020-04-26 02:10:02 +02:00
|
|
|
],
|
|
|
|
"ui-priority": 1
|
2020-01-29 03:24:04 +01:00
|
|
|
},
|
2020-04-26 02:10:02 +02:00
|
|
|
"first-seen": {
|
|
|
|
"description": "When the document has been accessible or seen for the first time.",
|
|
|
|
"disable_correlation": true,
|
|
|
|
"misp-attribute": "datetime",
|
|
|
|
"ui-priority": 0
|
2020-01-29 03:24:04 +01:00
|
|
|
},
|
2020-04-26 02:10:02 +02:00
|
|
|
"last-seen": {
|
|
|
|
"description": "When the document has been accessible or seen for the last time.",
|
|
|
|
"disable_correlation": true,
|
|
|
|
"misp-attribute": "datetime",
|
|
|
|
"ui-priority": 0
|
2020-01-29 03:24:04 +01:00
|
|
|
},
|
|
|
|
"link": {
|
|
|
|
"description": "Original link into the document (Supposed harmless)",
|
2020-04-26 02:10:02 +02:00
|
|
|
"misp-attribute": "link",
|
|
|
|
"ui-priority": 1
|
2020-01-30 20:08:19 +01:00
|
|
|
},
|
2020-01-29 03:24:04 +01:00
|
|
|
"objective": {
|
|
|
|
"description": "Reason for leaking the document.",
|
|
|
|
"disable_correlation": true,
|
2020-04-26 02:10:02 +02:00
|
|
|
"misp-attribute": "text",
|
2020-01-29 03:24:04 +01:00
|
|
|
"multiple": true,
|
|
|
|
"sane_default": [
|
|
|
|
"Disinformation",
|
|
|
|
"Influence",
|
|
|
|
"Whistleblowing",
|
|
|
|
"Extortion",
|
|
|
|
"Other"
|
2020-04-26 02:10:02 +02:00
|
|
|
],
|
|
|
|
"ui-priority": 1
|
2020-01-29 03:24:04 +01:00
|
|
|
},
|
2020-04-26 02:10:02 +02:00
|
|
|
"origin": {
|
|
|
|
"description": "Original source of leaked document.",
|
|
|
|
"misp-attribute": "text",
|
|
|
|
"ui-priority": 1
|
2020-01-29 03:24:04 +01:00
|
|
|
},
|
2020-04-26 02:10:02 +02:00
|
|
|
"purpose-of-document": {
|
|
|
|
"description": "What the document is used for.",
|
2020-01-29 03:24:04 +01:00
|
|
|
"disable_correlation": true,
|
2020-04-26 02:10:02 +02:00
|
|
|
"misp-attribute": "text",
|
|
|
|
"multiple": true,
|
|
|
|
"sane_default": [
|
|
|
|
"Identification",
|
|
|
|
"Travel",
|
|
|
|
"Health",
|
|
|
|
"Legal",
|
|
|
|
"Financial",
|
|
|
|
"Government",
|
|
|
|
"Military",
|
|
|
|
"Media",
|
|
|
|
"Communication",
|
|
|
|
"Other"
|
|
|
|
],
|
|
|
|
"ui-priority": 1
|
|
|
|
},
|
|
|
|
"url": {
|
|
|
|
"description": "Original URL location of the document (potentially malicious)",
|
|
|
|
"misp-attribute": "url",
|
|
|
|
"ui-priority": 1
|
2020-01-29 03:24:04 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"description": "Object describing a leaked document.",
|
|
|
|
"meta-category": "file",
|
2020-04-26 02:10:02 +02:00
|
|
|
"name": "leaked-document",
|
|
|
|
"requiredOneOf": [
|
|
|
|
"document-name",
|
|
|
|
"attachment",
|
|
|
|
"document-text"
|
|
|
|
],
|
2020-01-29 03:24:04 +01:00
|
|
|
"uuid": "ea145ecd-b3c2-4f57-ac11-c16e883c4247",
|
2020-04-26 02:10:02 +02:00
|
|
|
"version": 6
|
|
|
|
}
|