chg: [email] ip-src added in the email object templated as requested by Norberto Chavez

Ref: https://twitter.com/NORBERTOCHAVEZ/status/1225213457429127170
pull/228/head
Alexandre Dulaunoy 2020-02-06 11:03:33 +01:00
parent 78fe4325b7
commit 3f9aca8e27
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 7 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"uuid": "a0c666e0-fc65-4be8-b48f-3423d788b552",
"meta-category": "network",
"description": "Email object describing an email with meta-information",
"version": 13,
"version": 14,
"attributes": {
"reply-to": {
"description": "Email address the reply will be sent to",
@ -174,6 +174,12 @@
"ui-priority": 0,
"disable_correlation": true
},
"ip-src": {
"description": "Source IP address of the email sender",
"misp-attribute": "ip-src",
"ui-priority": 0,
"multiple": true
},
"eml": {
"description": "Full EML",
"misp-attribute": "attachment",