From a002f36de23c797785706fe1676317a95ff8de6a Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 24 Aug 2017 09:47:28 +0200 Subject: [PATCH] New relationship types added --- relationships/definition.json | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) 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.",