pysigma-backend-splunk
pySigma Splunk backend
What it is and what it does
pySigma Splunk Backend is a compiler that converts detection rules into native Splunk search queries. It acts as a bridge between the Sigma ecosystem and Splunk, allowing security teams to author detections once and deploy them to Splunk without manual translation.
The package provides processing pipelines for Windows log detection and Sysmon acceleration, plus support for multiple output formats (plain queries and savedsearches.conf). It depends solely on pysigma and supports Python 3.10 through 3.14. The repository is actively maintained with no known security vulnerabilities.
Use it for:
- Convert detection rules to Splunk queries for automated deployment in security operations centers
- Generate Splunk savedsearches.conf files from rules for scheduled detection workflows
- Accelerate Splunk searches on Windows logs using Sysmon keyword optimization
- Integrate rule libraries into Splunk environments without manual query rewriting
- Build detection-as-code pipelines that translate security logic across SIEM platforms
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Translates Sigma detection rules into Splunk search queries, supporting both plain queries and savedsearches.conf format output.
Yes, if you use Sigma rules and deploy to Splunk. The package is actively maintained, has low install friction, and fills a clear gap in the workflow. The copyleft LGPL-2.1-only license is standard for the Sigma ecosystem; verify it aligns with your distribution model. No known vulnerabilities.
Install
pysigma-backend-splunk on PyPI
pip
pip install pysigma-backend-splunkuv
uv add pysigma-backend-splunkpoetry
poetry add pysigma-backend-splunkInstalling pysigma-backend-splunk
Before you install
Low friction install with a single runtime dependency (pysigma). Repository is active with recent commits, though the package itself sees infrequent releases.
License in practice
Licensed under LGPL-2.1-only (copyleft). Derivative works and modifications must be released under the same license; proprietary use requires careful review of your distribution model.
Quickstart
pip install pysigma-backend-splunk
from sigma.backends.splunk import SplunkBackend
backend = SplunkBackend()
query = backend.convert_rule(rule)
Requires Python 3.10 or later; pysigma must be installed.
Verify before relying
- Whether Windows log processing pipelines require Sysmon data or work with standard Windows Event Log sources
- Performance characteristics when translating large rule sets or complex detection rules
- Compatibility with specific Splunk versions beyond the Python version support range
Package facts
| License | LGPL-2.1-only (copyleft) |
| Python support | supports the current Python release (<4.0,>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — pysigma |
| Maintenance | actively maintained — 145 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 114,386/month — #12,296 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pysigma_backend_splunk-2.1.0-py3-none-any.whl
Tags
More Security packages
Provides Python bindings to the FreeDesktop.org…
permissive · top 1,000 on PyPI
msalMSAL for Python handles OAuth2 and OpenID…
permissive · top 1,000 on PyPI
joserfcjoserfc implements JOSE standards (JWS, JWE,…
permissive · top 1,000 on PyPI
AuthlibAuthlib provides a complete implementation of…
permissive · top 1,000 on PyPI
argon2-cffi-bindingsProvides low-level CFFI bindings to the…
permissive · top 1,000 on PyPI
adalADAL for Python authenticates applications with…
permissive · top 1,000 on PyPI
pySigmaParses and converts Sigma detection rules into…
copyleft · top 15,000 on PyPI
pySigma-backend-elasticsearchTranslates Sigma security rules into…
copyleft · top 15,000 on PyPI
sigmatoolsSigmatools provides command-line utilities and…
copyleft · top 15,000 on PyPI
splunk-sdkProvides a Python client library for…
permissive · top 5,000 on PyPI
splunk-handlerA Python logging handler that sends log events…
permissive · top 5,000 on PyPI
signalflow-client-pythonA Python client library that connects to Splunk…
permissive · top 15,000 on PyPI
splunk-hec-handlerIntegrates Python logging with Splunk's HTTP…
permissive · top 15,000 on PyPI
snaptimeSnaptime transforms timestamps using a simple…
unclear · top 15,000 on PyPI
signalfxPython client library for sending metrics,…
permissive · top 15,000 on PyPI
aws-sam-cliAWS SAM CLI is a command-line tool for…
permissive · top 5,000 on PyPI