mirror of https://github.com/MISP/misp-objects
chg: [email] IP and hostname fields from extracted headers
parent
8a4f2c96b8
commit
08798f1262
|
@ -3,7 +3,7 @@
|
|||
"uuid": "a0c666e0-fc65-4be8-b48f-3423d788b552",
|
||||
"meta-category": "network",
|
||||
"description": "Email object describing an email with meta-information",
|
||||
"version": 12,
|
||||
"version": 13,
|
||||
"attributes": {
|
||||
"reply-to": {
|
||||
"description": "Email address the reply will be sent to",
|
||||
|
@ -77,6 +77,18 @@
|
|||
],
|
||||
"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": {
|
||||
"description": "X-Mailer generally tells the program that was used to draft and send the original email",
|
||||
"misp-attribute": "email-x-mailer",
|
||||
|
|
Loading…
Reference in New Issue