From 2345a3374031f13084d68885d2492091660ab4eb Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 23 Aug 2017 17:17:56 +0200 Subject: [PATCH] some more relationship type --- relationships/definition.json | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) 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" ]