SkillAgentSearch skills...

Sigmaio

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

Install / Use

/learn @M3NIX/Sigmaio
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

View on GitHub
GitHub Stars50
CategoryDevelopment
Updated25d ago
Forks4

Languages

HTML

Security Score

100/100

Audited on Mar 4, 2026

No findings