From 8e47b3378778c4f389891f982cf4bd3d6a5b3877 Mon Sep 17 00:00:00 2001 From: c-goes Date: Thu, 9 Nov 2017 16:07:54 +0100 Subject: [PATCH] Added file attribute screenshot to email object --- objects/email/definition.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/objects/email/definition.json b/objects/email/definition.json index ada836d..7b7f45d 100644 --- a/objects/email/definition.json +++ b/objects/email/definition.json @@ -3,7 +3,7 @@ "uuid": "a0c666e0-fc65-4be8-b48f-3423d788b552", "meta-category": "network", "description": "Email object describing an email with meta-information", - "version": 6, + "version": 7, "attributes": { "reply-to": { "description": "Email address the reply will be sent to", @@ -56,6 +56,14 @@ "Payload delivery" ] }, + "screenshot": { + "description": "Screenshot of email", + "misp-attribute": "attachment", + "ui-priority": 1, + "categories": [ + "External analysis" + ] + }, "attachment": { "description": "Attachment", "misp-attribute": "email-attachment",