Skip to content

Commit

Permalink
Merge pull request #24 from blueteam0ps/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
thomaspatzke committed May 10, 2023
2 parents 0b6bd5f + 2b19898 commit fe9bf2f
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 fe9bf2f

Please sign in to comment.