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",
"ui-priority": 1
},
"date": {
"description": "Date and time the e-mail was sent.",
"misp-attribute": "text",
"disable_correlation": true,
"ui-priority": 0
},
"email-sender": {
"description": "The source address from which the e-mail was sent.",
"misp-attribute": "email-src",
@ -100,4 +106,4 @@
],
"uuid": "5dfcd9a9-d10c-48ae-9ba4-13c2428a994a",
"version": 20220520
}
}

View File

@ -1,5 +1,11 @@
{
"attributes": {
"date": {
"description": "Date and time e-mail was sent.",
"misp-attribute": "text",
"disable_correlation": true,
"ui-priority": 0
},
"email-sender": {
"description": "The source address from which the e-mail was sent.",
"misp-attribute": "email-src",
@ -46,4 +52,4 @@
],
"uuid": "4e758e53-6c84-47b0-a19b-362f587059e2",
"version": 20220520
}
}