Skip to content

Commit 75ec77c

Browse files
w0rk3rgithub-actions[bot]
authored andcommitted
[Rule Tuning] Windows BBR Tuning - 3 (#3382)
* [Rule Tuning] Windows BBR Tuning - 3 * Update defense_evasion_service_disabled_registry.toml --------- Co-authored-by: Samirbous <64742097+Samirbous@users.noreply.github.com> (cherry picked from commit 5334601)
1 parent 0709f6c commit 75ec77c

5 files changed

+17
-9
lines changed

rules_building_block/defense_evasion_powershell_clear_logs_script.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ integration = ["windows"]
44
maturity = "production"
55
min_stack_comments = "New fields added: required_fields, related_integrations, setup"
66
min_stack_version = "8.3.0"
7-
updated_date = "2023/10/13"
7+
updated_date = "2024/01/11"
88

99
[rule]
1010
author = ["Elastic"]
@@ -57,6 +57,9 @@ event.category:process and host.os.type:windows and
5757
) and
5858
not file.path : (
5959
?\:\\\\*\\\\system32\\\\WindowsPowerShell\\\\v1.0\\\\Modules\\\\Microsoft.PowerShell.Management\\\\*.psd1
60+
) and
61+
not powershell.file.script_block_text : (
62+
"CmdletsToExport=@(\"Add-Content\""
6063
)
6164
'''
6265

rules_building_block/defense_evasion_service_disabled_registry.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ integration = ["endpoint"]
44
maturity = "production"
55
min_stack_comments = "New fields added: required_fields, related_integrations, setup"
66
min_stack_version = "8.3.0"
7-
updated_date = "2023/08/29"
7+
updated_date = "2024/01/11"
88

99
[rule]
1010
author = ["Elastic"]
@@ -44,6 +44,7 @@ registry where host.os.type == "windows" and event.type == "change" and
4444
(
4545
process.name : "services.exe" and user.id : "S-1-5-18"
4646
)
47+
and not registry.path : "HKLM\\SYSTEM\\ControlSet001\\Services\\MrxSmb10\\Start"
4748
'''
4849

4950

rules_building_block/defense_evasion_services_exe_path.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ integration = ["endpoint"]
44
maturity = "production"
55
min_stack_comments = "New fields added: required_fields, related_integrations, setup"
66
min_stack_version = "8.3.0"
7-
updated_date = "2023/08/29"
7+
updated_date = "2024/01/11"
88

99
[rule]
1010
author = ["Elastic"]
@@ -35,8 +35,8 @@ building_block_type = "default"
3535
type = "eql"
3636

3737
query = '''
38-
process where event.type == "start" and
39-
process.name : "sc.exe" and process.args : "*binPath*"
38+
process where event.type == "start" and process.name : "sc.exe" and
39+
process.args : "*config*" and process.args : "*binPath*"
4040
'''
4141

4242

rules_building_block/defense_evasion_unusual_process_extension.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ integration = ["endpoint"]
44
maturity = "production"
55
min_stack_comments = "New fields added: required_fields, related_integrations, setup"
66
min_stack_version = "8.3.0"
7-
updated_date = "2023/10/09"
7+
updated_date = "2024/01/11"
88

99
[rule]
1010
author = ["Elastic"]
@@ -43,7 +43,11 @@ process where host.os.type == "windows" and event.type == "start" and
4343
(process.name : "C9632CF058AE4321B6B0B5EA39B710FE" and process.code_signature.subject_name == "Dell Inc") or
4444
(process.name : "*.upd" and process.code_signature.subject_name == "Bloomberg LP") or
4545
(process.name: "FD552E21-686E-413C-931D-3B82A9D29F3B" and process.code_signature.subject_name: "Adobe Inc.") or
46-
(process.name: "3B91051C-AE82-43C9-BCEF-0309CD2DD9EB" and process.code_signature.subject_name: "McAfee, LLC")
46+
(process.name: "3B91051C-AE82-43C9-BCEF-0309CD2DD9EB" and process.code_signature.subject_name: "McAfee, LLC") or
47+
(process.name: "soffice.bin" and process.code_signature.subject_name: "The Document Foundation") or
48+
(process.name: ("VeeamVixProxy_*", "{????????-????-????-????-????????????}") and process.code_signature.subject_name: "Veeam Software Group GmbH") or
49+
(process.name: "1cv8p64.bin" and process.code_signature.subject_name: "LLC 1C-Soft") or
50+
(process.name: "AGSRunner.bin" and process.code_signature.subject_name: "Intel Corporation")
4751
)
4852
'''
4953

rules_building_block/discovery_internet_capabilities.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ integration = ["endpoint"]
44
maturity = "production"
55
min_stack_comments = "Multiple field support in the New Terms rule type was added in Elastic 8.6"
66
min_stack_version = "8.6.0"
7-
updated_date = "2023/09/20"
7+
updated_date = "2024/01/11"
88
bypass_bbr_timing = true
99

1010
[rule]
@@ -36,7 +36,7 @@ type = "new_terms"
3636
query = '''
3737
host.os.type:windows and event.category:process and event.type:start and
3838
process.name.caseless:("ping.exe" or "tracert.exe" or "pathping.exe") and
39-
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")
39+
not process.args:("127.0.0.1" or "0.0.0.0" or "localhost" or "::1")
4040
'''
4141

4242
[[rule.threat]]

0 commit comments

Comments
 (0)