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",
|
"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": 13,
|
"version": 14,
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"reply-to": {
|
"reply-to": {
|
||||||
"description": "Email address the reply will be sent to",
|
"description": "Email address the reply will be sent to",
|
||||||
|
@ -174,6 +174,12 @@
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"disable_correlation": true
|
"disable_correlation": true
|
||||||
},
|
},
|
||||||
|
"ip-src": {
|
||||||
|
"description": "Source IP address of the email sender",
|
||||||
|
"misp-attribute": "ip-src",
|
||||||
|
"ui-priority": 0,
|
||||||
|
"multiple": true
|
||||||
|
},
|
||||||
"eml": {
|
"eml": {
|
||||||
"description": "Full EML",
|
"description": "Full EML",
|
||||||
"misp-attribute": "attachment",
|
"misp-attribute": "attachment",
|
||||||
|
|
Loading…
Reference in New Issue