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\AMSI\Providers\*", "*\SOFTWARE\WOW6432Node\Microsoft\AMSI\Providers\*")) and 
 (not 
 (((actor_process_image_path in ("C:\Program Files\Avast Software\Avast\RegSvr.exe", "C:\Program Files\Avast Software\Avast\x86\RegSvr.exe")) and 
 action_registry_key_name contains "\{FB904E4E-D2C7-4C8D-8492-B620BB9896B1}") or 
 ((actor_process_image_path in ("C:\Program Files\AVG\Antivirus\RegSvr.exe", "C:\Program Files\AVG\Antivirus\x86\RegSvr.exe")) and 
 action_registry_key_name contains "\{FB904E4E-D2C7-4C8D-8492-B620BB9896B1}") or 
 (actor_process_image_path = "C:\Program Files\Avira\Endpoint Protection SDK\endpointprotection.exe" and 
 action_registry_key_name contains "\{00000001-3DCC-4B48-A82E-E2071FE58E05}")))))