Forum Discussion
jeremyhAUS
Feb 23, 2024Brass Contributor
Sigma rules into content gallery
Hello Community! I have been trying to work out a nice way to convert sigma rules available here: https://github.com/SigmaHQ/sigma/tree/master/rules Which are compatible with the https://github...
- Feb 23, 2024
You may need the content Hub APIs to do this at scale? Content Template - Install - REST API (Azure Sentinel) | Microsoft Learn
You can also tools like https://uncoder.io/ to convert
- Sigma --> Rule, or
- Sigma --> YAML
and store in your own GitHub? Just copy&paste and then [translate]
Clive_Watson
Feb 23, 2024Bronze Contributor
You may need the content Hub APIs to do this at scale? Content Template - Install - REST API (Azure Sentinel) | Microsoft Learn
You can also tools like https://uncoder.io/ to convert
- Sigma --> Rule, or
- Sigma --> YAML
and store in your own GitHub? Just copy&paste and then [translate]
jeremyhAUS
Feb 23, 2024Brass Contributor
Thanks Clive. This might just be what I was looking for.