From 5e468beb801b66bfc417ab21e8ed70c5abf46cd4 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sun, 7 Oct 2018 11:13:17 +0200 Subject: [PATCH] chg: [relationships] references added (useful for *INT collection referencing something which needs further analysis) - Example: a tweet referencing a hash which needs further analysis: --- relationships/definition.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/relationships/definition.json b/relationships/definition.json index 422834e..c444212 100644 --- a/relationships/definition.json +++ b/relationships/definition.json @@ -643,6 +643,13 @@ "format": [ "misp" ] + }, + { + "name": "references", + "description": "This relationships describes an object which references another object or attribute.", + "format": [ + "misp" + ] } ], "description": "Default type of relationships in MISP objects.",