Merge pull request #49 from c-goes/master

Added file attribute screenshot to email object
pull/53/head
Alexandre Dulaunoy 2017-11-09 19:17:17 +01:00 committed by GitHub
commit 66c4578f08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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",