Ensure VPC security groups restrict access on specified common ports to enhance network security.
Rule | VPC security groups should restrict ingress access on ports 20, 21, 22, 3306, 3389, 4333 from 0.0.0.0/0 |
Framework | Federal Financial Institutions Examination Council (FFIEC) |
Severity | ✔ High |
Rule Description:
The VPC security groups should restrict ingress access on ports 20, 21, 22, 3306, 3389, and 4333 from the 0.0.0.0/0 IP range for Federal Financial Institutions Examination Council (FFIEC) compliance. This ensures that only authorized entities can access the specified ports within the VPC.
Troubleshooting Steps:
Necessary Codes:
There are no specific codes required for this policy. However, you need to modify the inbound rules of the VPC security groups associated with the resources in your VPC.
Step-by-Step Guide for Remediation:
To restrict ingress access on ports 20, 21, 22, 3306, 3389, and 4333 from the 0.0.0.0/0 IP range for FFIEC compliance, follow these steps:
By following these steps, you can ensure that the VPC security groups restrict ingress access on ports 20, 21, 22, 3306, 3389, and 4333 from the 0.0.0.0/0 IP range for FFIEC compliance.