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 in ("*\SOFTWARE\Microsoft\Cryptography\Providers\*", "*\SOFTWARE\Microsoft\Cryptography\OID\EncodingType*", "*\SOFTWARE\WOW6432Node\Microsoft\Cryptography\Providers\*", "*\SOFTWARE\WOW6432Node\Microsoft\Cryptography\OID\EncodingType*")) and 
 (action_registry_key_name in ("*\Dll*", "*\$DLL*"))) and 
 (not 
 (((action_registry_value_name in ("WINTRUST.DLL", "mso.dll")) or 
 (action_registry_data in ("WINTRUST.DLL", "mso.dll"))) or 
 (actor_process_image_path = "C:\Windows\System32\poqexec.exe" and 
 action_registry_key_name contains "\CryptSIPDll" and 
 (action_registry_value_name = "C:\Windows\System32\PsfSip.dll" or 
 action_registry_data = "C:\Windows\System32\PsfSip.dll"))))))