From 8e4308ef01e73517417ec0d4306963ae59a4abec Mon Sep 17 00:00:00 2001 From: Delta-Sierra Date: Mon, 23 Jan 2023 09:36:35 +0100 Subject: [PATCH] add relationships --- relationships/definition.json | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/relationships/definition.json b/relationships/definition.json index 6634c8c..affaad7 100644 --- a/relationships/definition.json +++ b/relationships/definition.json @@ -1352,7 +1352,28 @@ ], "name": "submitted-by", "opposite": "submitted" + }, + { + "description": "This relationship describes that the source object does not target the target object.", + "format": [ + "misp", + ], + "name": "do-not-target" + }, + { + "description": "This relationship describes that the source object is targetted by the target object.", + "format": [ + "misp", + ], + "name": "is-targetted-by" + }, + { + "description": "This relationship describes that the source object is not targetted by the target object.", + "format": [ + "misp", + ], + "name": "is-not-targetted-by" } ], - "version": 34 -} \ No newline at end of file + "version": 35 +}