SV-207591r612253_rule
V-207591
SRG-APP-000215-DNS-000003
BIND-9X-001510
CAT II
10
For an authoritative name server:
Configure each zone statement to allow transfers from authorized hosts:
allow-transfer { <ip_address_list>; };
Restart the BIND 9.x process.
For a secondary server:
Configure each zone to deny zone transfer requests:
allow-transfer { none; };
Restart the BIND 9.x process.
On an authoritative name sever, verify that each zone statement defined in the "named.conf" file contains an "allow-transfer" statement.
Inspect the "named.conf" file for the following:
zone example.com {
allow-transfer { <ip_address_list>; };
};
If there is not an "allow-transfer" statement for each zone defined, or the list contains IP addresses that are not authorized for that zone, this is a finding.
On a slave name server, verify that each zone statement defined in the "named.conf" file contains an "allow-transfer" statement.
Inspect the "named.conf" file for the following:
zone example.com {
allow-transfer { none; };
};
If there is not an "allow-transfer" statement, or the statement is not set to "none", this is a finding.
V-207591
False
BIND-9X-001510
On an authoritative name sever, verify that each zone statement defined in the "named.conf" file contains an "allow-transfer" statement.
Inspect the "named.conf" file for the following:
zone example.com {
allow-transfer { <ip_address_list>; };
};
If there is not an "allow-transfer" statement for each zone defined, or the list contains IP addresses that are not authorized for that zone, this is a finding.
On a slave name server, verify that each zone statement defined in the "named.conf" file contains an "allow-transfer" statement.
Inspect the "named.conf" file for the following:
zone example.com {
allow-transfer { none; };
};
If there is not an "allow-transfer" statement, or the statement is not set to "none", this is a finding.
M
2926