SV-207571r612253_rule
V-207571
SRG-APP-000176-DNS-000094
BIND-9X-001133
CAT I
10
Remove any ZSK private keys existing on the server other than the one corresponding to the active ZSK pair
If the server is in a classified network, this is Not Applicable.
Determine if the BIND 9.x server is configured to allow dynamic updates.
Review the "named.conf" file for any instance of the "allow-update" statement. The following example disables dynamic updates:
allow-update {none;};
If the BIND 9.x implementation is not configured to allow dynamic updates, verify with the SA that the ZSK private key is stored offline. If it is not, this is a finding.
If the BIND 9.x implementation is configured to allow dynamic updates, verify that the ZSK private key is the only key stored on the name server.
For each signed zone file, identify the ZSK "key id" number:
# cat <signed_zone_file> | grep -i "zsk"
ZSK; alg = ECDSAP256SHA256; key id = 22335
Using the ZSK "key id", verify that the only private key stored on the system matches the "key id"
Kexample.com.+008+22335.private
If any ZSK private keys exist on the server other than the one corresponding to the active ZSK pair, this is a finding.
V-207571
False
BIND-9X-001133
If the server is in a classified network, this is Not Applicable.
Determine if the BIND 9.x server is configured to allow dynamic updates.
Review the "named.conf" file for any instance of the "allow-update" statement. The following example disables dynamic updates:
allow-update {none;};
If the BIND 9.x implementation is not configured to allow dynamic updates, verify with the SA that the ZSK private key is stored offline. If it is not, this is a finding.
If the BIND 9.x implementation is configured to allow dynamic updates, verify that the ZSK private key is the only key stored on the name server.
For each signed zone file, identify the ZSK "key id" number:
# cat <signed_zone_file> | grep -i "zsk"
ZSK; alg = ECDSAP256SHA256; key id = 22335
Using the ZSK "key id", verify that the only private key stored on the system matches the "key id"
Kexample.com.+008+22335.private
If any ZSK private keys exist on the server other than the one corresponding to the active ZSK pair, this is a finding.
M
2926