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 "\SOFTWARE\Microsoft\NetSh" and 
 (action_registry_value_name contains ".dll" or 
 action_registry_data contains ".dll")) and 
 (not 
 (actor_process_image_path = "C:\Windows\System32\poqexec.exe" and 
 ((action_registry_value_name in ("ipmontr.dll", "iasmontr.dll", "ippromon.dll")) or 
 (action_registry_data in ("ipmontr.dll", "iasmontr.dll", "ippromon.dll")))))))