intelmq.bots.experts.url package

Submodules

intelmq.bots.experts.url.expert module

intelmq.bots.experts.url.expert.BOT

alias of URLExpertBot

class intelmq.bots.experts.url.expert.URLExpertBot(*args, **kwargs)

Bases: ExpertBot

Extract additional information for the URL.

Possibly fills the following fields: “source.fqdn”, “source.ip”, “source.port”, “source.urlpath”, “source.account”, “destination.fqdn”, “destination.ip”, “destination.port”, “destination.urlpath”, “destination.account”, “protocol.application”, “protocol.transport”

Fields “protocol.application” and “protocol.transport” are preferred from source.url.

init()
overwrite: bool = False
process()
skip_fields: List[str] | None = None

Module contents