GithubHelp home page GithubHelp logo

glc12125 / vast Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tenzir/tenzir

0.0 2.0 0.0 10.29 MB

:crystal_ball: Visibility Across Space and Time

Home Page: http://vast.io

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

Gnuplot 0.01% CMake 1.25% C 18.20% C++ 76.29% Objective-C++ 0.36% Shell 0.49% Makefile 1.34% HTML 0.86% Roff 0.30% Python 0.90% Awk 0.01%

vast's Introduction

VAST

Build Status Chat License

Visibility Across Space and Time (VAST) is a platform for network forensics at scale.

Synopsis

Ingest a PCAP trace into a local VAST node:

vast -n import pcap < trace.pcap

Query a local VAST node and get the result back as PCAP trace:

vast -n export pcap "sport > 60000/tcp && src !in 10.0.0.0/8" \
  | ipsumdump --collate -w - \
  | tcpdump -r - -nl

Start a VAST node in the foreground, listening at 10.0.0.1:

vast -e 10.0.0.1 start -f

Send Bro logs to a remote node:

zcat *.log.gz | vast import bro

Resources

Contact

Installation

Required dependencies:

  • A C++17 compiler:
    • Clang 5
    • GCC 7
  • CMake
  • CAF (develop branch)

Optional dependencies:

Source Build

Building VAST involves the following steps:

./configure
make
make test
make install

The configure script is a small wrapper that passes build-related variables to CMake. For example, to use ninja as build generator, add --generator=Ninja to the command line. Passing --help shows all available options.

The doc target builds the API documentation locally:

make doc

Scientific Use

When referring to VAST in a scientific context, please use the following citation:

@InProceedings{nsdi16:vast,
  author    = {Matthias Vallentin and Vern Paxson and Robin Sommer},
  title     = {{VAST: A Unified Platform for Interactive Network Forensics}},
  booktitle = {Proceedings of the USENIX Symposium on Networked Systems
               Design and Implementation (NSDI)},
  month     = {March},
  year      = {2016}
}

You can download the paper from the NSDI '16 proceedings.

License

VAST comes with a 3-clause BSD licence.

vast's People

Contributors

mavam avatar neverlord avatar woelke avatar pmos69 avatar musteblume avatar josephnoir avatar netantho avatar waffle-iron avatar

Watchers

James Cloos avatar Liangchuan avatar

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.