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 "\sqlservr.exe" and 
 (action_process_image_path in ("*\bash.exe", "*\bitsadmin.exe", "*\cmd.exe", "*\netstat.exe", "*\nltest.exe", "*\ping.exe", "*\powershell.exe", "*\pwsh.exe", "*\regsvr32.exe", "*\rundll32.exe", "*\sh.exe", "*\systeminfo.exe", "*\tasklist.exe", "*\wsl.exe"))) and 
 (not 
 (actor_process_image_path contains "C:\Program Files\Microsoft SQL Server\" and 
 actor_process_image_path contains "DATEV_DBENGINE\MSSQL\Binn\sqlservr.exe" and 
 action_process_image_path = "C:\Windows\System32\cmd.exe" and 
 action_process_image_command_line contains "\"C:\Windows\system32\cmd.exe\" "))))