File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,7 +45,9 @@ E.g. to convert process creation Sigma rules from a directory into Splunk querie
4545sigma convert -t splunk -p sysmon sigma/rules/windows/process_creation
4646```
4747
48- Available conversion backends and processing pipelines can be listed with ` sigma list ` .
48+ Available conversion backends and processing pipelines can be listed with ` sigma list ` .
49+ Use ` -O ` or ` --backend-option ` for passing options to the backend as key=value pairs (` -O testparam=123 ` ) .
50+ This backend option parameter can be used multiple times (` -O first=123 -O second=456 ` ).
4951
5052Backends can support different output formats, e.g. plain queries and a file that can be imported into the target
5153system. These formats can be listed with ` sigma list formats <backend> ` and specified for conversion with the ` -f `
You can’t perform that action at this time.
0 commit comments