More Info:

No AWS EC2 security group should allow unrestricted inbound access to TCP port 3389 (RDP).

Risk Level

Medium

Address

Security

Compliance Standards

CISAWS, CBP, SOC2, PCIDSS, HITRUST, AWSWAF, GDPR, NISTCSF, FedRAMP

Triage and Remediation

Remediation

To remediate the unrestricted RDP access issue in AWS, you can follow these steps:

  1. Login to the AWS Management Console.

  2. Navigate to the EC2 service.

  3. Select the EC2 instance(s) for which you want to restrict RDP access.

  4. Click on the “Security Groups” tab in the bottom pane.

  5. Select the security group(s) associated with the instance(s).

  6. Click on the “Inbound Rules” tab.

  7. Locate the rule that allows RDP access from any IP address (0.0.0.0/0).

  8. Click on the “Edit” button next to the rule.

  9. Change the source IP address to a specific IP address or range of IP addresses that are allowed to access RDP.

  10. Click on the “Save” button to apply the changes.

  11. Repeat these steps for all instances that have unrestricted RDP access.

By following these steps, you can remediate the unrestricted RDP access issue in AWS and restrict RDP access to specific IP addresses only.

Additional Reading: