This is the local AI backend designed for running models that powers automatic case investigations.
Major functionalities include
- Task Generation: Generates investigation tasks based on the provided case information on the SOAR platform
- Activity Generation: Generates investigation subtasks based on the provided case information on the SOAR platform
- Query Generation: Gathers evidences by performing SIEM queries relevant to the subtask if possible, or otherwise gather evidences from the case information itself
See supported platforms for the main backend
-
Copy the sample environment file and customize it to your setup:
cp sample.env .env
-
Build and run the docker compose project:
Linux / Mac:
sudo docker compose -f docker-compose.yml build sudo docker compose -f docker-compose.yml up
Windows:
sudo docker compose -f docker-compose-windows.yml build sudo docker compose -f docker-compose-windows.yml up