We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99d3d28 commit 1d2e689Copy full SHA for 1d2e689
detections/endpoint/suspicious_copy_on_system32.yml
@@ -33,10 +33,10 @@ search:
33
`process_copy`
34
Processes.process IN(
35
"* \"C:\\Windows\\System32\\*",
36
- "* 'C:\\Windows\\System32\\*",
+ "* \'C:\\Windows\\System32\\*",
37
"* C:\\Windows\\System32\\*",
38
"* \"C:\\Windows\\SysWow64\\*"
39
- "* 'C:\\Windows\\SysWow64\\*"
+ "* \'C:\\Windows\\SysWow64\\*"
40
"* C:\\Windows\\SysWow64\\*"
41
)
42
by Processes.action Processes.dest Processes.original_file_name
0 commit comments