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",