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
Could not parse this one:
detection: selection1: CommandLine|contains: 'setup0.exe -p' selection2a: CommandLine|contains: 'setup.exe' selection2b: CommandLine|endswith: - '-x:0' - '-x:1' - '-x:2' condition: selection1 or all of selection2*
invalid token '*'
https://github.com/SigmaHQ/sigma/blob/master/rules/windows/process_creation/proc_creation_win_apt_winnti_pipemon.yml
The text was updated successfully, but these errors were encountered:
This parses fine:
condition: selection1 or all of selection*
but this doesn't parse:
condition: selection1 or all of selection2*
Sorry, something went wrong.
No branches or pull requests
Could not parse this one:
invalid token '*'
https://github.com/SigmaHQ/sigma/blob/master/rules/windows/process_creation/proc_creation_win_apt_winnti_pipemon.yml
The text was updated successfully, but these errors were encountered: