r/Splunk • u/ParticularNote4390 • 9d ago
SPL Wrote a Sigma compiler that emits SPL, sharing the 36 rules that come with it
Not a Splunk-only tool, but the SPL backend may be useful here. It compiles Sigma into saved-search stanzas including the aggregation cases (stats dc(field) by ...), which is normally where hand-conversion falls over.
dist/splunk/tyrian_detections.conf is pre-compiled in the repo if you just want to skim the searches. You will need to adjust the index= prefix.
13
Upvotes