Skip to content

Commit a773592

Browse files
committed
Merge branch 'main' of github.com:MISP/misp-objects into chrisr3d_patch
2 parents 582e5b5 + 0edf925 commit a773592

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

objects/email/definition.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@
5757
"multiple": true,
5858
"ui-priority": 1
5959
},
60+
"email-body-attachment": {
61+
"description": "Body of the email as an attachment",
62+
"disable_correlation": true,
63+
"misp-attribute": "attachment",
64+
"ui-priority": 1
65+
},
6066
"eml": {
6167
"description": "Full EML",
6268
"disable_correlation": true,
@@ -258,9 +264,10 @@
258264
"x-mailer",
259265
"return-path",
260266
"email-body",
267+
"email-body-attachment",
261268
"eml",
262269
"msg"
263270
],
264271
"uuid": "a0c666e0-fc65-4be8-b48f-3423d788b552",
265-
"version": 18
272+
"version": 19
266273
}

objects/virustotal-report/definition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@
6363
"permalink"
6464
],
6565
"uuid": "d7dd0154-e04f-4c34-a2fb-79f3a3a52aa4",
66-
"version": 4
66+
"version": 5
6767
}

0 commit comments

Comments
 (0)