1. Home
  2. Security Hardening
  3. DISA Bind 9.x STIG V2R2
  4. BIND-9X-001053 – The BIND 9.x server implementation must be configured to use only approved ports and protocols.

BIND-9X-001053 – The BIND 9.x server implementation must be configured to use only approved ports and protocols.

Details

In order to prevent unauthorized connection of devices, unauthorized transfer of information, or unauthorized tunneling (i.e., embedding of data types within data types), organizations must disable or restrict unused or unnecessary physical and logical ports/protocols on information systems.

Applications are capable of providing a wide variety of functions and services. Some of the functions and services provided by default may not be necessary to support essential organizational operations.

To support the requirements and principles of least functionality, the application must support the organizational requirements by providing only essential capabilities and limiting the use of ports, protocols, and/or services.

Solution

Edit the ‘named.conf’ file.

Add the following line to the ‘options’ statement:

listen-on port 53 { ; };

Replace ‘‘ with the IP of the name server.

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

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles