Information
The Domain Name System (DNS) is a hierarchical naming system that maps names to IP
addresses for computers, services and other resources connected to a network.
Rationale:
Unless a system is specifically designated to act as a DNS server, it is recommended that the
package be deleted to reduce the potential attack surface.
Solution
Run one of the following commands to disable named :
# chkconfig named off
# systemctl disable named
# update-rc.d named disable
Notes:
Additional methods of disabling a service exist. Consult your distribution documentation
for appropriate methods.