From d32f9b1add939a6a5c4ff816c8173532fc12b38e Mon Sep 17 00:00:00 2001
From: Alexandre Dulaunoy
Date: Fri, 1 Sep 2023 09:34:08 +0200
Subject: [PATCH 1/2] fix: [virustotal-report] bump version
---
objects/virustotal-report/definition.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/objects/virustotal-report/definition.json b/objects/virustotal-report/definition.json
index b69e256..dde7714 100644
--- a/objects/virustotal-report/definition.json
+++ b/objects/virustotal-report/definition.json
@@ -63,5 +63,5 @@
"permalink"
],
"uuid": "d7dd0154-e04f-4c34-a2fb-79f3a3a52aa4",
- "version": 4
+ "version": 5
}
\ No newline at end of file
From 0edf925a59ef0c0b940afee0da0fc1f7a1a7eccf Mon Sep 17 00:00:00 2001
From: Alexandre Dulaunoy
Date: Mon, 11 Sep 2023 11:28:39 +0200
Subject: [PATCH 2/2] chg: [email] email-body-attachment added
---
objects/email/definition.json | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/objects/email/definition.json b/objects/email/definition.json
index 90ed2a5..3fc0fc4 100644
--- a/objects/email/definition.json
+++ b/objects/email/definition.json
@@ -57,6 +57,12 @@
"multiple": true,
"ui-priority": 1
},
+ "email-body-attachment": {
+ "description": "Body of the email as an attachment",
+ "disable_correlation": true,
+ "misp-attribute": "attachment",
+ "ui-priority": 1
+ },
"eml": {
"description": "Full EML",
"disable_correlation": true,
@@ -258,9 +264,10 @@
"x-mailer",
"return-path",
"email-body",
+ "email-body-attachment",
"eml",
"msg"
],
"uuid": "a0c666e0-fc65-4be8-b48f-3423d788b552",
- "version": 18
+ "version": 19
}
\ No newline at end of file