mirror of https://github.com/MISP/misp-objects
Merge branch 'main' of github.com:MISP/misp-objects into chrisr3d_patch
commit
a773592707
|
@ -57,6 +57,12 @@
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"ui-priority": 1
|
"ui-priority": 1
|
||||||
},
|
},
|
||||||
|
"email-body-attachment": {
|
||||||
|
"description": "Body of the email as an attachment",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"misp-attribute": "attachment",
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
"eml": {
|
"eml": {
|
||||||
"description": "Full EML",
|
"description": "Full EML",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
|
@ -258,9 +264,10 @@
|
||||||
"x-mailer",
|
"x-mailer",
|
||||||
"return-path",
|
"return-path",
|
||||||
"email-body",
|
"email-body",
|
||||||
|
"email-body-attachment",
|
||||||
"eml",
|
"eml",
|
||||||
"msg"
|
"msg"
|
||||||
],
|
],
|
||||||
"uuid": "a0c666e0-fc65-4be8-b48f-3423d788b552",
|
"uuid": "a0c666e0-fc65-4be8-b48f-3423d788b552",
|
||||||
"version": 18
|
"version": 19
|
||||||
}
|
}
|
|
@ -63,5 +63,5 @@
|
||||||
"permalink"
|
"permalink"
|
||||||
],
|
],
|
||||||
"uuid": "d7dd0154-e04f-4c34-a2fb-79f3a3a52aa4",
|
"uuid": "d7dd0154-e04f-4c34-a2fb-79f3a3a52aa4",
|
||||||
"version": 4
|
"version": 5
|
||||||
}
|
}
|
Loading…
Reference in New Issue