-
Notifications
You must be signed in to change notification settings - Fork 612
[Rule Tuning] Communication App Rules #5487
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
|
| not process.executable : | ||
| ("?:\\Program Files\\*.exe", | ||
| process where host.os.type == "windows" and event.type == "start" and | ||
| process.parent.name : ( |
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.
Makes sense. Is there chances where we have one of these comm apps as a grandparent?
e.g. comm app -->
<some updater intermediate> -->
powershell.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.
We don't have the descendant of feature in SIEM EQL, so that is a blind spot for this one
|
⛔️ Test failed Results
|
|
⛔️ Test failed Results
|
|
⛔️ Test failed Results
|
|
⛔️ Test failed Results
|
Samirbous
left a comment
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.
good number of FPs are for missing process hash (due to errors to parse the file), excluded by adding process.hash.sha256 != null, otherwise LGTM
|
⛔️ Test failed Results
|
Issues
BAU maintenance https://github.com/elastic/ia-trade-team/issues/619
Summary
Excludes FP patterns, add new Zoom-related code signature, adjusts
Suspicious Communication App Child Processfor better performance.Related community slack msg https://elasticstack.slack.com/archives/C016E72DWDS/p1765964054051179