What is Bro used for?

The Bro network monitoring platform has one of the dumbest names, but most powerful set of plugin capabilities.

Who uses Bro?

I mean it cant really be used with a name like ‘Bro,’ right?

  • CERN
  • Major Universities

Installation Guide

1. To install the required dependencies, you can use:
  • RPM/RedHat-based Linux

    • sudo yum install cmake make gcc gcc-c++ flex bison libpcap-devel openssl-devel python-devel swig zlib-devel
  • DEB/Debian-based Linux

    • sudo apt-get install cmake make gcc g++ flex bison libpcap-dev libssl-dev python-dev swig zlib1g-dev
2. Optional Dependencies
  • Bro can make use of some optional libraries and tools if they are found at build time:

3. Installing Bro
4. Post Install
  • Configuring the runtime env
    • export PATH=/usr/local/bro/bin:$PATH