Sigma & YARA rules, curated, signed, ready to ship.

A commercial detection feed for your SIEM or stack. The best open-source projects aggregated and deduplicated, enriched with our proprietary rules, every rule tested against a real engine, cryptographically signed, continuously updated.

7,000+
Sigma rules
19,500+
YARA rules
Ed25519
signed feed
ATT&CK
techniques mapped

Two standard formats. Zero lock-in.

Sigma7,000+ rules
Generic SIEM detection

The open standard for detection. .yml files ready to convert to Splunk, Elastic, Microsoft Sentinel, QRadar… MITRE ATT&CK coverage, mapped per technique. Built from multiple permissively-licensed open-source sources + our own rules.

YARA19,500+ rules
File & malware detection

Raw .yar files to scan binaries, memory and artifacts. Malware families, packers, abused signing certs, campaigns. Resale-filtered and compile-checked, no broken rules.

IOC, KEV, EPSS and MITRE are ThreatClaw agent data packs, a separate offering. This feed focuses on Sigma & YARA detection rules.

Sigma, already converted for your SIEM.

No conversion to do. Every Sigma rule is also delivered in your SIEM’s query language, mapped to its field schema. Copy, paste, done.

Splunk
SPL
CIM schema
Microsoft Sentinel
KQL
Defender XDR Advanced Hunting
Elastic
ECS
Elastic Common Schema
QRadar
AQL
QRadar fields + payload
One rule, four SIEMs, converted automatically:
Splunk, SPL
Image="*\\powershell.exe"
CommandLine IN ("*-enc*","*-EncodedCommand*")
Microsoft Sentinel, KQL
DeviceProcessEvents
| where FolderPath endswith "\\powershell.exe"
| where ProcessCommandLine has_any ("-enc","-EncodedCommand")
Elastic, ECS
process.executable:*\\powershell.exe AND
(process.command_line:*-enc* OR
 process.command_line:*-EncodedCommand*)
QRadar, AQL
SELECT * FROM events WHERE
"Process Path" ILIKE '%\\powershell.exe' AND
("Process CommandLine" ILIKE '%-enc%' OR
 "Process CommandLine" ILIKE '%-EncodedCommand%')

You choose what you pull: raw Sigma for your own pipeline, the ready-to-use SIEM variants, or both. One key, everything included.

Not just a mirror of public repos.

01
Cryptographically signed

Every manifest is Ed25519-signed with a pinned public key. A compromised mirror or CDN cannot push you poisoned rules. The script verifies before applying.

02
Tested against a real engine

Every rule passes a firing test on the real engine: no dead rules, no catch-all rules drowning your SOC in false positives.

03
Curated & deduplicated

We aggregate the best sources, strip duplicates and noise, and add our own proprietary rules forged in-house. You get signal, not a raw dump.

04
Resale-safe licensing

Only permissive sources (CC0, MIT, Apache, BSD, DRL). Filtered for MSSP use and redistribution, no GPL/NC surprises.

05
Continuously updated

New rules land as research and campaigns emerge. The feed is versioned: the script only pulls the delta.

06
SIEM-agnostic

Sigma is the pivot format: convert to your SIEM with pySigma / sigma-cli. YARA plugs into any scanner. You’re not tied to our product.

Live in three minutes.

01
Subscribe

Secure Stripe checkout. You get a subscription key instantly.

02
Grab the script

One dependency-free bash script, cron-ready. It verifies the signature first.

03
Sync

Rules land in a local folder, versioned. Wire it into your SIEM or scanner.

# Add it to cron to stay current automatically
$ curl -fsSL https://license.threatclaw.io/rules-sync.sh -o threatclaw-rules-sync.sh
$ TC_RULES_KEY=<your-key> TC_RULES_DIR=/opt/rules ./threatclaw-rules-sync.sh
✓ signature verified · sigma 7,361 · yara 19,943 · synced

Built for detection teams.

SOCs & detection teamsMSSPs & managed providersSIEM engineers (Splunk, Elastic, Sentinel)Threat hunters & IR
Try before you buy: free demo pack

A sample of our in-house rules across every engine we run (Sigma, YARA, osquery, Velociraptor, Falco, network, policy), each detection with its investigation playbook in the CACAO 2.0 standard, importable into your SOAR. The Sigma rules come already converted for 6 SIEMs: Splunk, Sentinel, Elastic, QRadar, CrowdStrike and Panther. A NIS2 compliance-coverage sample is included. Generated without AI.

