mirror of https://github.com/MISP/misp-objects
added relationship "executes"
parent
89b8e10fbe
commit
2d6522887d
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": 14,
|
"version": 15,
|
||||||
"values": [
|
"values": [
|
||||||
{
|
{
|
||||||
"name": "derived-from",
|
"name": "derived-from",
|
||||||
|
@ -10,6 +10,11 @@
|
||||||
"alfred"
|
"alfred"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name" : "executes",
|
||||||
|
"description" : "This relationship describes an object which executes another object",
|
||||||
|
"format" : [ "misp" ]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "duplicate-of",
|
"name": "duplicate-of",
|
||||||
"description": "The referenced source and target objects are semantically duplicates of each other.",
|
"description": "The referenced source and target objects are semantically duplicates of each other.",
|
||||||
|
|
Loading…
Reference in New Issue