Trying to block download of specific file types using Content Awareness.
I have two rules in Content Awareness for this:
One that blocks downloads based on filename:
.*\.dmg$|.*\.rpm$|.*\.bat$
Another that blocks executables and archives:
![Screenshot 2024-11-27 155332.png Screenshot 2024-11-27 155332.png](https://community.checkpoint.com/t5/image/serverpage/image-id/28569i5822DCCAEF7E1CF2/image-size/large?v=v2&px=999)
Although I see that different file extensions are getting blocked, I can't see any .bat files getting blocked.
When I test using https://mytool.dev/code-editor/bat
I can always Download the .bat file.
I don't see anything in the SmartConsole logs.
I see that the site is getting HTTPS inspected.
Version is 81.20 Take 89
I have TLS1.3 inspection enabled and changed HI to Hold mode. The issue is still there.
I don't know how to go about troubleshooting this.