Skip to content

red8383light/BRO2CSV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BRO2CSV

Bro2csv is desinged to turn BRO data in a file into a csv formatted file.

This is a pure Python implementation.

To install bro2csv, simply run './configure'.

The header.py file will need to be updated periodically. This is due to changes within bro starting at 2.4 where certain column names where changed. Furthermore, it will need to be updated for other headers not currently in the header.py or custom headers of your own.

To add a new header, you can do a HEAD of the particular log file and grab the header line. Then comma separate each column name and add to header.py following the format:

(file name without the '.log)="comma separated column names"

Example:

example="try,this,example"

About

Convert a file of BRO logs to a CSV formatted file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages