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 "\Control\Print\Monitors\" and 
 (action_registry_value_name contains ".dll" or 
 action_registry_data contains ".dll")) and 
 (not 
 ((actor_process_image_path = "C:\Windows\System32\spoolsv.exe" and 
 action_registry_key_name contains "\Control\Print\Monitors\CutePDF Writer Monitor v4.0\Driver" and 
 (action_registry_value_name = "cpwmon64_v40.dll" or 
 action_registry_data = "cpwmon64_v40.dll") and 
 (actor_effective_username in ("*AUTHORI*", "*AUTORI*"))) or 
 action_registry_key_name contains "\Control\Print\Monitors\MONVNC\Driver" or 
 (action_registry_key_name contains "Control\Print\Environments\" and 
 action_registry_key_name contains "\Drivers\" and 
 action_registry_key_name contains "\VNC Printer")))))