chg: username of the author added + disable correlation for origin

pull/100/head
Alexandre Dulaunoy 2018-06-04 19:46:58 +02:00
parent fe3a91b8d9
commit d17d11df1a
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 8 additions and 2 deletions

View File

@ -23,13 +23,19 @@
], ],
"description": "Original source of the paste or post.", "description": "Original source of the paste or post.",
"ui-priority": 0, "ui-priority": 0,
"misp-attribute": "text" "misp-attribute": "text",
"disable_correlation": true
}, },
"title": { "title": {
"misp-attribute": "text", "misp-attribute": "text",
"ui-priority": 0, "ui-priority": 0,
"description": "Title of the paste or post." "description": "Title of the paste or post."
}, },
"username": {
"misp-attribute": "text",
"ui-priority": 0,
"description": "User who posted the post."
},
"url": { "url": {
"misp-attribute": "url", "misp-attribute": "url",
"ui-priority": 0, "ui-priority": 0,
@ -48,7 +54,7 @@
"misp-attribute": "datetime" "misp-attribute": "datetime"
} }
}, },
"version": 2, "version": 3,
"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",