diff --git a/en/aws/ec2/open-dns.md b/en/aws/ec2/open-dns.md index d94fc7a76..cf00d4ab2 100644 --- a/en/aws/ec2/open-dns.md +++ b/en/aws/ec2/open-dns.md @@ -9,6 +9,7 @@ | **Plugin Title** | Open DNS | | **Cloud** | AWS | | **Category** | EC2 | +| **Severity** | High | | **Description** | Determine if TCP or UDP port 53 for DNS 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 DNS should be restricted to known IP addresses. | | **AWS Link** | http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/authorizing-access-to-an-instance.html | diff --git a/en/aws/ec2/open-smtp.md b/en/aws/ec2/open-smtp.md index 96f632b4e..fabb24761 100644 --- a/en/aws/ec2/open-smtp.md +++ b/en/aws/ec2/open-smtp.md @@ -9,6 +9,7 @@ | **Plugin Title** | Open SMTP | | **Cloud** | AWS | | **Category** | EC2 | +| **Severity** | High | | **Description** | Determine if TCP port 25 for SMTP 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 SMTP should be restricted to known IP addresses. | | **AWS Link** | http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/authorizing-access-to-an-instance.html | diff --git a/en/aws/ec2/open-vnc-client.md b/en/aws/ec2/open-vnc-client.md index ec1f18bf4..ab2f54b73 100644 --- a/en/aws/ec2/open-vnc-client.md +++ b/en/aws/ec2/open-vnc-client.md @@ -9,6 +9,7 @@ | **Plugin Title** | Open VNC Client | | **Cloud** | AWS | | **Category** | EC2 | +| **Severity** | High | | **Description** | Determine if TCP port 5500 for VNC Client 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 VNC Client should be restricted to known IP addresses. | | **AWS Link** | http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/authorizing-access-to-an-instance.html |