Skip to content

Automatic-Case-Investigator/ACI_AI_Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

112 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ACI AI Backend

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

Supported Platforms

See supported platforms for the main backend

Installation

Using Docker

  1. Copy the sample environment file and customize it to your setup:

    cp sample.env .env
  2. 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

About

On-premise AI backend for Automatic Case Investigator

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages