项目作者: packetpunter

项目描述 :
A bro node in docker
高级语言: Dockerfile
项目地址: git://github.com/packetpunter/blue-bro.git
创建时间: 2018-03-24T21:58:53Z
项目社区:https://github.com/packetpunter/blue-bro

开源协议:Apache License 2.0

下载


Intro

This container is built using my other docker base image, so it will have to be built into your docker image list before this image can run.

It is meant to be an on-the-fly analyzer for pcap files in the field using bro and some fancy shell scripts.

Basic Usage

As described in the run.sh script, this image assumes there will be a folder ~/Documents/pcaps that contains PCAPs for analysis. Additionally, if you want the bro logs outside of the container, there must be a folder at ~/code/docker/blue-bro/logs. These map to their respective folders in /app/code.

Utilities

This container runs in /app/code. There are utilities in /app/code/utils, like trace-summary. There is also the bins for scapy3k in there.