Hello Sirs,
I've received a requirement where the current network architecture consists of an external firewall, CoreSwitch, LAN DHCP, and various devices such as PCs, ESXi servers, and other servers. During vulnerability scanning, it was discovered that certain ports on the internal servers are potential attack targets.
To enhance security and compliance, I'm considering adding a SMB CheckPoint firewall to the network and enabling IPS functionality without disrupting the existing network architecture. I've thought about using CP's Bridge Mode for this purpose, but I have some questions.
In my proposed architecture, I plan to make ESXi and problematic servers part of the Bridge Mode setup. Would it be possible to control traffic rules using this CheckPoint firewall? For instance, can I set up rules to restrict specific IP traffic through this configuration?
such as :
Oracle Database Server Vulnerabilities (Port 0):
- Restrict access to this port to specific IPs that need access.
- Implement IP whitelisting for authorized connections.
PCI DSS Compliance: Detected Remote Access Software (Ports 139 and 445):
- Limit access to these ports to specific IP addresses (privileged computers) that require remote access.
- Utilize IP whitelisting to control access.
Oracle Database Vulnerabilities (Port 1521):
- Apply IP restrictions to limit connections to this port.
- Ensure that only relevant hosts (e.g., AP and CP) are allowed access.
PCI DSS Compliance: Detected Remote Access Software (Ports 21 and 22):
- Restrict access to these ports by specifying authorized IP addresses (privileged computers).
- Employ IP whitelisting to enforce the restriction.
Unsupported Linux Kernel Version Detected (Port 23):
- Implement IP-based access control to this port.
- Limit connections to privileged computers.
SSL/TLS Vulnerabilities (Ports 443 and 8081):
- Apply IP restrictions to these ports to allow access only to authorized IP addresses.
- Consider disabling older SSL/TLS versions and weak cipher suites if feasible for security
Does it work?
Thanks kindly support