config case_sensitive = false | preset=xdr_process | filter (event_type = ENUM.PROCESS and 
 event_sub_type = ENUM.PROCESS_START) and 
 (agent_os_type = ENUM.AGENT_OS_WINDOWS and 
 (((actor_process_image_path contains "\ManageEngine\ServiceDesk\" and 
 actor_process_image_path contains "\java.exe") and 
 (action_process_image_path in ("*\AppVLP.exe", "*\bash.exe", "*\bitsadmin.exe", "*\calc.exe", "*\certutil.exe", "*\cscript.exe", "*\curl.exe", "*\forfiles.exe", "*\mftrace.exe", "*\mshta.exe", "*\net.exe", "*\net1.exe", "*\notepad.exe", "*\powershell.exe", "*\pwsh.exe", "*\query.exe", "*\reg.exe", "*\schtasks.exe", "*\scrcons.exe", "*\sh.exe", "*\systeminfo.exe", "*\whoami.exe", "*\wmic.exe", "*\wscript.exe"))) and 
 (not 
 ((action_process_image_path in ("*\net.exe", "*\net1.exe")) and 
 action_process_image_command_line contains " stop"))))