We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5bc046c + 7e65e5d commit 413a261Copy full SHA for 413a261
1 file changed
objects/email/definition.json
@@ -26,6 +26,7 @@
26
"description": "Body of the email",
27
"disable_correlation": true,
28
"misp-attribute": "email-body",
29
+ "multiple": true,
30
"ui-priority": 1
31
},
32
"eml": {
@@ -34,6 +35,12 @@
34
35
"misp-attribute": "attachment",
36
37
38
+ "msg": {
39
+ "description": "Full MSG",
40
+ "disable_correlation": true,
41
+ "misp-attribute": "attachment",
42
+ "ui-priority": 1
43
+ },
44
"from": {
45
"categories": [
46
"Payload delivery"
@@ -204,8 +211,9 @@
204
211
"x-mailer",
205
212
"return-path",
206
213
"email-body",
207
- "eml"
214
+ "eml",
215
+ "msg"
208
216
],
209
217
"uuid": "a0c666e0-fc65-4be8-b48f-3423d788b552",
210
218
"version": 15
-}
219
+}
0 commit comments