Skip to content

Commit 1d2e689

Browse files
committed
Update suspicious_copy_on_system32.yml
1 parent 99d3d28 commit 1d2e689

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

detections/endpoint/suspicious_copy_on_system32.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ search:
3333
`process_copy`
3434
Processes.process IN(
3535
"* \"C:\\Windows\\System32\\*",
36-
"* 'C:\\Windows\\System32\\*",
36+
"* \'C:\\Windows\\System32\\*",
3737
"* C:\\Windows\\System32\\*",
3838
"* \"C:\\Windows\\SysWow64\\*"
39-
"* 'C:\\Windows\\SysWow64\\*"
39+
"* \'C:\\Windows\\SysWow64\\*"
4040
"* C:\\Windows\\SysWow64\\*"
4141
)
4242
by Processes.action Processes.dest Processes.original_file_name

0 commit comments

Comments
 (0)