From 960a03be2267b64841af66cca4fdc3ae192627ed Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Mon, 25 Oct 2021 15:35:23 +0200 Subject: [PATCH] chg: [geolocation] countrycode added as requested for the VarIOT. --- objects/geolocation/definition.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/objects/geolocation/definition.json b/objects/geolocation/definition.json index db10633..ebd858d 100644 --- a/objects/geolocation/definition.json +++ b/objects/geolocation/definition.json @@ -27,6 +27,11 @@ "misp-attribute": "text", "ui-priority": 1 }, + "countrycode": { + "description": "Country code in ISO 3166-1 alpha-2", + "misp-attribute": "text", + "ui-priority": 1 + }, "epsg": { "description": "EPSG Geodetic Parameter value. This is an integer value of the EPSG.", "disable_correlation": true, @@ -98,8 +103,9 @@ "city", "region", "country", + "countrycode", "epsg" ], "uuid": "cd6f2238-ba55-4888-82c4-104e6e1acf21", - "version": 6 + "version": 7 } \ No newline at end of file