fix: [geolocation] to include accuracy-radius as described by maxmind geoip2 API

pull/112/head
Alexandre Dulaunoy 2018-08-15 18:26:10 +02:00
parent 0b164141af
commit 487ff53afe
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 7 additions and 1 deletions

View File

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