SV-272367r1123978_rule
V-272367
SRG-APP-000001-DNS-000115
BIND-9X-001040
CAT II
10
Edit the "named.conf" file.
Add the "transfers-out" sub-statement to the "options" statement block.
The value of the "transfers-out" will be based on organizational requirements needed to support DNS operations.
Restart the BIND 9.x process.
Verify the name server is configured to limit the number of concurrent client connections:
Inspect the "named.conf" file for the following:
options {
transfers-out 10;
};
If the "options" statement does not contain a "transfers-out" sub-statement, this is a finding.
V-272367
False
BIND-9X-001040
Verify the name server is configured to limit the number of concurrent client connections:
Inspect the "named.conf" file for the following:
options {
transfers-out 10;
};
If the "options" statement does not contain a "transfers-out" sub-statement, this is a finding.
M
5687