SV-207558r612253_rule
V-207558
SRG-APP-000447-DNS-000068
BIND-9X-001060
CAT II
10
Enable DNSSEC validation on the name server.
Set the "dnssec-validation" sub statement in the global options block to "yes".
Set the “dnssec-enable” to “yes”.
Configure the "managed-keys" statement to use the root domains trust anchor.
Restart the BIND 9.x process.
If the server is not a caching name server, this is Not Applicable.
If the server is in a classified network, this is Not Applicable.
If the caching name server is only forwarding to the DISA ERS for query resolution and is not authoritative for any zones, DNSSEC awareness is not required since the ERS is validating.
Verify the server is configured to use DNSSEC validation for all DNS queries.
Inspect the "named.conf" file for the following:
options {
dnssec-validation yes;
dnssec-enable yes; (this requirement is enforced with BIND-9X-001200.
};
managed-keys { "." initial-key 257 3 8 "<root-trust-anchor-data>"; };
If "dnssec-enable" is not set to "yes" or is missing, this is a finding.
If "dnssec-validation" is not set to "yes" or is missing, this is a finding.
If the "managed-keys" statement is missing, this is a finding.
Note: The <root-trust-anchor-data> should be replaced with the actual trust anchor.
V-207558
False
BIND-9X-001060
If the server is not a caching name server, this is Not Applicable.
If the server is in a classified network, this is Not Applicable.
If the caching name server is only forwarding to the DISA ERS for query resolution and is not authoritative for any zones, DNSSEC awareness is not required since the ERS is validating.
Verify the server is configured to use DNSSEC validation for all DNS queries.
Inspect the "named.conf" file for the following:
options {
dnssec-validation yes;
dnssec-enable yes; (this requirement is enforced with BIND-9X-001200.
};
managed-keys { "." initial-key 257 3 8 "<root-trust-anchor-data>"; };
If "dnssec-enable" is not set to "yes" or is missing, this is a finding.
If "dnssec-validation" is not set to "yes" or is missing, this is a finding.
If the "managed-keys" statement is missing, this is a finding.
Note: The <root-trust-anchor-data> should be replaced with the actual trust anchor.
M
2926