titli

A library for collection of IDS and tools for evaluating them


Keywords
ids, adversarial, network, nids
License
MIT
Install
pip install titli==0.0.5

Documentation

Titli

Artificial Intelligence based Intrusion Detection Systems

PyPI - Python Version PyPI - Version GitHub License

Installation

pip install titli

Usage

  • Step 1: Copy the examples/train_ids.py and examples/test_ids.py file from the repo to your local machine.
  • Step 2: Run both the files to train and test the Kitsune IDS respectively.

Todo (Developer Tasks)

  • Check if RMSE is used for loss or just the difference.
  • Put Kitsune code into the base IDS format.
  • Write code to evaluate the model and calculate all the metrics.