|
24 | 24 | condition: > |
25 | 25 | create_file |
26 | 26 | and |
27 | | - ( |
28 | | - file.extension in ('.vbs', '.js', '.jar', '.exe', '.dll', '.com', '.ps1', '.hta', '.cmd', '.vbe') |
29 | | - or |
30 | | - (file.is_exec or file.is_dll) |
31 | | - ) |
| 27 | + ( |
| 28 | + file.extension in ('.vbs', '.js', '.jar', '.exe', '.dll', '.com', '.ps1', '.hta', '.cmd', '.vbe') |
| 29 | + or |
| 30 | + (file.is_exec or file.is_dll) |
| 31 | + ) |
32 | 32 | and |
33 | 33 | file.name imatches startup_locations |
34 | 34 | and |
35 | 35 | not |
36 | 36 | ps.exe imatches |
37 | | - ( |
38 | | - '?:\\Windows\\System32\\wuauclt.exe', |
39 | | - '?:\\Windows\\System32\\msiexec.exe', |
40 | | - '?:\\Windows\\SysWOW64\\msiexec.exe', |
41 | | - '?:\\Windows\\System32\\svchost.exe', |
42 | | - '?:\\ProgramData\\Microsoft\\Windows Defender\\Platform\\*.exe' |
43 | | - ) |
| 37 | + ( |
| 38 | + '?:\\Windows\\System32\\wuauclt.exe', |
| 39 | + '?:\\Windows\\System32\\msiexec.exe', |
| 40 | + '?:\\Windows\\SysWOW64\\msiexec.exe', |
| 41 | + '?:\\Windows\\System32\\svchost.exe', |
| 42 | + '?:\\ProgramData\\Microsoft\\Windows Defender\\Platform\\*.exe' |
| 43 | + ) |
44 | 44 | min-engine-version: 2.0.0 |
45 | 45 | - name: Unusual process modified the registry run key |
46 | 46 | description: | |
|
55 | 55 | and |
56 | 56 | not |
57 | 57 | ps.exe imatches |
58 | | - ( |
59 | | - '?:\\Windows\\System32\\svchost.exe', |
60 | | - '?:\\Windows\\SysWOW64\\msiexec.exe', |
61 | | - '?:\\Windows\\System32\\msiexec.exe', |
62 | | - '?:\\Windows\\System32\\drvinst.exe', |
63 | | - '?:\\Windows\\System32\\WinSAT.exe', |
64 | | - '?:\\Windows\\System32\\reg.exe', |
65 | | - '?:\\Windows\\regedit.exe', |
66 | | - '?:\\Windows\\SysWOW64\\reg.exe', |
67 | | - '?:\\Windows\\System32\\csrss.exe', |
68 | | - '?:\\Windows\\SysWOW64\\DriverStore\\*.exe', |
69 | | - '?:\\Windows\\System32\\DriverStore\\*.exe', |
70 | | - '?:\\Windows\\Installer\\*.exe', |
71 | | - '?:\\Windows\\explorer.exe', |
72 | | - '?:\\Windows\\IMECache\\*.exe', |
73 | | - '?:\\Windows\\System32\\sihost.exe', |
74 | | - '?:\\Windows\\SysWOW64\\prevhost.exe', |
75 | | - '?:\\Windows\\System32\\conhost.exe', |
76 | | - '?:\\Windows\\System32\\taskhostw.exe' |
77 | | - ) |
| 58 | + ( |
| 59 | + '?:\\Windows\\System32\\svchost.exe', |
| 60 | + '?:\\Windows\\SysWOW64\\msiexec.exe', |
| 61 | + '?:\\Windows\\System32\\msiexec.exe', |
| 62 | + '?:\\Windows\\System32\\drvinst.exe', |
| 63 | + '?:\\Windows\\System32\\WinSAT.exe', |
| 64 | + '?:\\Windows\\System32\\reg.exe', |
| 65 | + '?:\\Windows\\regedit.exe', |
| 66 | + '?:\\Windows\\SysWOW64\\reg.exe', |
| 67 | + '?:\\Windows\\System32\\csrss.exe', |
| 68 | + '?:\\Windows\\SysWOW64\\DriverStore\\*.exe', |
| 69 | + '?:\\Windows\\System32\\DriverStore\\*.exe', |
| 70 | + '?:\\Windows\\Installer\\*.exe', |
| 71 | + '?:\\Windows\\explorer.exe', |
| 72 | + '?:\\Windows\\IMECache\\*.exe', |
| 73 | + '?:\\Windows\\System32\\sihost.exe', |
| 74 | + '?:\\Windows\\SysWOW64\\prevhost.exe', |
| 75 | + '?:\\Windows\\System32\\conhost.exe', |
| 76 | + '?:\\Windows\\System32\\taskhostw.exe' |
| 77 | + ) |
78 | 78 | min-engine-version: 2.0.0 |
79 | 79 | - name: Network connection via startup folder executable or script |
80 | 80 | description: | |
|
0 commit comments