chg: [paste object] add a link attribute when the paste reference is not malicious

pull/111/head
Alexandre Dulaunoy 2018-07-26 14:06:39 +02:00
parent aae03a3db2
commit 3aa3247b09
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 10 additions and 3 deletions

View File

@ -19,7 +19,9 @@
"codepad.org", "codepad.org",
"safebin.net", "safebin.net",
"hastebin.com", "hastebin.com",
"ghostbin.com" "ghostbin.com",
"paste.ee",
"0bin.net"
], ],
"description": "Original source of the paste or post.", "description": "Original source of the paste or post.",
"ui-priority": 0, "ui-priority": 0,
@ -39,7 +41,12 @@
"url": { "url": {
"misp-attribute": "url", "misp-attribute": "url",
"ui-priority": 0, "ui-priority": 0,
"description": "Link to the original source of the paste or post." "description": "Link to the original source of the paste or post (when used maliciously)."
},
"link": {
"misp-attribute": "link,",
"ui-priority": 0,
"description": "Link to the original source of the source or post (when used legitimately for OSINT source or alike)."
}, },
"last-seen": { "last-seen": {
"description": "When the paste has been accessible or seen for the last time.", "description": "When the paste has been accessible or seen for the last time.",
@ -54,7 +61,7 @@
"misp-attribute": "datetime" "misp-attribute": "datetime"
} }
}, },
"version": 3, "version": 4,
"description": "Paste or similar post from a website allowing to share privately or publicly posts.", "description": "Paste or similar post from a website allowing to share privately or publicly posts.",
"meta-category": "misc", "meta-category": "misc",
"uuid": "cedc055c-78aa-49a4-bfd7-4cc30cecef12", "uuid": "cedc055c-78aa-49a4-bfd7-4cc30cecef12",