-
Notifications
You must be signed in to change notification settings - Fork 603
[Rule Tuning] Windows - Small Adjusts for Compatibility #5032
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
|
) and | ||
not ( | ||
user.id == "S-1-5-18" and | ||
?user.id == "S-1-5-18" and |
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.
SentinelOne doesn't have this field. Marking it as optional so the query runs.
"?:\\Windows\\System32\\DeviceEnroller.exe", | ||
"?:\\Windows\\system32\\omadmclient.exe", | ||
"?:\\Program Files (x86)\\N-able Technologies\\AutomationManagerAgent\\AutomationManager.AgentService.exe" | ||
) and user.id == "S-1-5-18" |
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.
SentinelOne doesn't have this field. Adjusting the query to support it.
"Certain utilities that delete files for disk cleanup or Administrators manually removing backup files.", | ||
] | ||
from = "now-9m" | ||
index = ["logs-endpoint.events.file-*", "endgame-*", "logs-sentinel_one_cloud_funnel.*"] |
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.
Endgame doesn't populate process signature information for file events.
⛔️ Test failed Results
|
Summary
Small Adjusts to ensure compatibility with 3rd Party EDRs.