GeoIP databases are used under SkyATP and Security Director (LC) for deriving IP to Country Mappings. This article helps answer the following questions:
If these are out of sync, discrepancies may be seen in reports compared to the policy enforced for GeoIP.
Both applications use https://www.maxmind.com GeoIP database for IP to Country Mapping.
The following databases are used:
SkyATP uses GeoIP2 DB: IP to Country mapping.
SD/LC uses GeoLiteCity (But SD/LC uses only Country information from this DB)
Note: Upgrading “GeoLiteCity” database across new releases are only done in SD/LC.
To perform manual upgrade of Log Collector GeoIP DB on version 16.1 and higher, take the following steps:
Download DB curl -O http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz
curl -O http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz
Unzip gunzip GeoLiteCity.dat.gz
gunzip GeoLiteCity.dat.gz
Take Backup cp /opt/jIngest/config/GeoLiteCity.dat /opt/jIngest/config/GeoLiteCity.dat.old
cp /opt/jIngest/config/GeoLiteCity.dat /opt/jIngest/config/GeoLiteCity.dat.old
Update new cp GeoLiteCity.dat /opt/jIngest/config/GeoLiteCity.dat
cp GeoLiteCity.dat /opt/jIngest/config/GeoLiteCity.dat
Restart service service jingest restart
service jingest restart