TOOLS / SIGMA
Sigma Rule Converter
Translate a Sigma detection rule into Splunk SPL, Elastic KQL/EQL, and Microsoft Sentinel KQL. Pure JavaScript — your rule is never sent anywhere. Educational converter; verify the output against your SIEM’s field schema before deploying.
What it does
Sigma is the vendor-neutral YAML format for SIEM detection rules. The open Sigma rule repository contains thousands of community detections, but actually deploying them requires translation to your SIEM’s query language: Splunk SPL, Elastic Lucene/KQL, Microsoft Sentinel KQL, etc. The canonical converter is the open-source `sigmac` / `pySigma` toolchain — our web converter is a simpler educational version for quickly previewing how a rule looks in each backend. For production deployment we recommend running pySigma locally so you can apply field-mapping profiles per data source.
How to use it
- Paste a Sigma rule (YAML) in the textarea. Click "Load sample" to start from an example.
- Pick the target backend: Splunk SPL, Elastic KQL, or Sentinel KQL.
- Click "Convert" — the equivalent query renders below.
- Copy and paste into your SIEM’s search bar.
- IMPORTANT: verify field names match your data source. Sigma uses Sysmon field names by default; your data might use ECS or DeviceProcessEvents schemas.
Common use cases
Frequently asked questions
Is this production-ready? +
Why don’t my field names match? +
Why doesn’t my rule parse? +
Can I convert backward (SPL → Sigma)? +
Related tools
Related coverage on Ciphers Security
- Ghostwriter Deploys Prometheus Phishing Lures Against Ukraine Government Entities
- Screening Serpens: Iranian APT Fuses AppDomainManager Hijacking with New RATs in 2026 Espionage Campaign
- CVE-2026-9082: Critical Drupal SQL Injection Under Attack on Thousands of Sites
- CVE-2026-20182: Cisco Catalyst SD-WAN CVSS 10.0 Auth Bypass Actively Exploited
- Stolen Gemini API Keys and AI Fraud: How 'Quantum Patriot' Drained Crypto Wallets via Fake QAnon Content
Free for everyone, no signup required. Tool runs at /tools/sigma-converter/ — bookmark or share.