-
Notifications
You must be signed in to change notification settings - Fork 513
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
[Rule Tuning] Windows BBR Tuning - 3 #3382
Conversation
@@ -44,6 +44,7 @@ registry where host.os.type == "windows" and event.type == "change" and | |||
( | |||
process.name : "services.exe" and user.id : "S-1-5-18" | |||
) | |||
and not registry.path : "HKLM\\SYSTEM\\ControlSet001\\Services\\MrxSmb10\\Start" |
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.
Smb v1 service, very high volume, not that much relevance
process where event.type == "start" and | ||
process.name : "sc.exe" and process.args : "*binPath*" | ||
process where event.type == "start" and process.name : "sc.exe" and | ||
process.args : "*config*" and process.args : "*binPath*" |
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.
It was matching on service creation
@@ -36,7 +36,7 @@ type = "new_terms" | |||
query = ''' | |||
host.os.type:windows and event.category:process and event.type:start and | |||
process.name.caseless:("ping.exe" or "tracert.exe" or "pathping.exe") and | |||
not process.args:("127.0.0.1" or "0.0.0.0" or "localhost" or "1.1.1.1" or "1.2.3.4" or "::1") | |||
not process.args:("127.0.0.1" or "0.0.0.0" or "localhost" or "::1") |
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.
1.1.1.1 -> Cloudflare
1.2.3.4 -> External IP
* [Rule Tuning] Windows BBR Tuning - 3 * Update defense_evasion_service_disabled_registry.toml --------- Co-authored-by: Samirbous <[email protected]> Removed changes from: - rules_building_block/discovery_internet_capabilities.toml (selectively cherry picked from commit 5334601)
* [Rule Tuning] Windows BBR Tuning - 3 * Update defense_evasion_service_disabled_registry.toml --------- Co-authored-by: Samirbous <[email protected]> Removed changes from: - rules_building_block/discovery_internet_capabilities.toml (selectively cherry picked from commit 5334601)
* [Rule Tuning] Windows BBR Tuning - 3 * Update defense_evasion_service_disabled_registry.toml --------- Co-authored-by: Samirbous <[email protected]> Removed changes from: - rules_building_block/discovery_internet_capabilities.toml (selectively cherry picked from commit 5334601)
* [Rule Tuning] Windows BBR Tuning - 3 * Update defense_evasion_service_disabled_registry.toml --------- Co-authored-by: Samirbous <[email protected]> (cherry picked from commit 5334601)
* [Rule Tuning] Windows BBR Tuning - 3 * Update defense_evasion_service_disabled_registry.toml --------- Co-authored-by: Samirbous <[email protected]> (cherry picked from commit 5334601)
* [Rule Tuning] Windows BBR Tuning - 3 * Update defense_evasion_service_disabled_registry.toml --------- Co-authored-by: Samirbous <[email protected]> (cherry picked from commit 5334601)
* [Rule Tuning] Windows BBR Tuning - 3 * Update defense_evasion_service_disabled_registry.toml --------- Co-authored-by: Samirbous <[email protected]> (cherry picked from commit 5334601)
* [Rule Tuning] Windows BBR Tuning - 3 * Update defense_evasion_service_disabled_registry.toml --------- Co-authored-by: Samirbous <[email protected]> (cherry picked from commit 5334601)
* [Rule Tuning] Windows BBR Tuning - 3 * Update defense_evasion_service_disabled_registry.toml --------- Co-authored-by: Samirbous <[email protected]> (cherry picked from commit 5334601)
* [Rule Tuning] Windows BBR Tuning - 3 * Update defense_evasion_service_disabled_registry.toml --------- Co-authored-by: Samirbous <[email protected]> (cherry picked from commit 5334601)
Issues
Part of #3186
Summary
Tunes the following rules: