config case_sensitive = false | preset=xdr_registry | filter (event_type = ENUM.REGISTRY and 
 event_sub_type = ENUM.REGISTRY_SET_VALUE) and 
 (agent_os_type = ENUM.AGENT_OS_WINDOWS and 
 ((action_registry_key_name contains "\Microsoft\Windows\CurrentVersion\WINEVT\Channels\" and 
 action_registry_key_name contains "\ChannelAccess" and 
 ((action_registry_value_name in ("*(A;;0x1;;;LA)*", "*(A;;0x1;;;SY)*", "*(A;;0x5;;;BA)*")) or 
 (action_registry_data in ("*(A;;0x1;;;LA)*", "*(A;;0x1;;;SY)*", "*(A;;0x5;;;BA)*")))) and 
 (not 
 (actor_process_image_path = "C:\Windows\servicing\TrustedInstaller.exe" or 
 (actor_process_image_path contains "C:\Windows\WinSxS\" and 
 actor_process_image_path contains "\TiWorker.exe")))))