This rule ensures VPC security groups restrict SSH access from 0.0.0.0/0.
Rule | VPC security groups should restrict ingress SSH access from 0.0.0.0/0 |
Framework | FedRAMP Low Revision 4 |
Severity | ✔ High |
Rule Description:
The VPC security groups should restrict ingress SSH access from the 0.0.0.0/0 IP address range for FedRAMP Low Revision 4 compliance. This rule ensures that the SSH (Secure Shell) access to the virtual private cloud (VPC) instances is only allowed from specific IP addresses, rather than allowing access from any source.
Troubleshooting Steps:
If SSH access from the 0.0.0.0/0 IP address range is allowed in the VPC security groups, it can pose a security risk and may lead to unauthorized access to the instances.
To troubleshoot this issue, follow these steps:
Remediation Steps:
To remediate this issue and ensure compliance with FedRAMP Low Revision 4, follow the step-by-step guide below:
Step 1: Identify the VPC Security Group(s) to Update
Step 2: Select the Security Group(s)
Step 3: Edit Security Group Rules
Step 4: Modify SSH Ingress Rule
Step 5: Save the Security Group Changes
Additional Notes:
Note: The above steps are specifically for AWS VPC security groups but similar concepts can be applied to other cloud providers' network security configurations.