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 "\explorer.exe" or 
 actor_process_command_line contains ".lnk") and 
 ((action_process_image_command_line in ("*                 *", "*\u0009*", "*\u000A*", "*\u0011*", "*\u0012*", "*\u0013*", "*\u000B*", "*\u000C*", "*\u000D*")) or 
 action_process_image_command_line ~= "\n\n\n\n\n\n")))