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(*args, **kwargs)

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()

Module contents