SV-239866r991798_rule
V-239866
SRG-NET-000364-FW-000032
CASA-FW-000240
CAT II
10
Step 1: Configure the egress ACL similar to the example below.
ASA(config)# access-list INSIDE_2_OUT extended permit tcp any any eq https
ASA(config)# access-list INSIDE_2_OUT extended permit tcp any any eq http
ASA(config)# access-list INSIDE_2_OUT extended permit tcp any any eq domain
ASA(config)# access-list INSIDE_2_OUT extended permit tcp any any eq ftp
ASA(config)# access-list INSIDE_2_OUT extended permit tcp any any eq ftp-data
ASA(config)# access-list INSIDE_2_OUT extended permit tcp any host 10.1.22.3 eq ssh
ASA(config)# access-list INSIDE_2_OUT extended deny ip any any log
Step 2: Apply the ACL inbound on the internal interfaces as shown in the example below.
ASA(config)# access-group INSIDE_2_OUT in interface INSIDE
ASA(config)# end
Step 1: Verify that an ingress ACL has been applied to the internal interface as shown in the example below.
interface GigabitEthernet0/3
nameif INSIDE
security-level 100
ip address 10.1.11.1 255.255.255.0
…
…
…
access-group INSIDE_2_OUT in interface INSIDE
Step 2: Verify that the ACL only allows outbound traffic using authorized ports and services as shown in the example below.
access-list INSIDE_2_OUT extended permit tcp any any eq www
access-list INSIDE_2_OUT extended permit tcp any any eq https
access-list INSIDE_2_OUT extended permit tcp any any eq domain
access-list INSIDE_2_OUT extended permit tcp any any eq ftp
access-list INSIDE_2_OUT extended permit tcp any any eq ftp-data
access-list INSIDE_2_OUT extended permit tcp any host 10.1.22.3 eq ssh
access-list INSIDE_2_OUT extended deny ip any any log
If the ASA is not configured to filter outbound traffic on all internal interfaces, this is a finding.
V-239866
False
CASA-FW-000240
Step 1: Verify that an ingress ACL has been applied to the internal interface as shown in the example below.
interface GigabitEthernet0/3
nameif INSIDE
security-level 100
ip address 10.1.11.1 255.255.255.0
…
…
…
access-group INSIDE_2_OUT in interface INSIDE
Step 2: Verify that the ACL only allows outbound traffic using authorized ports and services as shown in the example below.
access-list INSIDE_2_OUT extended permit tcp any any eq www
access-list INSIDE_2_OUT extended permit tcp any any eq https
access-list INSIDE_2_OUT extended permit tcp any any eq domain
access-list INSIDE_2_OUT extended permit tcp any any eq ftp
access-list INSIDE_2_OUT extended permit tcp any any eq ftp-data
access-list INSIDE_2_OUT extended permit tcp any host 10.1.22.3 eq ssh
access-list INSIDE_2_OUT extended deny ip any any log
If the ASA is not configured to filter outbound traffic on all internal interfaces, this is a finding.
M
5339