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 
 ((((action_process_image_path contains ":\Users\" and 
 action_process_image_path contains "\AppData\Local\packages\KaliLinux") or 
 (action_process_image_path contains ":\Users\" and 
 action_process_image_path contains "\AppData\Local\Microsoft\WindowsApps\kali.exe")) or 
 (action_process_image_path contains ":\Program Files\WindowsApps\KaliLinux." and 
 action_process_image_path contains "\kali.exe")) or 
 (((actor_process_image_path in ("*\wsl.exe", "*\wslhost.exe")) and 
 ((action_process_image_path in ("*\kali.exe*", "*\KaliLinux*")) or 
 (action_process_image_command_line in ("*Kali.exe*", "*Kali-linux*", "*kalilinux*")))) and 
 (not 
 (action_process_image_command_line in ("* -i *", "* --install *", "* --unregister *"))))))