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 "ControlSet" and 
 action_registry_key_name contains "\Services\") and 
 action_registry_key_name contains "\ImagePath" and 
 ((action_registry_value_name in ("*:\ProgramData\*", "*\AppData\Local\*", "*\AppData\Roaming\*")) or 
 (action_registry_data in ("*:\ProgramData\*", "*\AppData\Local\*", "*\AppData\Roaming\*")))) and 
 (not 
 ((action_registry_key_name in ("*\Services\WinDefend\*", "*\Services\MpKs*")) and 
 (action_registry_value_name contains "C:\ProgramData\Microsoft\Windows Defender\" or 
 action_registry_data contains "C:\ProgramData\Microsoft\Windows Defender\"))) and 
 (not 
 ((action_registry_key_name contains "\Services\ZoomCptService" and 
 (action_registry_value_name contains "C:\Program Files\Common Files\Zoom\Support\CptService.exe" or 
 action_registry_data contains "C:\Program Files\Common Files\Zoom\Support\CptService.exe")) or 
 (action_registry_key_name contains "\Services\MBAMInstallerService" and 
 ((action_registry_value_name contains "C:\Users\" and 
 action_registry_value_name contains "AppData\Local\Temp\MBAMInstallerService.exe") or 
 (action_registry_data contains "C:\Users\" and 
 action_registry_data contains "AppData\Local\Temp\MBAMInstallerService.exe")))))))