From 9078fa0e7309cdd3bc9ebc138c13decef3795fb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Mon, 16 Oct 2017 11:41:22 +0200 Subject: [PATCH] Fix object name Related to: https://github.com/MISP/misp-objects/issues/31 --- objects/domain-ip/definition.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/objects/domain-ip/definition.json b/objects/domain-ip/definition.json index db201f2..c60d3a8 100644 --- a/objects/domain-ip/definition.json +++ b/objects/domain-ip/definition.json @@ -39,9 +39,9 @@ "misp-attribute": "ip-dst" } }, - "version": 2, + "version": 3, "description": "A domain and IP address seen as a tuple in a specific time frame.", "meta-category": "network", "uuid": "43b3b146-77eb-4931-b4cc-b66c60f28734", - "name": "domain|ip" + "name": "domain-ip" }