diff --git a/relationships/definition.json b/relationships/definition.json index e891fd0..c6624b0 100644 --- a/relationships/definition.json +++ b/relationships/definition.json @@ -1,5 +1,5 @@ { - "version": 5, + "version": 6, "values": [ { "name": "derived-from", @@ -150,6 +150,34 @@ "format": [ "misp" ] + }, + { + "name": "abuses", + "description": "This relationship describes an object which abuses another object.", + "format": [ + "misp" + ] + }, + { + "name": "exfiltrates_to", + "description": "This relationship describes an object exfiltrating to another object.", + "format": [ + "misp" + ] + }, + { + "name": "identifies", + "description": "This relationship describes an object which identifies another object.", + "format": [ + "misp" + ] + }, + { + "name": "intercepts", + "description": "This relationship describes an object which intercepts another object.", + "format": [ + "misp" + ] } ], "description": "Default type of relationships in MISP objects.",