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
Add the following questions to the scan wizard: Include deprecated rules? ( xxxx rules) (y/n) (default: no) => If yes is chosen then perform -D logic
Include deprecated rules? ( xxxx rules) (y/n) (default: no)
yes
-D
Include noisy rules? ( xxxx rules) (y/n) (default: no) => If yes is chosen then perform -n logic
Include noisy rules? ( xxxx rules) (y/n) (default: no)
-n
Include unsupported rules? ( xxxx rules) (y/n) (default: no) => If yes is chosen then perform -u logic
Include unsupported rules? ( xxxx rules) (y/n) (default: no)
-u
Include sysmon rules? ( xxxx rules) (y/n) (default: yes) => If no is chosen then perform --exclude-tag sysmon logic
Include sysmon rules? ( xxxx rules) (y/n) (default: yes)
no
--exclude-tag sysmon
Note: These questions should be asked not only with 1-3 but also if 4 & 5 are chosen:
4. All alert rules ( status: * | level: low+ ) 5. All event and alert rules ( status: * | level: informational+ )
The text was updated successfully, but these errors were encountered:
feat(main): added question in scan wizard #1207
1672729
hitenkoku
Successfully merging a pull request may close this issue.
Add the following questions to the scan wizard:
Include deprecated rules? ( xxxx rules) (y/n) (default: no)
=> If
yes
is chosen then perform-D
logicInclude noisy rules? ( xxxx rules) (y/n) (default: no)
=> If
yes
is chosen then perform-n
logicInclude unsupported rules? ( xxxx rules) (y/n) (default: no)
=> If
yes
is chosen then perform-u
logicInclude sysmon rules? ( xxxx rules) (y/n) (default: yes)
=> If
no
is chosen then perform--exclude-tag sysmon
logicNote: These questions should be asked not only with 1-3 but also if 4 & 5 are chosen:
The text was updated successfully, but these errors were encountered: