diff --git a/en/aws/ec2/open-smtp.md b/en/aws/ec2/open-smtp.md index 8c3b2f65b..96f632b4e 100644 --- a/en/aws/ec2/open-smtp.md +++ b/en/aws/ec2/open-smtp.md @@ -15,16 +15,16 @@ | **Recommended Action** | Restrict TCP port 25 to known IP addresses | ## Detailed Remediation Steps -1. Log into the AWS Management Console. +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". Verify the value for "Source" column for "SMTP" under "Type" for port 25 and if any rule have value set to "0.0.0.0/0" or "::/0 " then the selected "Security Group" has "TCP" port for "SMTP" 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 of "TCP" port 25 for "SMTP" to specific ip address.
-8. Scroll down the page and select the "Inbound" and click on the "Edit" button.
+5. Scroll down the bottom panel and choose "Inbound rules". Verify the value for "Source" column for "SMTP" under "Type" for port 25 and if any rule have value set to "0.0.0.0/0" or "::/0 " then the selected "Security Group" has "TCP" port for "SMTP" 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 "TCP" port 25 for "SMTP" 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 "SMTP" inbound traffic only from specific IP address.
+10. In the "Edit inbound rules" tab select the "MyIP" from the "Source" column to allow "SMTP" 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 "SMTP" and specify static IP/Elastic IP address along with "Description" for the "Security Group" rule.
-12. Click on the "Save" button to make the necessary changes.
-13. Repeat steps number 7 - 12 to restrict TCP port 25 for "SMTP" to known IP address.
+12. Click on the "Save rules" button to make the necessary changes.
+13. Repeat step number 7 - 12 to restrict TCP port 25 for "SMTP" to known IP address.
diff --git a/resources/aws/ec2/open-smtp/step10.png b/resources/aws/ec2/open-smtp/step10.png index 2ab0f87fe..60f078a45 100644 Binary files a/resources/aws/ec2/open-smtp/step10.png and b/resources/aws/ec2/open-smtp/step10.png differ diff --git a/resources/aws/ec2/open-smtp/step11.png b/resources/aws/ec2/open-smtp/step11.png index 0542952b1..edc407bb1 100644 Binary files a/resources/aws/ec2/open-smtp/step11.png and b/resources/aws/ec2/open-smtp/step11.png differ diff --git a/resources/aws/ec2/open-smtp/step12.png b/resources/aws/ec2/open-smtp/step12.png index 366c96232..30a271aac 100644 Binary files a/resources/aws/ec2/open-smtp/step12.png and b/resources/aws/ec2/open-smtp/step12.png differ diff --git a/resources/aws/ec2/open-smtp/step2.png b/resources/aws/ec2/open-smtp/step2.png index 2343198f3..a741a67a8 100644 Binary files a/resources/aws/ec2/open-smtp/step2.png and b/resources/aws/ec2/open-smtp/step2.png differ diff --git a/resources/aws/ec2/open-smtp/step3.png b/resources/aws/ec2/open-smtp/step3.png index 93f831769..282e8bbac 100644 Binary files a/resources/aws/ec2/open-smtp/step3.png and b/resources/aws/ec2/open-smtp/step3.png differ diff --git a/resources/aws/ec2/open-smtp/step4.png b/resources/aws/ec2/open-smtp/step4.png index ff783e3eb..e31e5c929 100644 Binary files a/resources/aws/ec2/open-smtp/step4.png and b/resources/aws/ec2/open-smtp/step4.png differ diff --git a/resources/aws/ec2/open-smtp/step5.png b/resources/aws/ec2/open-smtp/step5.png index bd6bc1df0..0c0e0ee0c 100644 Binary files a/resources/aws/ec2/open-smtp/step5.png and b/resources/aws/ec2/open-smtp/step5.png differ diff --git a/resources/aws/ec2/open-smtp/step7.png b/resources/aws/ec2/open-smtp/step7.png index 6d6569036..d7891d098 100644 Binary files a/resources/aws/ec2/open-smtp/step7.png and b/resources/aws/ec2/open-smtp/step7.png differ diff --git a/resources/aws/ec2/open-smtp/step8.png b/resources/aws/ec2/open-smtp/step8.png index 324112f93..7da25e208 100644 Binary files a/resources/aws/ec2/open-smtp/step8.png and b/resources/aws/ec2/open-smtp/step8.png differ diff --git a/resources/aws/ec2/open-smtp/step9.png b/resources/aws/ec2/open-smtp/step9.png index b7b3d0c6e..74e0ecd7e 100644 Binary files a/resources/aws/ec2/open-smtp/step9.png and b/resources/aws/ec2/open-smtp/step9.png differ