chungmin99 / bro-long-connections

Bro package for tracking long connections to report them before they have completed.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Long Connections

Bro normally logs connections at the end of the connection, but this can cause trouble for incident responders in the case of very long lived connections that end up being unknown to defenders until too late.

This package provides a new log named conn_long which will log "intermediate" conn logs for long connections. It's logged into a separate log stream to avoid confusing the semantics of the normal Bro conn log which users can assume only contains "complete" connections.

The script will also generate a LongConnection::found notice whenever it discovers a long connection.

Installation

bro-pkg refresh
bro-pkg install bro/corelight/bro-long-connections

About

Bro package for tracking long connections to report them before they have completed.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Bro 63.7%Language:Shell 35.7%Language:Makefile 0.6%