intelmq.bots.experts.url2fqdn package

Submodules

intelmq.bots.experts.url2fqdn.expert module

intelmq.bots.experts.url2fqdn.expert.BOT

alias of Url2fqdnExpertBot

class intelmq.bots.experts.url2fqdn.expert.Url2fqdnExpertBot(*args, **kwargs)

Bases: ExpertBot

Parse the FQDN from the URL

static check(parameters: dict) List[List[str]] | None

The bot’s own check function can perform individual checks on it’s parameters. init() is not called before, this is a staticmethod which does not require class initialization.

Parameters:

parameters – Bot’s parameters, defaults and runtime merged together

Returns:

None or a list of [log_level, log_message] pairs, both

strings. log_level must be a valid log level.

Return type:

output

init()
overwrite = False
process()

Module contents