Skip to content

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

License

Notifications You must be signed in to change notification settings

ptumusiime/mulval

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • OpenEdge ABL 27.6%
  • Java 22.6%
  • C++ 19.6%
  • Python 17.1%
  • Shell 9.3%
  • Yacc 3.0%
  • Other 0.8%