File tree 1 file changed +12
-5
lines changed
1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change 2
2
creation_date = " 2020/11/19"
3
3
integration = [" endpoint" ]
4
4
maturity = " production"
5
- updated_date = " 2025/03/20 "
5
+ updated_date = " 2025/04/07 "
6
6
7
7
[rule ]
8
8
author = [" Elastic" ]
@@ -101,10 +101,17 @@ process where host.os.type == "windows" and event.type == "start" and
101
101
"C:\\Windows\\Debug\\*",
102
102
"C:\\HP\\*") and
103
103
104
- not (process.name : "cmd.exe" and process.args : "?:\\*.bat" and process.working_directory : "?:\\Windows\\System32\\") and
105
- not (process.name : "cscript.exe" and process.args : "?:\\Windows\\system32\\calluxxprovider.vbs") and
106
- not (process.name : "powershell.exe" and process.args : ("-File", "-PSConsoleFile") and user.id : "S-1-5-18") and
107
- not (process.name : "msiexec.exe" and user.id : "S-1-5-18")
104
+ not (process.name : "cmd.exe" and process.args : "?:\\*.bat" and process.working_directory : "?:\\Windows\\System32\\") and
105
+ not (process.name : "cscript.exe" and process.args : "?:\\Windows\\system32\\calluxxprovider.vbs") and
106
+ not (
107
+ process.name : "powershell.exe" and
108
+ process.args : (
109
+ "-File", "-PSConsoleFile",
110
+ "C:\\ProgramData\\Microsoft\\AutopatchSetupScheduled\\SetupAutopatchClientV2Package.ps1",
111
+ "C:\\ProgramData\\Microsoft\\AutopatchSetupScheduled\\SetupAutopatchClientPackage.ps1"
112
+ ) and user.id : "S-1-5-18"
113
+ ) and
114
+ not (process.name : "msiexec.exe" and user.id : "S-1-5-18")
108
115
'''
109
116
110
117
You can’t perform that action at this time.
0 commit comments