pySigma-backend-splunk
pySigma-backend-splunk copied to clipboard
pySigma Splunk backend
As tackled in #52 and #51, this PR is a proposal for fixing errors encountered in regex oring and in correlations rules. For details see these issues. ## Description To...
## Description When a correlation rule has, in one of its "sub rule" or "referenced rule" a deferred expression, like a regex (converted to `| regex`) or an regex oring,...
## Problem Regular expressions logically linked with OR are deferred ## Reproduction Processing pipeline: ``` name: Example Sigma Pipeline Config priority: 100 transformations: - id: prefix_source_and_index type: add_condition conditions: index:...