SV-272423r1123940_rule
V-272423
SRG-APP-000246-DNS-000035
BIND-9X-001740
CAT II
10
Configure the caching name server to accept recursive queries only from the IP addresses and address ranges of known supported clients.
Edit the "named.conf" file and add the following to the options statement:
allow-query {trustworthy_hosts;};
allow-recursion {trustworthy_hosts;};
Restart the BIND 9.x process.
This check is only applicable to caching name servers.
Verify the allow-query and allow-recursion phrases are properly configured.
Inspect the "named.conf" file for the following:
allow-query {trustworthy_hosts;};
allow-recursion {trustworthy_hosts;};
The name of the ACL does not need to be "trustworthy_hosts", but the name must match the ACL name defined earlier in "named.conf" for this purpose. If not, this is a finding.
Verify noninternal IP addresses do not appear in either the referenced ACL (e.g., trustworthy_hosts) or directly in the statements themselves.
If noninternal IP addresses appear, this is a finding.
V-272423
False
BIND-9X-001740
This check is only applicable to caching name servers.
Verify the allow-query and allow-recursion phrases are properly configured.
Inspect the "named.conf" file for the following:
allow-query {trustworthy_hosts;};
allow-recursion {trustworthy_hosts;};
The name of the ACL does not need to be "trustworthy_hosts", but the name must match the ACL name defined earlier in "named.conf" for this purpose. If not, this is a finding.
Verify noninternal IP addresses do not appear in either the referenced ACL (e.g., trustworthy_hosts) or directly in the statements themselves.
If noninternal IP addresses appear, this is a finding.
M
5687