mirror of https://github.com/MISP/misp-objects
chg: [email] ip-src added in the email object templated as requested by Norberto Chavez
Ref: https://twitter.com/NORBERTOCHAVEZ/status/1225213457429127170pull/228/head
parent
78fe4325b7
commit
3f9aca8e27
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue