Added file attribute screenshot to email object

pull/49/head
c-goes 2017-11-09 16:07:54 +01:00
parent 6b43b68651
commit 8e47b33787
1 changed files with 9 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"uuid": "a0c666e0-fc65-4be8-b48f-3423d788b552",
"meta-category": "network",
"description": "Email object describing an email with meta-information",
"version": 6,
"version": 7,
"attributes": {
"reply-to": {
"description": "Email address the reply will be sent to",
@ -56,6 +56,14 @@
"Payload delivery"
]
},
"screenshot": {
"description": "Screenshot of email",
"misp-attribute": "attachment",
"ui-priority": 1,
"categories": [
"External analysis"
]
},
"attachment": {
"description": "Attachment",
"misp-attribute": "email-attachment",