Skip to content

Commit 5ce195a

Browse files
committed
Update lateral_movement_remote_file_copy_hidden_share.toml
1 parent 6d08ba3 commit 5ce195a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

rules/windows/lateral_movement_remote_file_copy_hidden_share.toml

Lines changed: 4 additions & 4 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/03/20"
5+
updated_date = "2025/12/11"
66

77
[rule]
88
author = ["Elastic"]
@@ -82,9 +82,9 @@ timestamp_override = "event.ingested"
8282
type = "eql"
8383

8484
query = '''
85-
process where host.os.type == "windows" and event.type == "start" and
86-
process.name : ("cmd.exe", "powershell.exe", "xcopy.exe", "pwsh.exe", "powershell_ise.exe") and
87-
process.command_line : "*\\\\*\\*$*" and process.command_line : ("*copy*", "*move*", "* cp *", "* mv *")
85+
process where host.os.type == "windows" and event.type == "start" and user.id != "S-1-5-18" and
86+
process.name : ("cmd.exe", "powershell.exe") and
87+
process.command_line : "*\\\\*\\*$*" and process.command_line : ("* copy*", "* move*", "* cp *", "* mv *")
8888
'''
8989

9090

0 commit comments

Comments
 (0)