mirror of https://github.com/MISP/misp-objects
Merge pull request #303 from seamustuohy/pymisp-pr/631
Updated for support for msg format.pull/304/head
commit
413a2618b6
|
@ -26,6 +26,7 @@
|
||||||
"description": "Body of the email",
|
"description": "Body of the email",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "email-body",
|
"misp-attribute": "email-body",
|
||||||
|
"multiple": true,
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
"eml": {
|
"eml": {
|
||||||
|
@ -34,6 +35,12 @@
|
||||||
"misp-attribute": "attachment",
|
"misp-attribute": "attachment",
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
|
"msg": {
|
||||||
|
"description": "Full MSG",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"misp-attribute": "attachment",
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
"from": {
|
"from": {
|
||||||
"categories": [
|
"categories": [
|
||||||
"Payload delivery"
|
"Payload delivery"
|
||||||
|
@ -204,7 +211,8 @@
|
||||||
"x-mailer",
|
"x-mailer",
|
||||||
"return-path",
|
"return-path",
|
||||||
"email-body",
|
"email-body",
|
||||||
"eml"
|
"eml",
|
||||||
|
"msg"
|
||||||
],
|
],
|
||||||
"uuid": "a0c666e0-fc65-4be8-b48f-3423d788b552",
|
"uuid": "a0c666e0-fc65-4be8-b48f-3423d788b552",
|
||||||
"version": 15
|
"version": 15
|
||||||
|
|
Loading…
Reference in New Issue