From 51f79bceba36fb63b3adbeb9925cb7b3070fca22 Mon Sep 17 00:00:00 2001 From: Deborah Servili Date: Tue, 7 Nov 2017 09:34:26 +0100 Subject: [PATCH] allow multiple ips in domain|ip object --- 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 c60d3a8..3d6ddc7 100644 --- a/objects/domain-ip/definition.json +++ b/objects/domain-ip/definition.json @@ -36,10 +36,11 @@ "External analysis" ], "ui-priority": 1, - "misp-attribute": "ip-dst" + "misp-attribute": "ip-dst", + "multiple": true } }, - "version": 3, + "version": 4, "description": "A domain and IP address seen as a tuple in a specific time frame.", "meta-category": "network", "uuid": "43b3b146-77eb-4931-b4cc-b66c60f28734",