From e12f15d5daae3f4c53293bb2a2b6483bcd97a366 Mon Sep 17 00:00:00 2001 From: Thomas Patzke Date: Fri, 2 Nov 2018 00:40:55 +0100 Subject: [PATCH] Fixed misp-attribute in link attribute of paste object --- objects/paste/definition.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/objects/paste/definition.json b/objects/paste/definition.json index 09c5adf..7eace76 100644 --- a/objects/paste/definition.json +++ b/objects/paste/definition.json @@ -44,7 +44,7 @@ "description": "Link to the original source of the paste or post (when used maliciously)." }, "link": { - "misp-attribute": "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)." },