Skip to content

Sparassidae is my automated solution to deploy detection tools for testing purposes

License

Notifications You must be signed in to change notification settings

ThePicpixel/Sparassidae

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPARASSIDAE

Sparassidae is my own implementation of a Detection Platform. It is not meant to be used in production.

Prerequisites

The environment is completely containerized and I am using pod concept to deploy everything.

Therefore, you need to install podman.

Usage

You can edit the values.yaml to configure your own parameters.

Then, create a virtualenv, install dependencies and activate the virtualenv :

virtualenv env
pip install -r requirements.txt
source ./env/bin/activate

You need to activate the podman REST API in a different terminal :

podman system service -t 0

Finally, run the following :

python3 main.py

NOTE : Kibana server may take a few time to be up and running, just wait a little bit

About

Sparassidae is my automated solution to deploy detection tools for testing purposes

Topics

Resources

License

Stars

Watchers

Forks