SV-207585r612253_rule
V-207585
SRG-APP-000516-DNS-000093
BIND-9X-001402
CAT II
10
Edit the "named.conf" file.
Configure the internal view statement to limit use authorized internal hosts:
view "internal" {
match-clients { <ip_address> | <address_match_list>; };
};
Remove any IP address that is assigned to an external host from the internal view statement.
Restart the BIND 9.x process.
If the BIND 9.x name server is not configured for split DNS, this is Not Applicable.
Verify that the BIND 9.x server is configured to use the "match-clients" sub statement to limit the reach of the internal view from the external view.
Inspect the "named.conf" file for the following:
view "internal" {
match-clients { <ip_address> | <address_match_list>; };
};
If the "match-clients" sub statement is missing for the internal view, this is a finding.
If the "match-clients" sub statement for the internal view does not limit the view to authorized hosts, this is a finding.
If any of the IP addresses defined for the "match-clients" sub statement in the internal view are assigned to external hosts, this is a finding.
V-207585
False
BIND-9X-001402
If the BIND 9.x name server is not configured for split DNS, this is Not Applicable.
Verify that the BIND 9.x server is configured to use the "match-clients" sub statement to limit the reach of the internal view from the external view.
Inspect the "named.conf" file for the following:
view "internal" {
match-clients { <ip_address> | <address_match_list>; };
};
If the "match-clients" sub statement is missing for the internal view, this is a finding.
If the "match-clients" sub statement for the internal view does not limit the view to authorized hosts, this is a finding.
If any of the IP addresses defined for the "match-clients" sub statement in the internal view are assigned to external hosts, this is a finding.
M
2926