SV-272366r1124033_rule
V-272366
SRG-APP-000001-DNS-000001
BIND-9X-001030
CAT II
10
Edit the "named.conf" file.
Add the "transfers-in" sub-statement to the "options" statement block.
The value of the "transfers-in" will be 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 the name server is configured to limit the total number of zones that can be requested at one time.
Inspect the "named.conf" file for the following:
options {
transfers-in 10;
};
If the "options" statement does not contain a "transfers-in" sub-statement, this is a finding.
V-272366
False
BIND-9X-001030
If this is not a secondary name server, this requirement is not applicable.
Verify the name server is configured to limit the total number of zones that can be requested at one time.
Inspect the "named.conf" file for the following:
options {
transfers-in 10;
};
If the "options" statement does not contain a "transfers-in" sub-statement, this is a finding.
M
5687