Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.
/ sigmaio Public archive

simple webapp for converting sigma rules into siem queries using the pySigma library

License

Notifications You must be signed in to change notification settings

M3NIX/sigmaio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sigmaio

⚠️ This project will be continued as a community-driven project: SigConverter.io. More details in this blog post.


Inspired by uncoder.io I wrote my own implementation using the new pySigma library. A demo instance is running at https://sigmaio.app

Getting started

without docker:

pip install --user -r requirements.txt
python run.py

with docker:

docker build -t sigmaio .
docker run -d -p 8000:8000 sigmaio

You should be able to reach the application now at http://localhost:8000