Giter Site home page Giter Site logo

swp15 / vast Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tenzir/tenzir

0.0 2.0 0.0 6.04 MB

Visibility Across Space and Time

License: BSD 3-Clause "New" or "Revised" License

Shell 0.41% CMake 1.81% C 6.09% C++ 91.58% Bro 0.02% Eagle 0.10%

vast's Introduction

VAST

Build Status Docker Container Gitter

Visibility Across Space and Time (VAST) is a unified platform for network forensics and incident response.

Synopsis

Start a VAST node with debug log verbosity in the foreground and spawn all core actors:

vastd -l 5 -f -c

Import Bro logs or a PCAP trace in one shot:

zcat *.log.gz | vast import bro
vast import pcap < trace.pcap

Query VAST and get the result back as PCAP trace:

vast export pcap -h "sport > 60000/tcp && src !in 10.0.0.0/8"

Resources

Installation

Docker

The VAST docker container provides a quick way to get up and running:

docker pull mavam/vast
docker run --rm -ti mavam/vast
> vast -h

Source Build

Building VAST involves the following steps:

./configure
make
make test
make install

Required dependencies:

  • A C++14 compiler:
    • Clang >= 3.4
    • GCC >= 5
  • CMake
  • CAF (develop branch)
  • Boost (headers only)

Optional:

FreeBSD

VAST development primarily takes place on FreeBSD because it ships with a C++14 compiler. One can install as the dependencies as follows:

pkg install cmake boost-libs google-perftools

FreeBSD provides a CAF port, but VAST currently requires the develop branch, requiring manual installation.

Linux

On recent Debian-based distributions (e.g., Ubuntu 15.04), getting a working toolchain requires installing the following packages:

apt-get install clang libc++-dev cmake # build harness
apt-get install libboost-dev libpcap-dev libgoogle-perftools-dev

CAF also requires manual installation.

Mac OS

Mac OS Yosemite also ships with a working C++14 compiler. Homebrew makes it easy to install the dependencies:

brew install cmake boost google-perftools
brew install caf --HEAD

License

VAST comes with a 3-clause BSD licence.

vast's People

Contributors

mavam avatar netantho avatar waffle-iron avatar

Watchers

 avatar James Cloos avatar

vast's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.