From d17d11df1a968ef2d79093268c462ec1c66d7369 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Mon, 4 Jun 2018 19:46:58 +0200 Subject: [PATCH] chg: username of the author added + disable correlation for origin --- objects/paste/definition.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/objects/paste/definition.json b/objects/paste/definition.json index 9d0002b..a7c31b0 100644 --- a/objects/paste/definition.json +++ b/objects/paste/definition.json @@ -23,13 +23,19 @@ ], "description": "Original source of the paste or post.", "ui-priority": 0, - "misp-attribute": "text" + "misp-attribute": "text", + "disable_correlation": true }, "title": { "misp-attribute": "text", "ui-priority": 0, "description": "Title of the paste or post." }, + "username": { + "misp-attribute": "text", + "ui-priority": 0, + "description": "User who posted the post." + }, "url": { "misp-attribute": "url", "ui-priority": 0, @@ -48,7 +54,7 @@ "misp-attribute": "datetime" } }, - "version": 2, + "version": 3, "description": "Paste or similar post from a website allowing to share privately or publicly posts.", "meta-category": "misc", "uuid": "cedc055c-78aa-49a4-bfd7-4cc30cecef12",