"email": {
"attachments": [
{
"file": {
"name": "tabby.html",
"mime_type": "text/html"
}
},
{
"file": {
"name": "tabby.zip",
"mime_type": "application/zip"
}
}
],
"subject": "Check out this picture of a cat!",
"from": {
"address": "from@address.com"
},
"to": {
"address": [
"to1@address.com",
"to2@address.com"
]
},
}
{
"0": {
"type": "email-message",
"subject": "Check out this picture of a cat!",
"from_ref": "3",
"to_refs": ["4", "5"],
"is_multipart": true,
"content_type": "multipart/mixed",
"body-multiparts": [{
"content_type": "text/html",
"content_disposition": "attachment; filename=tabby.html",
"body_raw_ref": "1"
},
{
"content_type": "application/zip",
"content_disposition": "attachment; filename=tabby.zip",
"body_raw_ref": "2"
}]
},
"1": {
"type": "file",
"name": "tabby.html",
"mime_type": "text/html"
},
"2": {
"type": "file",
"name": "tabby.zip",
"mime_type": "application/zip"
},
"3": {
"type": "email-addr",
"value": "from@address.com"
},
"4": {
"type": "email-addr",
"value": "to1@address.com"
},
"5": {
"type": "email-addr",
"value": "to2@address.com"
}
}
Elastic Email Object is currently not mapped to STIX. As an example, an Email Object
should be represented in the STIX bundle as: