mirror of https://github.com/MISP/misp-objects
add: [email] Added display name attribute for CC and BCC
parent
804ff7193f
commit
eb0af71d60
|
@ -19,6 +19,15 @@
|
|||
"multiple": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"bcc-display-name": {
|
||||
"categories": [
|
||||
"Payload delivery"
|
||||
],
|
||||
"description": "Display name of the blind carbon copy",
|
||||
"misp-attribute": "email-dst-display-name",
|
||||
"multiple": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"cc": {
|
||||
"categories": [
|
||||
"Payload delivery"
|
||||
|
@ -29,6 +38,15 @@
|
|||
"multiple": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"cc-display-name": {
|
||||
"categories": [
|
||||
"Payload delivery"
|
||||
],
|
||||
"description": "Display name of the carbon copy",
|
||||
"misp-attribute": "email-dst-display-name",
|
||||
"multiple": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"email-body": {
|
||||
"categories": [
|
||||
"Payload delivery"
|
||||
|
|
Loading…
Reference in New Issue