From 73ced3e75c9d3a0194d97a1cdc44914373494597 Mon Sep 17 00:00:00 2001 From: chrisr3d Date: Thu, 3 Sep 2020 14:10:02 +0200 Subject: [PATCH] fix: Normalised object relations of the ip-api-address object - Using dash as separator instead of space --- objects/ip-api-address/definition.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/objects/ip-api-address/definition.json b/objects/ip-api-address/definition.json index 9eac0a9..983e094 100644 --- a/objects/ip-api-address/definition.json +++ b/objects/ip-api-address/definition.json @@ -24,7 +24,7 @@ "misp-attribute": "text", "ui-priority": 1 }, - "country code": { + "country-code": { "description": "Country code ", "disable_correlation": true, "misp-attribute": "text", @@ -71,7 +71,7 @@ "misp-attribute": "text", "ui-priority": 1 }, - "region code": { + "region-code": { "description": "Region code. example: CA", "disable_correlation": true, "misp-attribute": "text",