We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CIDR
Hello When convert a rule with the cidr get an error
cidr
sigma convert -t splunk -p splunk_windows .\rules\windows\network_connection\net_connection_win_script_wan.yml Parsing Sigma rules [####################################] 100% Error while conversion: ORing CIDR matching is not yet supported by Splunk backend in .\rules\windows\network_connection\net_connection_win_script_wan.yml
Try with only DestinationIp|cidr: '127.0.0.0/8' in the rule but get the same error.
DestinationIp|cidr: '127.0.0.0/8'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello
When convert a rule with the
cidr
get an errorTry with only
DestinationIp|cidr: '127.0.0.0/8'
in the rule but get the same error.The text was updated successfully, but these errors were encountered: