From 487ff53afee98ffc3360424312bc7c82588de879 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 15 Aug 2018 18:26:10 +0200 Subject: [PATCH] fix: [geolocation] to include accuracy-radius as described by maxmind geoip2 API --- 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 9a129c3..b2c0393 100644 --- a/objects/geolocation/definition.json +++ b/objects/geolocation/definition.json @@ -63,6 +63,12 @@ "misp-attribute": "text", "ui-priority": 1 }, + "accuracy-radius": { + "description": "The approximate accuracy radius, in kilometers, around the latitude and longitude for the geographical entity (country, subdivision, city or postal code) associated with the related object. (based on geoip2 accuracy of maxmind)", + "misp-attribute": "float", + "ui-priority": 1, + "disable_correlation": true + }, "country": { "description": "Country.", "misp-attribute": "text", @@ -84,7 +90,7 @@ ] } }, - "version": 3, + "version": 4, "description": "An object to describe a geographic location.", "meta-category": "misc", "uuid": "fdd30d5f-6752-45ed-bef2-25e8ce4d8a3",