Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 808 Bytes

README.md

File metadata and controls

51 lines (33 loc) · 808 Bytes

SecureX - lumen

Advanced Ai-based Malware Analysis as a Service (Ai-MaaS)

Revealing the Dark Side of Malware with AI-powered Threat Intelligence

Installation

clone the repo

git clone https://github.com/spirizeon/lumen.git
cd lumen
docker build . -t lumen

use Docker hub

docker pull delcagox/lumen

run the container

docker run -itp 8000:8000 5173:5173

Endpoints

image

Building the Engine Docker Container

build the container

docker build . -t engine

run the container

docker run -itd -p 8000:8000 --env-file ../../.env --name Engine engine