From da216650d748b03f7c16afbf3d291e99c76dd967 Mon Sep 17 00:00:00 2001 From: ater49 Date: Mon, 23 Apr 2018 11:09:43 +0200 Subject: [PATCH] dding comment fields in VT report objects --- objects/virustotal-report/definition.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/objects/virustotal-report/definition.json b/objects/virustotal-report/definition.json index 5dee6ab..b1c8f41 100644 --- a/objects/virustotal-report/definition.json +++ b/objects/virustotal-report/definition.json @@ -44,6 +44,14 @@ ], "ui-priority": 2, "misp-attribute": "link" + }, + "comment": { + "description": "Comment related to this hash", + "categories": [ + "Exernal analysis" + ], + "misp-attribute": "text", + "multiple": "true" } }, "version": 1,