nasbench / sigconverter.io

A opensource sigma convertion tool built using pysigma

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sigconverter.io πŸ”„

Website

Welcome to sigconverter.io, a user-friendly converter for Sigma rules. This project is designed to keep in sync with the pySigma project's backends. Inspired by uncoder.io, it aims to provide an easy-to-use interface for converting Sigma rules.

🌟 Key Features

  • Easy-to-use interface for Sigma rule conversion
  • Supports multiple backends through pySigma
  • Continuously updated to stay in sync with pySigma

πŸš€ Getting Started

Without Docker:

poetry install 
poetry run ./run.py

With Docker:

docker build -t sigconverter.io .
docker run -d -p 8000:8000 sigconverter.io

Visit the live instance at https://sigconverter.io or locally at http://localhost:8000.

πŸ“ž Support

For bugs or feature requests, please use the GitHub issue tracker.

🀝 Contributing

We welcome contributions from the community. If you'd like to contribute, please follow these steps:

  1. Fork the repository
  2. Create a new branch for your changes
  3. Commit your changes to your branch
  4. Push your changes to your fork
  5. Open a Pull Request against the upstream repository

πŸ“œ Contributors

πŸ“ Credits

This project was completely based on sigmaio by M3NIX. Special thanks to the author M3NIX.

About

A opensource sigma convertion tool built using pysigma

License:Apache License 2.0


Languages

Language:HTML 38.6%Language:JavaScript 36.6%Language:Python 11.8%Language:CSS 10.5%Language:Dockerfile 2.4%