SV-239871r665899_rule
V-239871
SRG-NET-000364-FW-000042
CASA-FW-000290
CAT II
10
Configure the firewall with an egress filter or uRPF on all internal interfaces to restrict the firewall from accepting any outbound packet that contains an illegitimate address in the source field.
URF Example:
ip verify reverse-path interface INSIDE
ACL Example:
Step 1: Configure an object group containing the allowed subnets as shown in the example below.
ASA(config)# object-group network LAN_SUBNETS
ASA(config-network-object-group)# network-object 10.1.10.0 255.255.255.0
ASA(config-network-object-group)# network-object 10.1.12.0 255.255.255.0
ASA(config-network-object-group)# network-object 10.1.13.0 255.255.255.0
ASA(config-network-object-group)# network-object 10.1.22.0 255.255.255.0
ASA(config-network-object-group)# exit
Step 2: Configure the ACL.
ASA(config)# access-list INSIDE_IN permit ip object-group LAN_SUBNETS any
ASA(config)# access-list INSIDE_IN deny ip any any
Note: Traffic that is permitted must be in compliance with the PPSM.
Step 3: Apply the ACL inbound on the inside interface.
ASA(config)# access-group INSIDE_IN in interface INSIDE
Review the firewall configuration to verify uRPF or an egress filter has been configured on all internal interfaces to restrict the firewall from accepting outbound packets that contain an illegitimate address in the source address field.
URF Example:
ip verify reverse-path interface INSIDE
ACL Example:
Step 1: Verify that an ACL has been applied inbound on the inside interfaces as shown in the example below.
access-group INSIDE_IN in interface INSIDE
Step 2: Verify that the ACL only allows packets from legitimate internal source addresses.
object-group network LAN_SUBNETS
network-object 10.1.10.0 255.255.255.0
network-object 10.1.12.0 255.255.255.0
network-object 10.1.13.0 255.255.255.0
network-object 10.1.22.0 255.255.255.0
…
…
…
access-list INSIDE_IN extended permit ip object-group LAN_SUBNETS any
access-list INSIDE_IN extended deny ip any any
Note: Traffic that is permitted must be in compliance with the PPSM.
If uRPF or an egress ACL to restrict the firewall from accepting outbound IP packets that contain an illegitimate address in the source address field has not been configured on all internal interfaces, this is a finding.
V-239871
False
CASA-FW-000290
Review the firewall configuration to verify uRPF or an egress filter has been configured on all internal interfaces to restrict the firewall from accepting outbound packets that contain an illegitimate address in the source address field.
URF Example:
ip verify reverse-path interface INSIDE
ACL Example:
Step 1: Verify that an ACL has been applied inbound on the inside interfaces as shown in the example below.
access-group INSIDE_IN in interface INSIDE
Step 2: Verify that the ACL only allows packets from legitimate internal source addresses.
object-group network LAN_SUBNETS
network-object 10.1.10.0 255.255.255.0
network-object 10.1.12.0 255.255.255.0
network-object 10.1.13.0 255.255.255.0
network-object 10.1.22.0 255.255.255.0
…
…
…
access-list INSIDE_IN extended permit ip object-group LAN_SUBNETS any
access-list INSIDE_IN extended deny ip any any
Note: Traffic that is permitted must be in compliance with the PPSM.
If uRPF or an egress ACL to restrict the firewall from accepting outbound IP packets that contain an illegitimate address in the source address field has not been configured on all internal interfaces, this is a finding.
M
5339