From 9178943a75e34a289c1802d5207588691c02976f Mon Sep 17 00:00:00 2001 From: Sami Tainio Date: Fri, 26 Nov 2021 15:26:40 +0200 Subject: [PATCH 1/2] add: [email] Added display name attribute for reply-to --- objects/email/definition.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/objects/email/definition.json b/objects/email/definition.json index 8f2adf0..4ead0df 100644 --- a/objects/email/definition.json +++ b/objects/email/definition.json @@ -151,6 +151,15 @@ "multiple": true, "ui-priority": 1 }, + "reply-to-display-name": { + "categories": [ + "Payload delivery" + ], + "description": "Display name of the email address the reply will be sent to", + "misp-attribute": "email-dst-display-name", + "multiple": true, + "ui-priority": 1 + }, "return-path": { "categories": [ "Payload delivery" @@ -253,5 +262,5 @@ "msg" ], "uuid": "a0c666e0-fc65-4be8-b48f-3423d788b552", - "version": 17 -} \ No newline at end of file + "version": 18 +} From 56f09c4431b9ce110c2651f3813bd6165841cf83 Mon Sep 17 00:00:00 2001 From: Sami Tainio Date: Fri, 26 Nov 2021 15:37:32 +0200 Subject: [PATCH 2/2] Ran jq_all_the_things_.sh --- objects/email/definition.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/objects/email/definition.json b/objects/email/definition.json index 4ead0df..90ed2a5 100644 --- a/objects/email/definition.json +++ b/objects/email/definition.json @@ -263,4 +263,4 @@ ], "uuid": "a0c666e0-fc65-4be8-b48f-3423d788b552", "version": 18 -} +} \ No newline at end of file