It should be pointed out that these ‘Allow’ rules are just that: ALLOW
If one looks into D+ custom policy there are several resource names for which access rights can be established by application, i.e.:
run an executable
interprocess memory access
Windows / WinEvent hooks
process termination
device driver installation
Window messages
protected COM interfaces
protected registry keys
protected files folders
DNS / RPC client servies
physical memory
computer monitor
keyboard
For these resource names, there are three types of permission: ask, block and allow. If the applicatoin has the resource name blocked, then access right to that resource name is denied. IF the resource name is ‘ask’, then CIS will alert you to the specific resource being asked for. You can either allow, block, or treat the app with specific access rights.
If you are sked for permission to access a certain file or registry key, e.g., and you allow and remember this, it will put the name of that file (or registry key) into the exclusion list. Next time that file needs access, CIS will allow THAT file without asking you. A different file? You get asked as many times again and again until you say ‘remember this’. Now you ahve two files remembered. Same with all the other resource names.
If the applicartion has auto allow rules created: it doesn’t ask you and it doesn’t remember the specific accesses, it just allows them. The application is listed in the D+ rules, but the resource access names will have the ‘allow’ permission box checked.
Instead of Training Mode, you should consider more secure configurations, i. e…, Clean PC or Safe Mode. Your best security is using Paranoid mode. You really need to evaluate the differing degrees of rule-creation between the different Security Levels. In Safe mode, it does the same thing for ‘safe’ files. You need to review the fine print in the documentation to ascertain what are ‘safe’ files. The ‘fine print’ can be gleaned in the sandboxing process documentation.
There’s a subtle but notworhy distinction between the differnt modes.