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
When using a condition such as the following:
Malicious, C&C-FileDownload: - dstIP=104.248.160.24 & Bytes>0
I get the following exception:
Problem in main() function at load_conditions <class 'IndexError'> ('list index out of range',) list index out of range
If the Bytes>0 condition is replaced with another such as State=S0 there is no exception happening.
Bytes>0
State=S0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When using a condition such as the following:
I get the following exception:
If the
Bytes>0
condition is replaced with another such asState=S0
there is no exception happening.The text was updated successfully, but these errors were encountered: