The F5 BIG-IP DNS implementation must protect the authenticity of communications sessions for zone transfers.
Overview
| Finding ID | Version | Rule ID | IA Controls | Severity |
| V-265990 | F5BI-DN-300036 | SV-265990r1024864_rule | CCI-001184 | high |
| Description | ||||
| DNS is a fundamental network service that is prone to various attacks, such as cache poisoning and man-in-the middle attacks. If communication sessions are not provided appropriate validity protections, such as the employment of DNSSEC, the authenticity of the data cannot be guaranteed. | ||||
| STIG | Date | |||
| F5 BIG-IP TMOS DNS Security Technical Implementation Guide | 2024-09-09 | |||
Related Frameworks
3 paths across 3 frameworks
Related Frameworks
NIST 800-531 mapping
SC-23
1.00
- DISA · V1R1 · disa_xccdf · related
- DISA · 2025-01-23 · disa_cci_list · equivalent
NIST 800-1711 mapping
3.13.15
1.00
- DISA · V1R1 · disa_xccdf · related
- DISA · 2025-01-23 · disa_cci_list · equivalent
- NIST · Rev 2 (Feb 2020, errata Jan 2021) · nist_800_171_app_d · equivalent
CCI1 mapping
CCI-001184
1.00
- DISA · V1R1 · disa_xccdf · related
Details
Check Text (C-265990r1024864_chk)
If the BIG-IP is transferring zones from another non-BIG-IP DNS server perform the following.
From the BIG-IP GUI:
1. DNS.
2. Zones.
3. Click on the Zone Name.
4. Under the TSIG section verify a "Server Key" is selected.
From the BIG-IP Console, type the following commands:
tmsh list ltm dns zone <name> server-tsig-key
Note: Must return a value other than "none".
If the BIG-IP appliance is not configured to protect the authenticity of communications sessions for zone transfers, this is a finding.
Fix Text (F-69816r1024863_fix)
From the BIG-IP GUI:
1. DNS.
2. Zones.
3. Click on the Zone Name.
4. Under the TSIG section, select a "Server Key" from the drop-down menu.
5. Click "Update".
From the BIG-IP Console, type the following commands:
tmsh modify ltm dns zone <zone name> server-tsig-key <TSIG key name>
tmsh save sys config