Skip to content

A small crappy script I wrote that converts the Sigma Windows Process Creation events to KQL via PySigma. Designed for CI/CD

License

Notifications You must be signed in to change notification settings

rcegan/ConvertSigmaRepo2KQL

Repository files navigation

ConvertSigmaRepo2KQL

A small crappy script I wrote that converts the Sigma Windows Process Creation events to KQL via PySigma. Designed for usage in unattended CI/CD scenarios, so you'll want to modify the directories used in the script to reflect your own scenarios.

All credit goes to the PySigma project: https://github.com/SigmaHQ/pySigma and the Defender backend, maintained by AttackIq: https://github.com/AttackIQ/pySigma-backend-microsoft365defender.

image

Usage

Firstly, modify the 'rules_directory' variable to reflect the location of your Sigma process creation rules. If using in CI/CD and you're cloning the Sigma repo in each time, you can leave this value as-is.

Next, modify the 'output_directory' to match whichever folder you want the rules to be dumped into. Expect over 1000+ results.

About

A small crappy script I wrote that converts the Sigma Windows Process Creation events to KQL via PySigma. Designed for CI/CD

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages