This rule ensures VPC security groups limit ingress access on specified ports from specific IP ranges.
Rule | VPC security groups should restrict ingress access on ports 20, 21, 22, 3306, 3389, 4333 from 0.0.0.0/0 |
Framework | NIST 800-53 Revision 4 |
Severity | ✔ High |
Rule Description:
This rule enforces that the ingress access to specific ports (20, 21, 22, 3306, 3389, and 4333) on a VPC security group should be restricted from the entire IP range (0.0.0.0/0). The purpose of this rule is to enhance the security of the VPC by limiting access to only necessary ports from trusted sources.
Troubleshooting Steps (if applicable):
Necessary Codes (if applicable):
No additional codes are needed for this rule.
Remediation Steps:
Note: It is recommended to limit access only to necessary IP ranges and security groups to enhance the security of the VPC. Ensure that you have a backup plan in case access restrictions cause any operational issues.