SV-272394r1156949_rule
V-272394
SRG-APP-000383-DNS-000047
BIND-9X-001380
CAT II
10
Configure the authoritative name server to prohibit recursion.
Edit the "named.conf" file and add the following sub-statements to the options statement:
recursion no;
Restart the BIND 9.x process.
If this is a recursive name server, this is not applicable.
Note: A recursive name server must NOT be configured as an authoritative name server for any zone.
Verify that the BIND 9.x server is configured to prohibit recursion on authoritative name servers.
Inspect the "named.conf" file for the following:
options {
recursion no;
allow-recursion {none;};
allow-query {none;};
};
If the "recursion" sub-statement is missing or set to "yes", this is a finding.
V-272394
False
BIND-9X-001380
If this is a recursive name server, this is not applicable.
Note: A recursive name server must NOT be configured as an authoritative name server for any zone.
Verify that the BIND 9.x server is configured to prohibit recursion on authoritative name servers.
Inspect the "named.conf" file for the following:
options {
recursion no;
allow-recursion {none;};
allow-query {none;};
};
If the "recursion" sub-statement is missing or set to "yes", this is a finding.
M
5687