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\Wow6432Node\Microsoft\Internet Explorer*", "*\Software\Microsoft\Internet Explorer*")) and 
 (action_registry_key_name in ("*\Toolbar*", "*\Extensions*", "*\Explorer Bars*")) and 
 (not 
 ((action_registry_value_name = "(Empty)" or 
 action_registry_data = "(Empty)") or 
 (action_registry_key_name in ("*\Extensions\{2670000A-7350-4f3c-8081-5663EE0C6C49}*", "*\Extensions\{31D09BA0-12F5-4CCE-BE8A-2923E76605DA}*", "*\Extensions\{789FE86F-6FC4-46A1-9849-EDE0DB0C95CA}*", "*\Extensions\{A95fe080-8f5d-11d2-a20b-00aa003c157a}*")) or 
 (action_registry_key_name in ("*\Toolbar\ShellBrowser\ITBar7Layout", "*\Toolbar\ShowDiscussionButton", "*\Toolbar\Locked"))))))