From e3d235ca6ed41758d83384179fe361e19846d644 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Mon, 7 Sep 2020 14:42:39 +0200 Subject: [PATCH] chg: [relationships] leaks, leaked-by doxed-by --- relationships/definition.json | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/relationships/definition.json b/relationships/definition.json index 67998f0..3657cd8 100644 --- a/relationships/definition.json +++ b/relationships/definition.json @@ -1073,7 +1073,28 @@ "followthemoney" ], "name": "paid" + }, + { + "description": "leaks", + "format": [ + "misp" + ], + "name": "leaks" + }, + { + "description": "leaked-by", + "format": [ + "misp" + ], + "name": "leaked-by" + }, + { + "description": "doxed-by", + "format": [ + "misp" + ], + "name": "doxed-by" } ], - "version": 20 -} \ No newline at end of file + "version": 21 +}