mirror of https://github.com/MISP/misp-objects
fix: [geolocation] to include accuracy-radius as described by maxmind geoip2 API
parent
0b164141af
commit
487ff53afe
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue