Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspatzke committed May 11, 2023
2 parents d68b7a0 + fe9bf2f commit 492eaed
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,16 @@ E.g. to convert process creation Sigma rules from a directory into Splunk querie
sigma convert -t splunk -p sysmon sigma/rules/windows/process_creation
```

Required backends must be installed using the following command prior to conducting conversions.

```
sigma plugin install <backend>
```
E.g. to install the splunk backend run:
```
sigma plugin install splunk
```

Available conversion backends and processing pipelines can be listed with `sigma list`.
Use `-O` or `--backend-option` for passing options to the backend as key=value pairs (`-O testparam=123`) .
This backend option parameter can be used multiple times (`-O first=123 -O second=456`).
Expand Down

0 comments on commit 492eaed

Please sign in to comment.