diff --git a/relationships/definition.json b/relationships/definition.json index c821485..e891fd0 100644 --- a/relationships/definition.json +++ b/relationships/definition.json @@ -1,5 +1,5 @@ { - "version": 4, + "version": 5, "values": [ { "name": "derived-from", @@ -132,7 +132,21 @@ }, { "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": [ "misp" ]