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": [
|
"values": [
|
||||||
{
|
{
|
||||||
"name": "derived-from",
|
"name": "derived-from",
|
||||||
|
@ -130,6 +130,13 @@
|
||||||
"misp"
|
"misp"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "drops",
|
||||||
|
"description": "This relationship describes an object which drops another object",
|
||||||
|
"format": [
|
||||||
|
"misp"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "executed-by",
|
"name": "executed-by",
|
||||||
"description": "This relationship describes an object executed by another object.",
|
"description": "This relationship describes an object executed by another object.",
|
||||||
|
|
Loading…
Reference in New Issue