Merge pull request #303 from seamustuohy/pymisp-pr/631

Updated for support for msg format.
pull/304/head
Alexandre Dulaunoy 2020-12-20 10:30:04 +01:00 committed by GitHub
commit 413a2618b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 2 deletions

View File

@ -26,6 +26,7 @@
"description": "Body of the email",
"disable_correlation": true,
"misp-attribute": "email-body",
"multiple": true,
"ui-priority": 1
},
"eml": {
@ -34,6 +35,12 @@
"misp-attribute": "attachment",
"ui-priority": 1
},
"msg": {
"description": "Full MSG",
"disable_correlation": true,
"misp-attribute": "attachment",
"ui-priority": 1
},
"from": {
"categories": [
"Payload delivery"
@ -204,8 +211,9 @@
"x-mailer",
"return-path",
"email-body",
"eml"
"eml",
"msg"
],
"uuid": "a0c666e0-fc65-4be8-b48f-3423d788b552",
"version": 15
}
}