mirror of https://github.com/MISP/misp-objects
Add email-body to the email object definition
parent
619c35ea0f
commit
8d7e3b34a7
|
@ -138,6 +138,14 @@
|
||||||
"categories": [
|
"categories": [
|
||||||
"Payload delivery"
|
"Payload delivery"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"email-body": {
|
||||||
|
"description": "Body of the email",
|
||||||
|
"misp-attribute": "email-body",
|
||||||
|
"ui-priority": 1,
|
||||||
|
"categories": [
|
||||||
|
"Payload delivery"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"requiredOneOf": [
|
"requiredOneOf": [
|
||||||
|
|
Loading…
Reference in New Issue