--- id: pysigma-backend-splunk version: "2.1.0" license: LGPL-2.1-only license_treatment: copyleft maintenance: active --- # pysigma-backend-splunk — pySigma Splunk backend License: copyleft · Maintenance: active · Downloads: 114.4K/mo ## 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 above — 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 pip install pysigma-backend-splunk uv add pysigma-backend-splunk poetry add pysigma-backend-splunk ## Installing 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_current - Install friction: low - Maintenance: active - Downloads: 114.4K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags sigma to splunk query translation, splunk backend for sigma rules, convert sigma rules to splunk, sigma detection rule compiler, splunk query generation, sigma-rule-compiler, splunk-integration, detection-as-code [View on SkillFed](https://skillfed.io/packages/pysigma-backend-splunk) · [View on PyPI](https://pypi.org/project/pysigma-backend-splunk/)