- 12 Nov 2024
- 5 Minutes to read
- Print
- Dark
Sigma Converter
- Updated on 12 Nov 2024
- 5 Minutes to read
- Print
- Dark
LimaCharlie is happy to contribute to the Sigma Project by maintaining the LimaCharlie Backend for Sigma, enabling most Sigma rules to be converted to the Detection & Response rule format.
A LimaCharlie Service is available to apply many of those converted rules with a single click to an Organization.
For cases where you either have your own Sigma rules, or you would like to convert/apply specific rules yourself, the Sigma Converter service described below can help streamline the process.
Converter Service
The Converter service converts one or many Sigma rules into the LimaCharlie rule format. It can accomplish this via the following HTTPS endpoints available at https://sigma.limacharlie.io/:
Single Rule
Endpoint: https://sigma.limacharlie.io/convert/rule
Verb: POST
Form Parameters:
rule
: the content of a literal Sigma rule to be converted.target
: optional target within LimaCharlie, one ofedr
(default) orartifact
.
Output Example:
CURL Example:
Multiple Rules
Endpoint: https://sigma.limacharlie.io/convert/repo
Verb: POST
Form Parameters:
repo
: the source where to access the rules to convert, one of:An HTTPS link to a direct resource like:
https://corp.com/my-rules.yaml
A GitHub link to a file or repo like:
https://github.com/SigmaHQ/sigma/blob/master/rules/windows/process_creation/proc_creation_win_ad_find_discovery.yml
https://github.com/SigmaHQ/sigma/blob/master/rules/windows/process_creation
target
: optional target within LimaCharlie, one ofedr
(default) orartifact
.
Output Example:
CURL Example: