Skip to content

Commit 3e0ba33

Browse files
authored
[Rule Tuning] Remote Execution via File Shares (elastic#4448)
1 parent 8024191 commit 3e0ba33

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

rules/windows/lateral_movement_execution_via_file_shares_sequence.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
creation_date = "2020/11/03"
33
integration = ["endpoint"]
44
maturity = "production"
5-
updated_date = "2025/02/03"
5+
updated_date = "2025/02/05"
66

77
[transform]
88
[[transform.osquery]]
@@ -116,7 +116,8 @@ sequence with maxspan=1m
116116
/* Veeam related processes */
117117
(
118118
process.name : (
119-
"VeeamGuestHelper.exe", "VeeamGuestIndexer.exe", "VeeamAgent.exe", "VeeamLogShipper.exe", "Veeam.VSS.Sharepoint20??.exe"
119+
"VeeamGuestHelper.exe", "VeeamGuestIndexer.exe", "VeeamAgent.exe", "VeeamLogShipper.exe",
120+
"Veeam.VSS.Sharepoint20??.exe", "OracleProxy.exe", "Veeam.SQL.Service", "VeeamDeploymentSvc.exe"
120121
) and process.code_signature.trusted == true and process.code_signature.subject_name : "Veeam Software Group GmbH"
121122
) or
122123
/* PDQ related processes */
@@ -128,7 +129,7 @@ sequence with maxspan=1m
128129
) or
129130
/* CrowdStrike related processes */
130131
(
131-
(process.executable : "?:\\Windows\\System32\\drivers\\CrowdStrike\\*-WindowsSensor.*.exe" and
132+
(process.executable : "?:\\Windows\\System32\\drivers\\CrowdStrike\\*Sensor*.exe" and
132133
process.code_signature.trusted == true and process.code_signature.subject_name : "CrowdStrike, Inc.") or
133134
(process.executable : "?:\\Windows\\System32\\drivers\\CrowdStrike\\*-CsInstallerService.exe" and
134135
process.code_signature.trusted == true and process.code_signature.subject_name : "Microsoft Windows Hardware Compatibility Publisher")

0 commit comments

Comments
 (0)