Contents
| Version: | 0.23 |
|---|
Handy auxiliary programs related to the use of the Bro Network Security Monitor (http://www.bro-ids.org).
Note that some files that were formerly distributed with Bro as part of the aux/ tree are now maintained separately. See the http://www.bro-ids.org/download for their download locations.
Makefile and source for the adtrace utility. This program is used in conjunction with the localnetMAC.pl perl script to compute the network address that compose the internal and extern nets that bro is monitoring. This program when run by itself just reads a pcap (tcpcump) file and writes out the src MAC, dst MAC, src IP, dst IP for each packet seen in the file. This output is processed by the localnetMAC.pl script during ‘make install’.
A set of scripts used commonly for Bro development.
Utilities for dealing with Bro’s custom file format for storing NetFlow records. nfcollector reads NetFlow data from a socket and writes it in Bro’s format. ftwire2bro reads NetFlow “wire” format (e.g., as generated by a ‘flow-export’ directive) and writes it in Bro’s format.
Makefile and source for the rst utility. “rst” can be invoked by a Bro script to terminate an established TCP connection by forging RST tear-down packets. See terminate_connection() in conn.bro.