1. Home
  2. Security Hardening
  3. DISA Bind 9.x STIG V2R2
  4. BIND-9X-001050 – The BIND 9.x secondary name server must limit the number of zones requested from a single master name server.

BIND-9X-001050 – The BIND 9.x secondary name server must limit the number of zones requested from a single master name server.

Details

Limiting the number of concurrent sessions reduces the risk of Denial of Service (DoS) to the DNS implementation.

Name servers do not have direct user connections but accept client connections for queries. Original restriction on client connections should be high enough to prevent a self-imposed denial of service, after which the connections are monitored and fine-tuned to best meet the organization’s specific requirements.

Solution

Edit the ‘named.conf’ file.

Add the ‘transfers-per-ns’ sub statement to the ‘options’ statement block.

The value of the ‘transfers-per-ns’ option can be increased to a value greater than two based on organizational requirements needed to support DNS operations.

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: Access Control.This control applies to the following type of system Unix.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles