add: Paste or similar post from a website allowing to share privately or publicly posts.

pull/29/head
Alexandre Dulaunoy 2017-09-29 14:59:39 +02:00
parent 4b520f0d05
commit bc7c84ca5a
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 50 additions and 0 deletions

View File

@ -0,0 +1,50 @@
{
"requiredOneOf": [
"origin",
"paste"
],
"attributes": {
"paste": {
"description": "Raw text of the paste or post",
"ui-priority": 1,
"misp-attribute": "text"
},
"origin": {
"values_list": [
"pastebin.com",
"pastebin.com_pro",
"pastie.org",
"slexy.org",
"gist.github.com",
"codepad.org",
"safebin.net",
"hastebin.com"
],
"description": "Original source of the paste or post.",
"ui-priority": 0,
"misp-attribute": "text"
},
"url": {
"misp-attribute": "url",
"ui-priority": 0,
"description": "Link to the original source of the paste or post."
},
"last-seen": {
"description": "When the paste has been accessible or seen for the last time.",
"disable_correlation": true,
"ui-priority": 0,
"misp-attribute": "datetime"
},
"first-seen": {
"description": "When the paste has been accessible or seen for the first time.",
"disable_correlation": true,
"ui-priority": 0,
"misp-attribute": "datetime"
}
},
"version": 1,
"description": "Paste or similar post from a website allowing to share privately or publicly posts.",
"meta-category": "misc",
"uuid": "cedc055c-78aa-49a4-bfd7-4cc30cecef12",
"name": "paste"
}