mirror of https://github.com/MISP/misp-objects
Carbon copy field added
parent
81d242cf36
commit
5b66865268
|
@ -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": 5,
|
"version": 6,
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"reply-to": {
|
"reply-to": {
|
||||||
"description": "Email address the reply will be sent to",
|
"description": "Email address the reply will be sent to",
|
||||||
|
@ -30,6 +30,15 @@
|
||||||
],
|
],
|
||||||
"multiple": true
|
"multiple": true
|
||||||
},
|
},
|
||||||
|
"cc": {
|
||||||
|
"description": "Carbon copy",
|
||||||
|
"misp-attribute": "email-dst",
|
||||||
|
"ui-priority": 1,
|
||||||
|
"categories": [
|
||||||
|
"Payload delivery"
|
||||||
|
],
|
||||||
|
"multiple": true
|
||||||
|
},
|
||||||
"to-display-name": {
|
"to-display-name": {
|
||||||
"description": "Display name of the receiver",
|
"description": "Display name of the receiver",
|
||||||
"misp-attribute": "email-dst-display-name",
|
"misp-attribute": "email-dst-display-name",
|
||||||
|
|
Loading…
Reference in New Issue