Download the demo pack .zip

Frequently asked questions

What formats do I get exactly?

Raw Sigma (.yml) and raw YARA (.yar) files, in standard format. Nothing proprietary: convert the Sigma to your SIEM with pySigma, load the YARA into any scanner.

Which SIEMs does it work with?

Any that Sigma targets: Splunk, Elastic/ELK, Microsoft Sentinel, QRadar, Chronicle and many more via pySigma / sigma-cli. YARA works anywhere a YARA scanner runs (endpoints, sandbox, DFIR).

How often is it updated?

Continuously, as research and new campaigns emerge. The feed is versioned, so the sync script only pulls what changed. Run it as often as you like (a daily cron is common).

Are the rules really signed?

Yes. The manifest is Ed25519-signed and the script verifies it with a pinned public key before applying anything. Forging a feed would need our private key, which we never share.

Can I resell it / use it as an MSSP?

The feed only aggregates permissively licensed sources (CC0, MIT, Apache, BSD, DRL), built for MSSP use and redistribution to your clients. Non-resalable sources (GPL, fair-use) are excluded.

Does the feed include IOCs / threat intel?

No, this feed focuses on Sigma & YARA detection rules. IOCs, CISA KEV, EPSS and MITRE ATT&CK are data packs consumed by the ThreatClaw agent, a separate offering.

Do I have to convert the rules myself (pySigma)?

No, unless you want to. On top of raw Sigma, we ship the rules already converted for Splunk (SPL), Microsoft Sentinel (KQL), Elastic (ECS), CrowdStrike (LogScale), Panther and QRadar (AQL), mapped to each SIEM’s field schema (CIM, ECS, Defender XDR). Copy, paste, done. Raw Sigma stays available for your own pipeline.

Ready to power your detection?

Annual subscription. Instant key. Cancel anytime.

€549 / month, billed annually €6,588 excl. tax
Sigma + YARA bundle (−21%)

What this pack does not cover

What we do not cover, we tell you

No one detects 100%, and a feed that claims otherwise burns out your analyst. Anything that does not compile on the real engine, or lights up on a benign corpus, never reaches the pack. What a rule cannot see, we show as a gap rather than paper over it. And by default the agent observes and proposes, acting only after human validation (human-in-the-loop). You buy signal, not volume.

Detection that holds up in front of the auditor

The question is no longer only “can I detect?” but “can I prove it?”. Every subscription ships with the compliance layer, at no extra cost.

Design coverage, not a certification nor a real-time measurement: it evidences that the catalogue addresses the requirement, your CISO validates compliance.

Detection guides

The method behind the pack, on our blog.

2026-09-05
Detecting Phobos: What a Ransomware Actually Does, and the Rule That Stops It

We detonated a live Phobos sample. Here is what it does, deleting shadow copies, killing the firewall, and the Sigma rule that catches it, validated across multiple samples with zero false positives.

2026-08-27
Emotet Botnet Resurfaces: ThreatClaw Adds YARA Detection for SMBs

Emotet, a notorious botnet and malware loader, remains a critical threat to SMBs. Learn how ThreatClaw’s new YARA rules help MSSPs detect and mitigate this persistent adversary.

2026-08-26
Drokbk RAT Detection: ThreatClaw Adds Coverage for Stealthy Malware

Drokbk, a remote access trojan, evades defenses with keylogging and screen capture. ThreatClaw now detects it with zero false positives—protect SMBs and MSSP clients.

2026-08-25
Dosia Malware Detection: ThreatClaw Adds YARA Rules for SMBs

Dosia malware targets SMBs with obfuscation and tool transfer tactics. Learn how ThreatClaw’s new YARA rules help MSSPs detect and mitigate this threat effectively.

2026-08-24
Darkgate Loader Threat Detection: ThreatClaw Adds YARA Coverage

Darkgate, a sophisticated malware loader, evades defenses with obfuscation and process injection. Learn how ThreatClaw’s new YARA rules help SMBs and MSSPs detect this threat.

2026-08-23
Cryptolocker Ransomware: Detection Now in ThreatClaw for SMBs & MSSPs

ThreatClaw adds YARA-based detection for Cryptolocker ransomware. Learn how this threat encrypts data, disrupts recovery, and why SMBs/MSSPs must act now.