intelmq.bots.experts.maxmind_geoip package

Submodules

intelmq.bots.experts.maxmind_geoip.expert module

This product includes GeoLite2 data created by MaxMind, available from <a href=”http://www.maxmind.com”>http://www.maxmind.com</a>.

intelmq.bots.experts.maxmind_geoip.expert.BOT

alias of GeoIPExpertBot

class intelmq.bots.experts.maxmind_geoip.expert.GeoIPExpertBot(*args, **kwargs)

Bases: ExpertBot

Add geolocation information from a local MaxMind database to events (country, city, longitude, latitude)

autoupdate_cached_database: bool = True
database: str = '/opt/intelmq/var/lib/bots/maxmind_geoip/GeoLite2-City.mmdb'
init()
license_key: str = '<insert Maxmind license key>'
overwrite: bool = False
process()
classmethod run(parsed_args=None)
classmethod update_database(verbose=False)
use_registered: bool = False

Module contents