lini1634 / mulval

MulVAL: A logic-based, data-driven enterprise network security analyzer - Originally developed at Kansas State University, updated for CyberCAPTOR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MulVAL

MulVAL: A logic-based, data-driven enterprise network security analyzer

Build Status: Build Status

Originally developed at Kansas State University, version updated for FIWARE CyberCAPTOR.

Build

Prerequisite

MulVAL needs Java and a C++ compiler to be built.

This can be installed for example on Debian-like distributions using:

apt-get install g++ openjdk-7-jdk

MulVAL also needs bison and flex dependencies.

This can be installed for example on Debian-like distributions using:

apt-get install bison flex

Build

Before building MulVAL, the MULVALROOT environment variable has to be set to the folder on which MulVAL will be built.

export MULVALROOT=/path/to/mulval

Then, MulVAL can be build with

make

Documentation

MulVAL original documentation (installation and user guide) can be found in doc/README

About

MulVAL: A logic-based, data-driven enterprise network security analyzer - Originally developed at Kansas State University, updated for CyberCAPTOR

License:Other


Languages

Language:OpenEdge ABL 27.6%Language:Java 22.6%Language:C++ 19.6%Language:Python 17.1%Language:Shell 9.3%Language:Yacc 3.0%Language:Makefile 0.5%Language:Lex 0.3%