mirror of https://github.com/MISP/misp-objects
Merge pull request #231 from Delta-Sierra/master
allow several subjects or sender for email objectspull/239/head
commit
1634e6388f
|
@ -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": 14,
|
"version": 15,
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"reply-to": {
|
"reply-to": {
|
||||||
"description": "Email address the reply will be sent to",
|
"description": "Email address the reply will be sent to",
|
||||||
|
@ -57,7 +57,8 @@
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"categories": [
|
"categories": [
|
||||||
"Payload delivery"
|
"Payload delivery"
|
||||||
]
|
],
|
||||||
|
"multiple": true
|
||||||
},
|
},
|
||||||
"screenshot": {
|
"screenshot": {
|
||||||
"description": "Screenshot of email",
|
"description": "Screenshot of email",
|
||||||
|
@ -141,7 +142,8 @@
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"categories": [
|
"categories": [
|
||||||
"Payload delivery"
|
"Payload delivery"
|
||||||
]
|
],
|
||||||
|
"multiple": true
|
||||||
},
|
},
|
||||||
"return-path": {
|
"return-path": {
|
||||||
"description": "Message return path",
|
"description": "Message return path",
|
||||||
|
@ -157,7 +159,8 @@
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"categories": [
|
"categories": [
|
||||||
"Payload delivery"
|
"Payload delivery"
|
||||||
]
|
],
|
||||||
|
"multiple": true
|
||||||
},
|
},
|
||||||
"email-body": {
|
"email-body": {
|
||||||
"description": "Body of the email",
|
"description": "Body of the email",
|
||||||
|
|
Loading…
Reference in New Issue