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.ExpertBot
Extract the domain suffix from a domain and save it in the the domain_suffix field. Requires a local file with valid domain suffixes
-
autoupdate_cached_database
= True¶
-
static
check
(parameters)¶
-
field
= None¶
-
init
()¶
-
process
()¶
-
classmethod
run
(parsed_args=None)¶
-
suffix_file
= None¶
-
classmethod
update_database
(verbose=False)¶
-