SV-272424r1124066_rule
V-272424
SRG-APP-000247-DNS-000036
BIND-9X-001750
CAT II
10
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.
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.
V-272424
False
BIND-9X-001750
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.
M
5687