intelmq.bots.collectors.tcp package¶
Submodules¶
intelmq.bots.collectors.tcp.collector module¶
- intelmq.bots.collectors.tcp.collector.BOT¶
alias of
TCPCollectorBot
- class intelmq.bots.collectors.tcp.collector.TCPCollectorBot(bot_id: str, start: bool = False, sighup_event=None, disable_multithreading: bool | None = None)¶
Bases:
CollectorBot
Receive events by opening a TCP port (ex: from TCP Output of another IntelMQ instance)
- connect()¶
- init()¶
- ip: str = '<ip>'¶
- port: int = '<port>'¶
- process()¶
- recvall(conn, n)¶
- shutdown()¶