intelmq.bots.experts.domain_suffix package¶
Submodules¶
intelmq.bots.experts.domain_suffix.expert module¶
The library publicsuffixlist will be used if installed, otherwise our own internal fallback is used.
-
intelmq.bots.experts.domain_suffix.expert.
BOT
¶ alias of
intelmq.bots.experts.domain_suffix.expert.DomainSuffixExpertBot
-
class
intelmq.bots.experts.domain_suffix.expert.
DomainSuffixExpertBot
(bot_id: str, start: bool = False, sighup_event=None, disable_multithreading: bool = None)¶ Bases:
intelmq.lib.bot.Bot
-
init
()¶
-
process
()¶
-
suffixes
= {}¶
-
intelmq.bots.experts.domain_suffix.lib module¶
A custom public suffix implementation Only works with punycode, not unicode, as intelmq only uses the first representation.