Rule ID
SV-272433r1123612_rule
Version
V3R2
CCIs
CCI-001348
DNS software administrators require DNS transaction logs for a wide variety of reasons including troubleshooting, intrusion detection, and forensics. Ensuring that the DNS transaction logs are recorded on the local system will provide the capability needed to support these actions. Sending DNS transaction data to the null channel would cause a loss of important data.
Verify that the BIND 9.x server is not configured to send audit logs to the null channel.
Inspect the "named.conf" file for the following:
category null { null; }
If there is a category defined to send audit logs to the "null" channel, this is a finding.Edit the "named.conf" file.
Remove any instance of the following:
category null { null; };
Restart the BIND 9.x process.