Scheduled Task Initiation on Remote Endpoint - Update Analytics
Badoodish opened this issue · 2 comments
Badoodish commented
One of the current filters: Processes.process=*/s*
creates false positives because it matches on the /sc
switch/argument for the schtasks.exe binary.
Recommend adding a space character like so: Processes.process=*/s *
patel-bhavin commented
Thank you @Badoodish : We have fixed this SPL and will ship an updated version shortly! appreciate the details in here.
patel-bhavin commented
shipped in 4.37.0! Thank you!