SV-239865r991797_rule
V-239865
SRG-NET-000364-FW-000031
CASA-FW-000230
CAT II
10
Step 1: Configure the ACL to allow specific inbound traffic.
ASA(config)# access-list OUTSIDE_2_DMZ extended permit tcp any host 10.1.33.2 eq www
ASA(config)# access-list OUTSIDE_2_DMZ extended permit tcp any host 10.1.33.2 eq https
ASA(config)# access-list OUTSIDE_2_DMZ extended permit tcp any host 10.1.33.3 eq ftp
ASA(config)# access-list OUTSIDE_2_DMZ extended permit tcp any host 10.1.33.3 eq ftp-data
ASA(config)# access-list OUTSIDE_2_DMZ extended deny ip any any log
Step 2: Apply the ACL inbound to the external interface.
ASA(config)# access-group OUTSIDE_2_DMZ in interface OUTSIDE
Review the ASA configuration to verify that it is filtering inbound traffic on all external interfaces.
access-list OUTSIDE_2_DMZ extended permit tcp any host 10.1.33.2 eq www
access-list OUTSIDE_2_DMZ extended permit tcp any host 10.1.33.2 eq https
access-list OUTSIDE_2_DMZ extended permit tcp any host 10.1.33.3 eq ftp
access-list OUTSIDE_2_DMZ extended permit tcp any host 10.1.33.3 eq ftp-data
access-list OUTSIDE_2_DMZ extended deny ip any any log
…
…
…
access-group OUTSIDE_2_DMZ in interface OUTSIDE
If the ASA is not configured to filter inbound traffic on all external interfaces, this is a finding.
V-239865
False
CASA-FW-000230
Review the ASA configuration to verify that it is filtering inbound traffic on all external interfaces.
access-list OUTSIDE_2_DMZ extended permit tcp any host 10.1.33.2 eq www
access-list OUTSIDE_2_DMZ extended permit tcp any host 10.1.33.2 eq https
access-list OUTSIDE_2_DMZ extended permit tcp any host 10.1.33.3 eq ftp
access-list OUTSIDE_2_DMZ extended permit tcp any host 10.1.33.3 eq ftp-data
access-list OUTSIDE_2_DMZ extended deny ip any any log
…
…
…
access-group OUTSIDE_2_DMZ in interface OUTSIDE
If the ASA is not configured to filter inbound traffic on all external interfaces, this is a finding.
M
5339