Skip to content

triplekill/bro-long-connections

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Zeek 100.0%