Hi Everyone,
I have a problem with IPS and HTTPS Inspection on CheckPoint Firewall.
I implemented HTTPS Inspection and IPS for Internal traffic and everything seems to work fine (HTTPS traffic being inspected and IPS, Antivirus detect and block access to malicious files).
But when I tried to use git clone to download a malware test file from git hub, nothing happened and I still can successfully download this file.
➜ ~ git clone https://github.com/fire1ce/eicar-standard-antivirus-test-files.git
Cloning into 'eicar-standard-antivirus-test-files'...
remote: Enumerating objects: 42, done.
remote: Counting objects: 100% (13/13), done.
remote: Compressing objects: 100% (10/10), done.
remote: Total 42 (delta 4), reused 5 (delta 1), pack-reused 29
Receiving objects: 100% (42/42), 177.01 KiB | 280.00 KiB/s, done.
Resolving deltas: 100% (18/18), done.
➜ ~ ls | egrep eicar
eicar-standard-antivirus-test-files
HTTPS traffic is still inspected by the Firewall, but IPS and antivirus do not work. I tried downloading this file/folder directly from my browser but everything worked fine.
Does anyone have the same problem as me? Does anyone have any advice or suggestions on where I've misconfigured?
Thanks.