Skip to content

Montimage/ai4soar

Repository files navigation

ai4soar

AI-driven Security Orchestration, Automation, and Response (SOAR) platform

Requirements

  • Python 3.10.12

Installation

  • Download AI4SOAR
git clone https://github.com/Montimage/ai4soar.git
cd ai4soar
mkdir shuffle-database                    # Create a database folder
sudo chown -R 1000:1000 shuffle-database  # IF you get an error using 'chown', add the user first with 'sudo useradd opensearch'
sudo swapoff -a                           # Disable swap
sudo docker compose 
  • Run docker-compose
sudo docker-compose up -d
  • Install dependencies
pip3 install -r requirements.txt
  • Run server
python3 server.py

About

AI-driven Security Orchestration, Automation, and Response (SOAR) platform, extention of shuffle.io

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages