-
Notifications
You must be signed in to change notification settings - Fork 16
/
data.yaml
52 lines (49 loc) · 2.33 KB
/
data.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
metadata:
id: 3d701761-f9b6-5c2d-ab99-928161d2ebbd
name: Ensure no Network ACLs allow ingress from 0.0.0.0/0 to remote server administration
ports
profile_applicability: '* Level 1'
description: |-
The Network Access Control List (NACL) function provide stateless filtering of ingress and egress network traffic to AWS resources.
It is recommended that no NACL allows unrestricted ingress access to remote server administration ports, such as SSH to port `22` and RDP to port `3389`.
rationale: |-
Public access to remote server administration ports, such as 22 and 3389, increases resource attack surface and unnecessarily raises the risk of resource compromise.
audit: |-
**From Console:**
Perform the following to determine if the account is configured as prescribed:
1. Login to the AWS Management Console at https://console.aws.amazon.com/vpc/home
2. In the left pane, click `Network ACLs`
3. For each network ACL, perform the following:
- Select the network ACL
- Click the `Inbound Rules` tab
- Ensure no rule exists that has a port range that includes port `22`, `3389`, or other remote server administration ports for your environment and has a `Source` of `0.0.0.0/0` and shows `ALLOW`
**Note:** A Port value of `ALL` or a port range such as `0-1024` are inclusive of port `22`, `3389`, and other remote server administration ports
remediation: |-
**From Console:**
Perform the following:
1. Login to the AWS Management Console at https://console.aws.amazon.com/vpc/home
2. In the left pane, click `Network ACLs`
3. For each network ACL to remediate, perform the following:
- Select the network ACL
- Click the `Inbound Rules` tab
- Click `Edit inbound rules`
- Either A) update the Source field to a range other than 0.0.0.0/0, or, B) Click `Delete` to remove the offending inbound rule
- Click `Save`
impact: ''
default_value: ''
references: |-
1. https://docs.aws.amazon.com/vpc/latest/userguide/vpc-network-acls.html
2. https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Security.html#VPC_Security_Comparison
section: Networking
version: '1.0'
tags:
- CIS
- AWS
- CIS 5.1
- Networking
benchmark:
name: CIS Amazon Web Services Foundations
version: v1.5.0
id: cis_aws
rule_number: '5.1'
posture_type: cspm