Skip to content

Commit 46c4a80

Browse files
Samirbousw0rk3r
andauthored
[Tuning] Remote File Copy to a Hidden Share (#4494)
* Update lateral_movement_remote_file_copy_hidden_share.toml * Update lateral_movement_remote_file_copy_hidden_share.toml * Update lateral_movement_remote_file_copy_hidden_share.toml --------- Co-authored-by: Jonhnathan <[email protected]>
1 parent 7b15acf commit 46c4a80

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

rules/windows/lateral_movement_remote_file_copy_hidden_share.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
creation_date = "2020/11/04"
33
integration = ["endpoint", "windows", "system", "m365_defender", "sentinel_one_cloud_funnel", "crowdstrike"]
44
maturity = "production"
5-
updated_date = "2025/02/21"
5+
updated_date = "2025/02/25"
66
min_stack_version = "8.14.0"
77
min_stack_comments = "Breaking change at 8.14.0 for the Windows Integration."
88

@@ -50,11 +50,8 @@ type = "eql"
5050

5151
query = '''
5252
process where host.os.type == "windows" and event.type == "start" and
53-
(
54-
process.name : ("cmd.exe", "powershell.exe", "xcopy.exe") and
55-
process.args : ("copy*", "move*", "cp", "mv") or
56-
process.name : "robocopy.exe"
57-
) and process.args : "*\\\\*\\*$*"
53+
process.name : ("cmd.exe", "powershell.exe", "xcopy.exe", "pwsh.exe", "powershell_ise.exe") and
54+
process.command_line : "*\\\\*\\*$*" and process.command_line : ("*copy*", "*move*", "* cp *", "* mv *")
5855
'''
5956
note = """## Triage and analysis
6057

0 commit comments

Comments
 (0)