intelmq.bots.parsers.abusech package

Submodules

intelmq.bots.parsers.abusech.parser_domain module

Parses simple newline separated list of domains.

Docs:
class intelmq.bots.parsers.abusech.parser_domain.AbusechDomainParserBot(bot_id: str, start: bool = False, sighup_event=None, disable_multithreading: bool = None)

Bases: intelmq.lib.bot.ParserBot

Parse Abuse.ch domain feeds

parse_line(line, report)
recover_line(line)
intelmq.bots.parsers.abusech.parser_domain.BOT

alias of intelmq.bots.parsers.abusech.parser_domain.AbusechDomainParserBot

intelmq.bots.parsers.abusech.parser_ip module

Parses simple newline separated list of IPs.

Docs:
class intelmq.bots.parsers.abusech.parser_ip.AbusechIPParserBot(bot_id: str, start: bool = False, sighup_event=None, disable_multithreading: bool = None)

Bases: intelmq.lib.bot.ParserBot

Parse Abuse.ch IP address feeds

parse(report: dict)
parse_line(line, report)
recover_line(line)
intelmq.bots.parsers.abusech.parser_ip.BOT

alias of intelmq.bots.parsers.abusech.parser_ip.AbusechIPParserBot

Module contents