/sigconverter.io

An opensource sigma conversion tool built using pysigma

Primary LanguageHTMLApache License 2.0Apache-2.0

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.