add: new relationship "drops" - This relationship describes an object which drops another object

pull/66/head
Alexandre Dulaunoy 2018-01-04 14:41:40 +01:00
parent 7ebda41b4a
commit 875f97dce1
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{
"version": 11,
"version": 12,
"values": [
{
"name": "derived-from",
@ -130,6 +130,13 @@
"misp"
]
},
{
"name": "drops",
"description": "This relationship describes an object which drops another object",
"format": [
"misp"
]
},
{
"name": "executed-by",
"description": "This relationship describes an object executed by another object.",