bro

passive network traffic analyzer

Install

All systems
curl cmd.cat/bro.sh
Debian Debian
apt-get install bro
Ubuntu
apt-get install bro
image/svg+xml Kali Linux
apt-get install bro
Fedora
dnf install bro
Windows (WSL2)
sudo apt-get update sudo apt-get install bro
OS X
brew install bro
Raspbian
apt-get install bro

bro

passive network traffic analyzer

Bro is primarily a security monitor that inspects all traffic on a link in depth for signs of suspicious activity. More generally, however, Bro supports a wide range of traffic analysis tasks even outside of the security domain, including performance measurements and helping with trouble-shooting. Bro comes with built-in functionality for a range of analysis and detection tasks, including detecting malware by interfacing to external registries, reporting vulnerable versions of software seen on the network, identifying popular web applications, detecting SSH brute-forcing, validating SSL certificate chains, among others.

brotli

lossless compression algorithm and format (command line utility)

Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods. It is similar in speed with deflate but offers more dense compression. This package installs a command line utility.

bro-core

The core bro installation without broctl