Moloch is an open source, large scale IPv4 packet capturing (PCAP), indexing and database system.
A simple web interface is provided for PCAP browsing, searching, and exporting.
APIs are exposed that allow PCAP data and JSON-formatted session data to be downloaded directly.
Moloch is not meant to replace IDS engines but instead work along side them to store and index all the network traffic in standard PCAP format, providing fast access.
Moloch is built to be deployed across many systems and can scale to handle multiple gigabits/sec of traffic.
Join the mailing list Moloch-fpc, or find help on freenode IRC #moloch-fpc
Follow @Moloch_fpc for the latest in Owl news.
https://moloch.wow.com
Moloch demo! user: moloch pass: moloch
If running suricata or another IDS add an additional two (2) CPUs per interface, and an additional 5G memory (or more depending on IDS requirements)
Unified2 is a IDS event file format from which programs such as Barnyard2 parse said events to other known and recognizable formats (MySQL, syslog, etc.).
$ npm install unified2
github.com/threatstack/pigsty
Pigsty is designed as a replacement for Barnyard2.
Pigsty's output architecture is plugin based.
You must install Pigsty, then install and configure any output plugins you need.
<edit /etc/pigsty/pigsty.config.js>
logs: {
path: '/var/log/suricata',
mode: 'continuous',
bookmark: '/var/run/pigsty/.bookmark'
},
references: {
reference_file: '/etc/suricata/reference.config',
classification_file: '/etc/suricata/classification.config',
gen_file: '/etc/suricata/rules/gen-msg.map',
sid_file: '/etc/suricata/rules/sid-msg.map'
}
output: {
'moloch-plugin': {
...
}
}
'moloch-plugin': {molochConfigFileLocation: '/data/moloch/etc/config.ini',dbModuleLocation : '/data/moloch/viewer/db.js',iniparserModuleLocation: '/data/moloch/../node-iniparser.js', asyncModuleLocation: '/data/moloch/../async.js', keepaliveagentModuleLocation: '/data/moloch/../keep-alive-agent',printStatstoConsole: true,}