Carbon copy field added

pull/26/merge
Alexandre Dulaunoy 2017-09-27 16:43:21 +02:00
parent 81d242cf36
commit 5b66865268
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 10 additions and 1 deletions

View File

@ -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",