We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d32f9b1 commit 0edf925Copy full SHA for 0edf925
1 file changed
objects/email/definition.json
@@ -57,6 +57,12 @@
57
"multiple": true,
58
"ui-priority": 1
59
},
60
+ "email-body-attachment": {
61
+ "description": "Body of the email as an attachment",
62
+ "disable_correlation": true,
63
+ "misp-attribute": "attachment",
64
+ "ui-priority": 1
65
+ },
66
"eml": {
67
"description": "Full EML",
68
"disable_correlation": true,
@@ -258,9 +264,10 @@
258
264
"x-mailer",
259
265
"return-path",
260
266
"email-body",
267
+ "email-body-attachment",
261
268
"eml",
262
269
"msg"
263
270
],
271
"uuid": "a0c666e0-fc65-4be8-b48f-3423d788b552",
- "version": 18
272
+ "version": 19
273
}
0 commit comments