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
intelmq.bots.experts.maxmind_geoip.expert.GeoIPExpertBot
-
class
intelmq.bots.experts.maxmind_geoip.expert.
GeoIPExpertBot
(*args, **kwargs)¶ Bases:
intelmq.lib.bot.ExpertBot
Add geolocation information from a local MaxMind database to events (country, city, longitude, latitude)
-
autoupdate_cached_database
= True¶
-
database
= '/opt/intelmq/var/lib/bots/maxmind_geoip/GeoLite2-City.mmdb'¶
-
init
()¶
-
license_key
= '<insert Maxmind license key>'¶
-
overwrite
= False¶
-
process
()¶
-
classmethod
run
(parsed_args=None)¶
-
classmethod
update_database
(verbose=False)¶
-
use_registered
= False¶
-