From 9767ca589c6ac30c5b08a3b334419d81c50574db Mon Sep 17 00:00:00 2001 From: Deborah Servili Date: Thu, 26 Oct 2017 15:40:53 +0200 Subject: [PATCH 1/2] add cert-eu relationships --- relationships/definition.json | 182 ++++++++++++++++++++++++++++++++++ 1 file changed, 182 insertions(+) diff --git a/relationships/definition.json b/relationships/definition.json index 92f73b8..b1b66ac 100644 --- a/relationships/definition.json +++ b/relationships/definition.json @@ -199,6 +199,188 @@ "format": [ "misp" ] + }, + { + "name": "vulnerability of", + "description": "This relationship describes an object which is a vulnerability of another object.", + "format": [ + "cert-eu" + ] + }, + { + "name": "works like", + "description": "This relationship describes an object which works like another object.", + "format": [ + "cert-eu" + ] + }, + { + "name": "seller of", + "description": "This relationship describes an object which is selling another object.", + "format": [ + "cert-eu" + ] + }, + { + "name": "seller on", + "description": "This relationship describes an object which is selling on another object.", + "format": [ + "cert-eu" + ] + }, + { + "name": "trying to obtain the exploit", + "description": "This relationship describes an object which is trying to obtain the exploit described by another object", + "format": [ + "cert-eu" + ] + }, + { + "name": "used by", + "description": "This relationship describes an object which is used by another object.", + "format": [ + "cert-eu" + ] + }, + { + "name": "affiliated", + "description": "This relationship describes an object which is affiliated with another object.", + "format": [ + "cert-eu" + ] + }, + { + "name": "alleged founder of", + "description": "This relationship describes an object which is the alleged founder of another object.", + "format": [ + "cert-eu" + ] + }, + { + "name": "attacking other group", + "description": "This relationship describes an object which attacks another object.", + "format": [ + "cert-eu" + ] + }, + { + "name": "belongs to", + "description": "This relationship describes an object which belongs to another object.", + "format": [ + "cert-eu" + ] + }, + { + "name": "business relations?", + "description": "This relationship describes an object which may have business relations with another object.", + "format": [ + "cert-eu" + ] + }, + { + "name": "claims to be the founder of", + "description": "This relationship describes an object which claims to be the founder of another object.", + "format": [ + "cert-eu" + ] + }, + { + "name": "cooperates with", + "description": "This relationship describes an object which cooperates with another object.", + "format": [ + "cert-eu" + ] + }, + { + "name": "former member of", + "description": "This relationship describes an object which is a former member of another object.", + "format": [ + "cert-eu" + ] + }, + { + "name": "successor of", + "description": "This relationship describes an object which is a successor of another object.", + "format": [ + "cert-eu" + ] + }, + { + "name": "has joined", + "description": "This relationship describes an object which has joined another object.", + "format": [ + "cert-eu" + ] + }, + { + "name": "member of", + "description": "This relationship describes an object which is a member of another object.", + "format": [ + "cert-eu" + ] + }, + { + "name": "primary member of", + "description": "This relationship describes an object which is a primary member of another object.", + "format": [ + "cert-eu" + ] + }, + { + "name": "administrator of", + "description": "This relationship describes an object which is an administrator of another object.", + "format": [ + "cert-eu" + ] + }, + { + "name": "is in relation with?", + "description": "This relationship describes an object which may be in relation with another object,", + "format": [ + "cert-eu" + ] + }, + { + "name": "provide support to", + "description": "This relationship describes an object which provides support to another object.", + "format": [ + "cert-eu" + ] + }, + { + "name": "regional branch", + "description": "This relationship describes an object which is a regional branch of another object.", + "format": [ + "cert-eu" + ] + }, + { + "name": "similar?", + "description": "This relationship describes an object which may be similar to another object.", + "format": [ + "cert-eu" + ] + }, + { + "name": "subgroup", + "description": "This relationship describes an object which is a subgroup of another object.", + "format": [ + "cert-eu" + ] + }, + { + "name": "suspected link", + "description": "This relationship describes an object which is suspected to be linked with another object.", + "format": [ + "misp" + ] + }, + { + "name": "same as", + "description": "This relationship describes an object which is the same as another object.", + "format": [ + "misp" + ] } ], "description": "Default type of relationships in MISP objects.", From 7484b358ec83c9f5422f5f74e724ef0a74906d5d Mon Sep 17 00:00:00 2001 From: Deborah Servili Date: Thu, 26 Oct 2017 15:52:36 +0200 Subject: [PATCH 2/2] replace space by dash in names --- relationships/definition.json | 54 +++++++++++++++++------------------ 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/relationships/definition.json b/relationships/definition.json index b1b66ac..7494322 100644 --- a/relationships/definition.json +++ b/relationships/definition.json @@ -201,42 +201,42 @@ ] }, { - "name": "vulnerability of", + "name": "vulnerability-of", "description": "This relationship describes an object which is a vulnerability of another object.", "format": [ "cert-eu" ] }, { - "name": "works like", + "name": "works-like", "description": "This relationship describes an object which works like another object.", "format": [ "cert-eu" ] }, { - "name": "seller of", + "name": "seller-of", "description": "This relationship describes an object which is selling another object.", "format": [ "cert-eu" ] }, { - "name": "seller on", + "name": "seller-on", "description": "This relationship describes an object which is selling on another object.", "format": [ "cert-eu" ] }, { - "name": "trying to obtain the exploit", + "name": "trying-to-obtain-the-exploit", "description": "This relationship describes an object which is trying to obtain the exploit described by another object", "format": [ "cert-eu" ] }, { - "name": "used by", + "name": "used-by", "description": "This relationship describes an object which is used by another object.", "format": [ "cert-eu" @@ -250,113 +250,113 @@ ] }, { - "name": "alleged founder of", + "name": "alleged-founder-of", "description": "This relationship describes an object which is the alleged founder of another object.", "format": [ "cert-eu" ] }, { - "name": "attacking other group", + "name": "attacking-other-group", "description": "This relationship describes an object which attacks another object.", "format": [ "cert-eu" ] }, { - "name": "belongs to", + "name": "belongs-to", "description": "This relationship describes an object which belongs to another object.", "format": [ "cert-eu" ] }, { - "name": "business relations?", - "description": "This relationship describes an object which may have business relations with another object.", + "name": "business-relations", + "description": "This relationship describes an object which has business relations with another object.", "format": [ "cert-eu" ] }, { - "name": "claims to be the founder of", + "name": "claims-to-be-the-founder-of", "description": "This relationship describes an object which claims to be the founder of another object.", "format": [ "cert-eu" ] }, { - "name": "cooperates with", + "name": "cooperates-with", "description": "This relationship describes an object which cooperates with another object.", "format": [ "cert-eu" ] }, { - "name": "former member of", + "name": "former-member-of", "description": "This relationship describes an object which is a former member of another object.", "format": [ "cert-eu" ] }, { - "name": "successor of", + "name": "successor-of", "description": "This relationship describes an object which is a successor of another object.", "format": [ "cert-eu" ] }, { - "name": "has joined", + "name": "has-joined", "description": "This relationship describes an object which has joined another object.", "format": [ "cert-eu" ] }, { - "name": "member of", + "name": "member-of", "description": "This relationship describes an object which is a member of another object.", "format": [ "cert-eu" ] }, { - "name": "primary member of", + "name": "primary-member-of", "description": "This relationship describes an object which is a primary member of another object.", "format": [ "cert-eu" ] }, { - "name": "administrator of", + "name": "administrator-of", "description": "This relationship describes an object which is an administrator of another object.", "format": [ "cert-eu" ] }, { - "name": "is in relation with?", - "description": "This relationship describes an object which may be in relation with another object,", + "name": "is-in-relation-with", + "description": "This relationship describes an object which is in relation with another object,", "format": [ "cert-eu" ] }, { - "name": "provide support to", + "name": "provide-support-to", "description": "This relationship describes an object which provides support to another object.", "format": [ "cert-eu" ] }, { - "name": "regional branch", + "name": "regional-branch", "description": "This relationship describes an object which is a regional branch of another object.", "format": [ "cert-eu" ] }, { - "name": "similar?", - "description": "This relationship describes an object which may be similar to another object.", + "name": "similar", + "description": "This relationship describes an object which is similar to another object.", "format": [ "cert-eu" ] @@ -369,14 +369,14 @@ ] }, { - "name": "suspected link", + "name": "suspected-link", "description": "This relationship describes an object which is suspected to be linked with another object.", "format": [ "misp" ] }, { - "name": "same as", + "name": "same-as", "description": "This relationship describes an object which is the same as another object.", "format": [ "misp"