Check: BIND-9X-001750
BIND 9.x STIG:
BIND-9X-001750
(in version v3 r1)
Title
A BIND 9.x server implementation must manage excess capacity, bandwidth, or other redundancy to limit the effects of information flooding types of denial-of-service (DoS) attacks. (Cat II impact)
Discussion
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. A DoS attack against the DNS infrastructure has the potential to cause a DoS to all network users. As the DNS is a distributed backbone service of the internet, various forms of amplification attacks resulting in DoS, while using the DNS, are still prevalent on the internet today. Some potential DoS flooding attacks against the DNS include malformed packet flood, spoofed source addresses, and distributed DoS. Without the DNS, users and systems would not have the ability to perform simple name to IP resolution. Configuring the DNS implementation to defend against cache poisoning, employing increased capacity and bandwidth, building redundancy into the DNS architecture, using DNSSEC, limiting and securing recursive services, DNS black holes, etc., may reduce the susceptibility to some flooding types of DoS attacks.
Check Content
If this is a recursive name server, this is not applicable. Excessive, almost-identical UDP responses can be controlled by configuring a rate-limit clause in an options or view statement. This mechanism keeps authoritative BIND 9 from being used to amplify reflection denial-of-service (DoS) attacks. Inspect the "named.conf" file for the following: options { ... rate-limit { responses-per-second <integer>; window <integer>; }; If the rate-limit sub-statements are missing, this is a finding.
Fix Text
Configure the authoritative name server to prohibit recursion. Edit the "named.conf" file and add the following sub-statements to the options statement: options { rate-limit { responses-per-second <integer>; window <integer>; }; Restart the BIND 9.x process.
Additional Identifiers
Rule ID: SV-272424r1124066_rule
Vulnerability ID: V-272424
Group Title: SRG-APP-000247-DNS-000036
Expert Comments
CCIs
| Number | Definition |
|---|---|
| CCI-001095 |
Manage capacity, bandwidth, or other redundancy to limit the effects of information flooding types of denial-of-service attacks. |
Controls
| Number | Title |
|---|---|
| SC-5(2) |
Capacity, Bandwidth, and Redundancy |