-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
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
[process/windows] - Ignore accessing command line arguments for selected processes (currently, lsass.exe) #198
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, I'd love to see at least one unit test for the new behaviour.
@gabriellandau could you also re-review this PR, please? Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the change @VihasMakwana.
Co-authored-by: Gabriel Landau <[email protected]>
See elastic/beats#41407 for more details.
TL;DR;
Processes such as
lsass.exe
has no meaningful cmd line and and can trigger false positives with Windows ASR rules.We can find pid for that using
SYSTEM\\CurrentControlSet\\Control\\Lsa
pathRelates elastic/beats#41407