Skip to content

Commit 413a261

Browse files
authored
Merge pull request #303 from seamustuohy/pymisp-pr/631
Updated for support for msg format.
2 parents 5bc046c + 7e65e5d commit 413a261

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)