STIGhubSTIGhub
STIGsSearchCompare

STIGhub

A free tool to search and browse the entire DISA STIG library. Saves up to 75% in security compliance research time.

Navigation

  • Browse STIGs
  • Search
  • Compare Versions

Resources

  • About
  • Release Notes
  • VPAT
  • DISA STIG Library
STIGs updated 3 hours ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to F5 BIG-IP TMOS Firewall Security Technical Implementation Guide

V-266259

CAT II (Medium)

The F5 BIG-IP appliance must be configured to restrict itself from accepting outbound packets that contain an illegitimate address in the source address field via an egress filter or by enabling Unicast Reverse Path Forwarding (uRPF).

Rule ID

SV-266259r1024876_rule

STIG

F5 BIG-IP TMOS Firewall Security Technical Implementation Guide

Version

V1R1

CCIs

CCI-000366

Discussion

A compromised host in an enclave can be used by a malicious platform to launch cyber attacks on third parties. This is a common practice in "botnets", which are a collection of compromised computers using malware to attack other computers or networks. Distributed denial-of-service (DDoS) attacks frequently leverage IP source address spoofing to send packets to multiple hosts that in turn will then send return traffic to the hosts with the IP addresses that were forged. This can generate significant amounts of traffic. Therefore, protection measures to counteract IP source address spoofing must be taken. When uRPF is enabled in strict mode, the packet must be received on the interface that the device would use to forward the return packet; thereby mitigating IP source address spoofing. F5 BIG-IP AFM Source checking: When source checking is enabled, the BIG-IP system verifies that the return path for an initial packet is through the same VLAN from which the packet originated. Note that the system only enables source checking if the global setting Auto Last Hop is disabled.

Check Content

From the BIG-IP GUI:
1. Network.
2. VLANs.
3. VLAN List.
4. <Name> of internal VLAN.
5. Verify that "Source Check" is enabled.
6. Verify that Auto Last Hop is set to "Disabled".

From the BIG-IP Console, type the following command(s):

tmsh list net vlan <Name> auto-lasthop

tmsh list net vlan <Name> source-checking

If the BIG-IP appliance is not configured to disable Auto Last Hop, this is a finding.

Fix Text

From the BIG-IP GUI:
1. Network.
2. VLANs.
3. VLAN List.
4. <Name> of internal VLAN.
5. Check the box next to "Source Check".
6. Set Auto Last Hop to "Disabled".

From the BIG-IP Console, type the following command(s):

tmsh modify net vlan <Name> auto-lasthop disabled
tmsh list net vlan <Name> source-checking enabled
tmsh save sys config