mirror of https://github.com/MISP/misp-objects
new: Add EML to the email template
parent
196991c73f
commit
1fe1f12026
|
@ -3,7 +3,7 @@
|
||||||
"uuid": "a0c666e0-fc65-4be8-b48f-3423d788b552",
|
"uuid": "a0c666e0-fc65-4be8-b48f-3423d788b552",
|
||||||
"meta-category": "network",
|
"meta-category": "network",
|
||||||
"description": "Email object describing an email with meta-information",
|
"description": "Email object describing an email with meta-information",
|
||||||
"version": 9,
|
"version": 10,
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"reply-to": {
|
"reply-to": {
|
||||||
"description": "Email address the reply will be sent to",
|
"description": "Email address the reply will be sent to",
|
||||||
|
@ -146,6 +146,11 @@
|
||||||
"categories": [
|
"categories": [
|
||||||
"Payload delivery"
|
"Payload delivery"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"eml": {
|
||||||
|
"description": "Full EML",
|
||||||
|
"misp-attribute": "attachment",
|
||||||
|
"ui-priority": 1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"requiredOneOf": [
|
"requiredOneOf": [
|
||||||
|
@ -164,6 +169,7 @@
|
||||||
"header",
|
"header",
|
||||||
"x-mailer",
|
"x-mailer",
|
||||||
"return-path",
|
"return-path",
|
||||||
"email-body"
|
"email-body",
|
||||||
|
"eml"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue