mirror of https://github.com/MISP/misp-objects
Merge pull request #49 from c-goes/master
Added file attribute screenshot to email objectpull/53/head
commit
66c4578f08
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue