intelmq.bots.parsers.eset package¶
Submodules¶
intelmq.bots.parsers.eset.parser module¶
- intelmq.bots.parsers.eset.parser.BOT¶
alias of
ESETParserBot
- class intelmq.bots.parsers.eset.parser.ESETParserBot(bot_id: str, start: bool = False, sighup_event=None, disable_multithreading: Optional[bool] = None)¶
Bases:
ParserBot- common_parse(event, line)¶
- static domains_parse(event, line)¶
- init()¶
- parse_line(line, report)¶
A generator which can yield one or more messages contained in line.
Report has the full message, thus you can access some metadata. Override for your use.
- recover_line(line: dict)¶
Reverse of parse for JSON pulses.
Recovers a fully functional report with only the problematic pulse.
- static urls_parse(event, line)¶