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 "\System\CurrentControlSet\Services\WinSock2\Parameters" and 
 (action_registry_key_name in ("*\Protocol_Catalog9\Catalog_Entries*", "*\NameSpace_Catalog5\Catalog_Entries*")) and 
 (not 
 ((action_registry_value_name = "(Empty)" or 
 action_registry_data = "(Empty)") or 
 actor_process_image_path = "C:\Windows\System32\MsiExec.exe" or 
 actor_process_image_path = "C:\Windows\syswow64\MsiExec.exe"))))