chg: [email] IP and hostname fields from extracted headers

pull/148/head
Alexandre Dulaunoy 2019-02-14 14:33:39 +01:00
parent 8a4f2c96b8
commit 08798f1262
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 13 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": 12, "version": 13,
"attributes": { "attributes": {
"reply-to": { "reply-to": {
"description": "Email address the reply will be sent to", "description": "Email address the reply will be sent to",
@ -77,6 +77,18 @@
], ],
"multiple": true "multiple": true
}, },
"received-header-ip": {
"description": "Extracted IP address from parsed headers",
"misp-attribute": "ip-src",
"ui-priority": 0,
"multiple": true
},
"received-header-hostname": {
"description": "Extracted hostname from parsed headers",
"misp-attribute": "hostname",
"ui-priority": 0,
"multiple": true
},
"x-mailer": { "x-mailer": {
"description": "X-Mailer generally tells the program that was used to draft and send the original email", "description": "X-Mailer generally tells the program that was used to draft and send the original email",
"misp-attribute": "email-x-mailer", "misp-attribute": "email-x-mailer",