From b19eb276b6a3d389580194ae4becb4466c0e9364 Mon Sep 17 00:00:00 2001 From: Deborah Servili Date: Fri, 27 Oct 2017 14:07:46 +0200 Subject: [PATCH] add cert eu relationships --- relationships/definition.json | 70 +++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) diff --git a/relationships/definition.json b/relationships/definition.json index 7494322..f7f717f 100644 --- a/relationships/definition.json +++ b/relationships/definition.json @@ -381,6 +381,76 @@ "format": [ "misp" ] + }, + { + "name": "creator-of", + "description": "This relationship describes an object which is the creator of another object.", + "format": [ + "cert-eu" + ] + }, + { + "name": "developer-of", + "description": "This relationship describes an object which is a developer of another object.", + "format": [ + "cert-eu" + ] + }, + { + "name": "uses-for-recon", + "description": "This relationship describes an object which uses another object for recon.", + "format": [ + "cert-eu" + ] + }, + { + "name": "operator-of", + "description": "This relationship describes an object which is an operator of another object.", + "format": [ + "cert-eu" + ] + }, + { + "name": "overlaps", + "description": "This relationship describes an object which overlaps another object.", + "format": [ + "cert-eu" + ] + }, + { + "name": "owner-of", + "description": "This relationship describes an object which owns another object.", + "format": [ + "cert-eu" + ] + }, + { + "name": "publishes-method-for", + "description": "This relationship describes an object which publishes method for another object.", + "format": [ + "cert-eu" + ] + }, + { + "name": "recommends-use-of", + "description": "This relationship describes an object which recommends the use of another object.", + "format": [ + "cert-eu" + ] + }, + { + "name": "released-source-code", + "description": "This relationship describes an object which released source code of another object.", + "format": [ + "cert-eu" + ] + }, + { + "name": "released", + "description": "This relationship describes an object which release another object.", + "format": [ + "cert-eu" + ] } ], "description": "Default type of relationships in MISP objects.",