From aa2aa0814a7047fbc6946eae5db48c0aa268f231 Mon Sep 17 00:00:00 2001 From: Sami Tainio Date: Fri, 22 Oct 2021 23:29:35 +0300 Subject: [PATCH 1/2] chg: [email] add a `bcc` field, `reply-to` can be multiple Fix #329 --- objects/email/definition.json | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/objects/email/definition.json b/objects/email/definition.json index 6794923..e9f3869 100644 --- a/objects/email/definition.json +++ b/objects/email/definition.json @@ -9,6 +9,16 @@ "multiple": true, "ui-priority": 0 }, + "bcc": { + "categories": [ + "Payload delivery" + ], + "description": "Blind carbon copy", + "disable_correlation": true, + "misp-attribute": "email-dst", + "multiple": true, + "ui-priority": 1 + }, "cc": { "categories": [ "Payload delivery" @@ -120,6 +130,7 @@ ], "description": "Email address the reply will be sent to", "misp-attribute": "email-reply-to", + "multiple": true, "ui-priority": 1 }, "return-path": { @@ -224,5 +235,5 @@ "msg" ], "uuid": "a0c666e0-fc65-4be8-b48f-3423d788b552", - "version": 16 -} \ No newline at end of file + "version": 17 +} From 48e6ff25671865090baa9cfb263c3970160b7e1a Mon Sep 17 00:00:00 2001 From: Sami Tainio Date: Sat, 23 Oct 2021 10:58:55 +0300 Subject: [PATCH 2/2] Ran jq_all_the_things_.sh --- objects/email/definition.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/objects/email/definition.json b/objects/email/definition.json index e9f3869..77e5e81 100644 --- a/objects/email/definition.json +++ b/objects/email/definition.json @@ -12,7 +12,7 @@ "bcc": { "categories": [ "Payload delivery" - ], + ], "description": "Blind carbon copy", "disable_correlation": true, "misp-attribute": "email-dst", @@ -236,4 +236,4 @@ ], "uuid": "a0c666e0-fc65-4be8-b48f-3423d788b552", "version": 17 -} +} \ No newline at end of file