From 804ff7193f7bda43a8d936893985d55e731d8a6e Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sun, 24 Oct 2021 10:14:56 +0200 Subject: [PATCH] new: [relationships] new "alerts" relationship type --- relationships/definition.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/relationships/definition.json b/relationships/definition.json index 3161196..ea15fb9 100644 --- a/relationships/definition.json +++ b/relationships/definition.json @@ -1156,7 +1156,14 @@ "misp" ], "name": "doxed-by" + }, + { + "description": "alerts about a specific object", + "format": [ + "misp" + ], + "name": "alerts" } ], - "version": 23 + "version": 24 } \ No newline at end of file