Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 2.87 KB

open-netbios.md

File metadata and controls

31 lines (26 loc) · 2.87 KB

CloudSploit

AWS / EC2 / Open NetBIOS

Quick Info

Plugin Title Open NetBIOS
Cloud AWS
Category EC2
Description Determine if UDP port 137 or 138 for NetBIOS is open to the public
More Info While some ports such as HTTP and HTTPS are required to be open to the public to function properly, more sensitive services such as NetBIOS should be restricted to known IP addresses.
AWS Link http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/authorizing-access-to-an-instance.html
Recommended Action Restrict UDP ports 137 and 138 to known IP addresses

Detailed Remediation Steps

  1. Log in to 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 rules". Verify the value for "Source" column for "Custom UDP" under "Type" for port "137 or 138" and if any rule have value set to "0.0.0.0/0" or "::/0 " then the selected "Security Group" has "UDP" port for "NetBIOS" open to the public.
  6. Repeat step 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 be modified to restrict the access of "UDP" port "137 or 138" for "NetBIOS" to specific IP address.
  8. Scroll down the page and select the "Inbound rules" and click on the "Edit inbound rules" button to the right.
  9. In the "Edit inbound rules" tab select either the "MyIP" or "Custom" from the "Source" column.
  10. In the "Edit inbound rules" tab select the "MyIP" from the "Source" column to allow "NetBIOS" inbound traffic only from your IP address.
  11. In the "Edit inbound rules" tab select the "Custom" from the "Source" column as per the requirements for "NetBIOS" and specify static IP/Elastic IP address along with "Description" for the "Security Group" rule.
  12. Click on the "Save rules" button to make the necessary changes.
  13. Repeat step number 7 - 12 to restrict UDP port "137 or 138" for "NetBIOS".