1. Home
  2. Security Hardening
  3. DISA Bind 9.x STIG V2R2
  4. BIND-9X-001041 – The BIND 9.x server implementation must be configured with a channel to send audit records to a local file.

BIND-9X-001041 – The BIND 9.x server implementation must be configured with a channel to send audit records to a local file.

Details

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.

Solution

Edit the ‘named.conf’ file and add the following:

logging {
channel local_file_channel {
file ‘path_name’ versions 3;
print-time yes;
print-severity yes;
print-category yes;
};
category category_name { local_file_channel; };
};

Restart the BIND 9.x process.

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: Audit and Accountability.This control applies to the following type of system Unix.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles