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 "\Microsoft\Windows\CurrentVersion\Explorer\RunMRU" and 
 (not 
 action_registry_key_name contains "\MRUList") and 
 (not 
 ((action_registry_value_name contains "ping" or 
 action_registry_data contains "ping") or 
 ((action_registry_value_name in ("%appdata%\1", "%localappdata%\1", "%public%\1", "%temp%\1", "calc\1", "dxdiag\1", "explorer\1", "gpedit.msc\1", "mmc\1", "notepad\1", "regedit\1", "services.msc\1", "winver\1")) or 
 (action_registry_data in ("%appdata%\1", "%localappdata%\1", "%public%\1", "%temp%\1", "calc\1", "dxdiag\1", "explorer\1", "gpedit.msc\1", "mmc\1", "notepad\1", "regedit\1", "services.msc\1", "winver\1")))))))