We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 582e5b5 + 0edf925 commit a773592Copy full SHA for a773592
2 files 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
}
objects/virustotal-report/definition.json
@@ -63,5 +63,5 @@
"permalink"
"uuid": "d7dd0154-e04f-4c34-a2fb-79f3a3a52aa4",
- "version": 4
+ "version": 5
0 commit comments