Skip to content

Commit

Permalink
Fix: Import SigmaRegularExpressionModifier in the splunk backend.
Browse files Browse the repository at this point in the history
  • Loading branch information
saltar-ua committed Oct 20, 2020
1 parent 51df5ad commit f45e45d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/sigma/backends/splunk.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
import sigma
from .base import SingleTextQueryBackend
from .mixins import MultiRuleOutputMixin
from sigma.parser.modifiers.type import SigmaRegularExpressionModifier


class SplunkBackend(SingleTextQueryBackend):
"""Converts Sigma rule into Splunk Search Processing Language (SPL)."""
Expand Down

0 comments on commit f45e45d

Please sign in to comment.