added date for tracking when e-mail was sent

pull/360/head
goodlandsecurity 2022-05-20 14:20:37 -05:00
parent c62a113fec
commit 1c3aff42c5
2 changed files with 14 additions and 2 deletions

View File

@ -55,6 +55,12 @@
"misp-attribute": "url", "misp-attribute": "url",
"ui-priority": 1 "ui-priority": 1
}, },
"date": {
"description": "Date and time the e-mail was sent.",
"misp-attribute": "text",
"disable_correlation": true,
"ui-priority": 0
},
"email-sender": { "email-sender": {
"description": "The source address from which the e-mail was sent.", "description": "The source address from which the e-mail was sent.",
"misp-attribute": "email-src", "misp-attribute": "email-src",

View File

@ -1,5 +1,11 @@
{ {
"attributes": { "attributes": {
"date": {
"description": "Date and time e-mail was sent.",
"misp-attribute": "text",
"disable_correlation": true,
"ui-priority": 0
},
"email-sender": { "email-sender": {
"description": "The source address from which the e-mail was sent.", "description": "The source address from which the e-mail was sent.",
"misp-attribute": "email-src", "misp-attribute": "email-src",