/AttackMarker

Precdict APT using Bayesian attack graph(vldb)

Primary LanguageCSS

AttackMarker

A Bayesian Attack Graph based framework for preemptive intrusion detection.

Testing AttackMarker

  1. Input Preparation

    In order to test the AttackMarker, an input file written in the datalog language is necessary, this can be obtained through the Nessus or OVAL vulnerability scan files, or you can write your own. An example Input.p file is provided in mulvala2b\src\mulvalsrc and this file can be used for testing in this project.

  2. How to use
    1. run command: python manage.py runserver 0:8000
    2. access http://127.0.0.1:8000/mulval/window
    3. Use according to the demonstration