mirror of https://github.com/MISP/misp-objects
add: new relationship "drops" - This relationship describes an object which drops another object
parent
7ebda41b4a
commit
875f97dce1
|
@ -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.",
|
||||
|
|
Loading…
Reference in New Issue