intelmq.bots.experts.reverse_dns package

Submodules

intelmq.bots.experts.reverse_dns.expert module

intelmq.bots.experts.reverse_dns.expert.BOT

alias of intelmq.bots.experts.reverse_dns.expert.ReverseDnsExpertBot

exception intelmq.bots.experts.reverse_dns.expert.InvalidPTRResult

Bases: ValueError

class intelmq.bots.experts.reverse_dns.expert.ReverseDnsExpertBot(bot_id: str, start: bool = False, sighup_event=None, disable_multithreading: bool = None)

Bases: intelmq.lib.bot.ExpertBot, intelmq.lib.mixins.cache.CacheMixin

Get the correspondent domain name for source and destination IP address

cache_ttl_invalid_response = 60
overwrite = False
process()
redis_cache_db = 7
redis_cache_host = '127.0.0.1'
redis_cache_password = None
redis_cache_port = 6379
redis_cache_ttl = 86400

Module contents