Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 2.68 KB

open-all-ports-protocols.md

File metadata and controls

29 lines (25 loc) · 2.68 KB

CloudSploit

AWS / EC2 / Open All Ports Protocols

Quick Info

Plugin Title Open All Ports Protocols
Cloud AWS
Category EC2
Description Determine if security group has all ports or protocols open to the public
More Info Security groups should be created on a per-service basis and avoid allowing all ports or protocols.
AWS Link http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/authorizing-access-to-an-instance.html
Recommended Action Modify the security group to specify a specific port and protocol to allow.

Detailed Remediation Steps

  1. Log into the AWS Management Console.
  2. Select the "Services" option and search for EC2.
  3. Scroll down the left navigation panel and choose "Security Group" under "Network & Security".
  4. Select the "EC2 Security Group" that needs to be verified.
  5. Scroll down the bottom panel and choose "Inbound". Verify the value for "Source" column and if any rule have value set to "0.0.0.0/0" or "::/0 " then the selected "Security Group" has one or many ports open to the public.
  6. Repeat steps number 2 - 5 to verify other "Security Groups" in the selected AWS region.
  7. Navigate to "Security Groups" under "Network & Security" and select the "Security Group" that needs to modify to restrict the access to specific ip address.
  8. Scroll down the "Security Group" page and select the "Inbound" and click on the "Edit" button.
  9. In the "Edit inbound rules" tab select the "MyIP" from the "Source" column to allow inbound traffic only from specific IP address.
  10. In the "Edit inbound rules" tab select the "Custom" from the "Source" column as per the requirements and specify the "static IP" address of the permitted host along with "Description" for the "Security Group" rule.
  11. Click on the "Save" button to make the necessary changes.
  12. Repeat steps number 7 - 11 to modify the security group to specify a specific port and protocol to allow.