SV-272364r1124029_rule
V-272364
SRG-APP-000001-DNS-000001
BIND-9X-001010
CAT II
10
Edit the "named.conf" file.
Add the "transfers" sub-statement to each "server" statement block.
The value of the "transfers" option can be increased to a value no greater than three based on organizational requirements needed to support DNS operations.
Restart the BIND 9.x process.
If this is not a primary name server, this requirement is not applicable.
Verify that the name server is configured to limit the number of zone transfers from authorized secondary name servers.
Inspect the "named.conf" file for the following:
server <ip_address> {
transfers 2;
};
If each "server" statement does not contain a "transfers" sub-statement, this is a finding.
If the transfers value is greater than three, this is a finding.
V-272364
False
BIND-9X-001010
If this is not a primary name server, this requirement is not applicable.
Verify that the name server is configured to limit the number of zone transfers from authorized secondary name servers.
Inspect the "named.conf" file for the following:
server <ip_address> {
transfers 2;
};
If each "server" statement does not contain a "transfers" sub-statement, this is a finding.
If the transfers value is greater than three, this is a finding.
M
5687