While I was configuring CIS 2027 I was fiddling a bit with EDR (formerly HIPS) and noticed something, EDR in itself is too chatty and I don’t like using it. However, I noticed one part of it might be beneficial to use against ransomware as well as for hardening of security.
Protected Files will trigger EDR on modification, but not read. Protected Data however entirely blocks access even for just reading. Depending on needs, you can actually use EDR to further protect files that matter to you without making EDR too chatty and too annoying.
Containment blocks modifications, but doesn’t block reading of files as far as I know reading the documentation, meaning one can still read and send data to remote server. Protected Data setting also blocks that.
It would be smart to use Protected Data on browser profile folder for example. This way nothing unknown can even read your locally stored passwords or cookies.
This way you add additional layer of protection on top of Containment while not making CIS any more annoying as those scenarios most likely will never get triggered.