From BIND 9.x Security Technical Implementation Guide
Part of SRG-APP-000247-DNS-000036
Associated with: CCI-001095
A DoS is a condition when a resource is not available for legitimate users. When this occurs, the organization either cannot accomplish its mission or must operate at degraded capacity.
If this is a recursive name server, this is not applicable.
Note: A recursive name server should NOT be configured as an authoritative name server for any zone.
Verify that the BIND 9.x server is configured to prohibit recursion on authoritative name servers.
Inspect the "named.conf" file for the following:
options {
recursion no;
allow-query {none;};
};
If the "recursion" sub statement is missing, or set to "yes", this is a finding.
If the "allow-query" sub statement under the "options statement" is not set to "none", this is a finding.
Verify that an "allow-query" sub statement under each zone statement is configured to authorized hosts:
zone "example.com" {
type master;
file "db.example.com";
allow-query { (address_match_list |
Configure the authoritative name server to prohibit recursion. Edit the "named.conf" file and add the following sub statements to the options statement: recursion no; allow-query { none }; Configure each zone to limit queries to authorized hosts: Edit the "named.conf" file and add the following sub statement to each zone definition: allow-query { address_match_list; }; Restart the BIND 9.x process
Lavender hyperlinks in small type off to the right (of CSS
class id
, if you view the page source) point to
globally unique URIs for each document and item. Copy the
link location and paste anywhere you need to talk
unambiguously about these things.
You can obtain data about documents and items in other
formats. Simply provide an HTTP header Accept:
text/turtle
or
Accept: application/rdf+xml
.
Powered by sagemincer