From 3b5db95174a13e20db15eecb7837a4447a08e0dd Mon Sep 17 00:00:00 2001 From: chrisr3d Date: Tue, 24 Apr 2018 15:50:53 +0200 Subject: [PATCH] add: Added 2 relationships seen on stix --- relationships/definition.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/relationships/definition.json b/relationships/definition.json index ae5f3db..d238116 100644 --- a/relationships/definition.json +++ b/relationships/definition.json @@ -33,6 +33,22 @@ "stix-1.1" ] }, + { + "name": "contains", + "description": "The references source is containing the target object.", + "format": [ + "misp", + "stix-1.1" + ] + }, + { + "name": "resolved-to", + "description": "The referenced source is resolved to the target object.", + "format": [ + "misp", + "stix-1.1" + ] + }, { "name": "attributed-to", "description": "This referenced source is attributed to the target object.",