https://github.com/dogoncouch/sigmacheck
A Python module to test data against sigma rules to see if rule conditions are met.
https://github.com/dogoncouch/sigmacheck
Last synced: 2 months ago
JSON representation
A Python module to test data against sigma rules to see if rule conditions are met.
- Host: GitHub
- URL: https://github.com/dogoncouch/sigmacheck
- Owner: dogoncouch
- License: mit
- Created: 2020-11-09T01:10:20.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-11T18:23:46.000Z (almost 5 years ago)
- Last Synced: 2025-01-25T09:27:58.083Z (9 months ago)
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# sigmacheck
`sigmacheck` is a Python module to test data against sigma rules to see if rule conditions are met.## Goals
- Lightweight and modular
- Easily used as the basis for SIEM type systems
- Easily used for CI in sigma rule development
- Easily used with Jupyter notebook to evaluate data or "just mess around"