From 9a72b539235f24577a7a597ff76ceeabd543fafc Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Fri, 20 Jul 2018 10:12:09 +0200 Subject: [PATCH] chg: allow multiple domains too fix #108 --- objects/domain-ip/definition.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/objects/domain-ip/definition.json b/objects/domain-ip/definition.json index 7cd4d8a..8e56f07 100644 --- a/objects/domain-ip/definition.json +++ b/objects/domain-ip/definition.json @@ -30,7 +30,8 @@ "External analysis" ], "ui-priority": 1, - "misp-attribute": "domain" + "misp-attribute": "domain", + "multiple": true }, "ip": { "description": "IP Address", @@ -43,7 +44,7 @@ "multiple": true } }, - "version": 5, + "version": 6, "description": "A domain and IP address seen as a tuple in a specific time frame.", "meta-category": "network", "uuid": "43b3b146-77eb-4931-b4cc-b66c60f28734",