mirror of https://github.com/MISP/misp-objects
some more relationship type
parent
96d7aeb072
commit
2345a33740
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": 4,
|
"version": 5,
|
||||||
"values": [
|
"values": [
|
||||||
{
|
{
|
||||||
"name": "derived-from",
|
"name": "derived-from",
|
||||||
|
@ -132,7 +132,21 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "executed-by",
|
"name": "executed-by",
|
||||||
"description": "This relationship describes an objected executed by another object.",
|
"description": "This relationship describes an object executed by another object.",
|
||||||
|
"format": [
|
||||||
|
"misp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "affects",
|
||||||
|
"description": "This relationship describes an object affected by another object.",
|
||||||
|
"format": [
|
||||||
|
"misp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "beacons_to",
|
||||||
|
"description": "This relationship describes an object beaconing to another object.",
|
||||||
"format": [
|
"format": [
|
||||||
"misp"
|
"misp"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue