SV-239861r665904_rule
V-239861
SRG-NET-000205-FW-000040
CASA-FW-000170
CAT II
10
Step 1: Configure the ingress ACL similar to the example below.
ASA(config)# access-list OUTSIDE_IN extended permit tcp any any eq https
ASA(config)# access-list OUTSIDE_IN extended permit tcp any any eq http
ASA(config)# access-list OUTSIDE_IN extended permit tcp any any eq domain
ASA(config)# access-list OUTSIDE_IN extended permit tcp any any eq ftp
ASA(config)# access-list OUTSIDE_IN extended permit tcp any any eq ftp-data
ASA(config)# access-list OUTSIDE_IN extended permit udp any any eq sip
ASA(config)# access-list OUTSIDE_IN extended deny ip any any log
Step 2: Apply the ACL inbound on the external interface as shown in the example below.
ASA(config)# access-group OUTSIDE_IN in interface OUTSIDE
ASA(config)# end
Review the inbound ACL to verify the ports and services allowed are in accordance with the PPSM CAL.
Review the ASA configuration to determine if it only permits inbound traffic using authorized ports and services.
Step 1: Verify that an ingress ACL has been applied to the external interface as shown in the example below.
interface GigabitEthernet0/0
nameif OUTSIDE
security-level 0
ip address x.1.11.1 255.255.255.0
…
…
…
access-group OUTSIDE_IN in interface OUTSIDE
Step 2: Verify that the ingress ACL only allows inbound traffic in accordance with the PPSM CAL as shown in the example below.
access-list OUTSIDE_IN extended permit tcp any any eq www
access-list OUTSIDE_IN extended permit tcp any any eq https
access-list OUTSIDE_IN extended permit tcp any any eq domain
access-list OUTSIDE_IN extended permit tcp any any eq ftp
access-list OUTSIDE_IN extended permit tcp any any eq ftp-data
access-list OUTSIDE_IN extended permit udp any any eq sip
access-list OUTSIDE_IN extended deny ip any any log
If the ASA is not configured to only allow inbound traffic in accordance with the PPSM CAL, this is a finding.
V-239861
False
CASA-FW-000170
Review the inbound ACL to verify the ports and services allowed are in accordance with the PPSM CAL.
Review the ASA configuration to determine if it only permits inbound traffic using authorized ports and services.
Step 1: Verify that an ingress ACL has been applied to the external interface as shown in the example below.
interface GigabitEthernet0/0
nameif OUTSIDE
security-level 0
ip address x.1.11.1 255.255.255.0
…
…
…
access-group OUTSIDE_IN in interface OUTSIDE
Step 2: Verify that the ingress ACL only allows inbound traffic in accordance with the PPSM CAL as shown in the example below.
access-list OUTSIDE_IN extended permit tcp any any eq www
access-list OUTSIDE_IN extended permit tcp any any eq https
access-list OUTSIDE_IN extended permit tcp any any eq domain
access-list OUTSIDE_IN extended permit tcp any any eq ftp
access-list OUTSIDE_IN extended permit tcp any any eq ftp-data
access-list OUTSIDE_IN extended permit udp any any eq sip
access-list OUTSIDE_IN extended deny ip any any log
If the ASA is not configured to only allow inbound traffic in accordance with the PPSM CAL, this is a finding.
M
5339