Skip to content

Commit 7e65e5d

Browse files
committed
Updated for support for msg format.
Adding first class support for Emails in .msg format to the email definition. This includes making the attribute support multiple bodies. Msg formats nearly always have at least 2, if not 3, versions of the body (plain text, rtf, html).
1 parent 27a554a commit 7e65e5d

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

objects/email/definition.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"description": "Body of the email",
2727
"disable_correlation": true,
2828
"misp-attribute": "email-body",
29+
"multiple": true,
2930
"ui-priority": 1
3031
},
3132
"eml": {
@@ -34,6 +35,12 @@
3435
"misp-attribute": "attachment",
3536
"ui-priority": 1
3637
},
38+
"msg": {
39+
"description": "Full MSG",
40+
"disable_correlation": true,
41+
"misp-attribute": "attachment",
42+
"ui-priority": 1
43+
},
3744
"from": {
3845
"categories": [
3946
"Payload delivery"
@@ -204,8 +211,9 @@
204211
"x-mailer",
205212
"return-path",
206213
"email-body",
207-
"eml"
214+
"eml",
215+
"msg"
208216
],
209217
"uuid": "a0c666e0-fc65-4be8-b48f-3423d788b552",
210218
"version": 15
211-
}
219+
}

0 commit comments

Comments
 (0)