skillfed

pysigma-backend-splunk

pySigma Splunk backend

pysigma-backend-splunk v2.1.0 114.4K downloads/30d#12,296 on PyPI44
Copyleft license LGPL-2.1-only Active released

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-splunk

uv

uv add pysigma-backend-splunk

poetry

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 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

License :: OSI ApprovedProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14

Tags

sigma to splunk query translationsplunk backend for sigma rulesconvert sigma rules to splunksigma detection rule compilersplunk query generation
sigma-rule-compilersplunk-integrationdetection-as-code

More Security packages