SV-272365r1124031_rule
V-272365
SRG-APP-000001-DNS-000001
BIND-9X-001020
CAT II
10
Edit the "named.conf" file.
Add the "transfers-per-ns" sub-statement to the "options" statement block.
The value of the "transfers-per-ns" 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 secondary name server, this requirement is not applicable.
Verify that the secondary name server is configured to limit the number of zones requested from a single primary name server.
Inspect the "named.conf" file for the following:
options {
transfers-per-ns 2;
};
If the "options" statement does not contain a "transfers-per-ns" sub-statement, this is a finding.
If the transfers-per-ns value is greater than three, this is a finding.
V-272365
False
BIND-9X-001020
If this is not a secondary name server, this requirement is not applicable.
Verify that the secondary name server is configured to limit the number of zones requested from a single primary name server.
Inspect the "named.conf" file for the following:
options {
transfers-per-ns 2;
};
If the "options" statement does not contain a "transfers-per-ns" sub-statement, this is a finding.
If the transfers-per-ns value is greater than three, this is a finding.
M
5687