-
Notifications
You must be signed in to change notification settings - Fork 603
[Rule Tuning] Fix process.pe.original_file_name Conditions #5101
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
Conversation
Rule: Tuning - GuidelinesThese guidelines serve as a reminder set of considerations when tuning an existing rule. Documentation and Context
Rule Metadata Checks
Testing and Validation
|
⛔️ Test failed Results
|
( | ||
process.name : ("powershell.exe", "pwsh.exe", "powershell_ise.exe") or | ||
?process.pe.original_file_name in ("powershell.exe", "pwsh.dll", "powershell_ise.exe") | ||
?process.pe.original_file_name in ("PowerShell.EXE", "pwsh.dll", "powershell_ise.EXE") |
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.
Are these original names OS-version independent?
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.
I don't think so, I've looked up them in telemetry, and these are the expected ones
⛔️ Test failed Results
|
Summary
Fix broken
process.pe.original_file_name
conditions.