SV-272379r1124035_rule
V-272379
SRG-APP-000516-DNS-000091
BIND-9X-001220
CAT II
10
Edit the "named.conf" file.
Configure the internal and external view statements to use separate zone files.
Edit the internal and external zone files.
Configure the zone file to use RRs designated for internal or external use. The zone files must not share any RR.
If the BIND 9.x name server is not configured for split DNS, this is not applicable.
Verify that the BIND 9.x server is configured to use separate views and address space for internal and external DNS operations when operating in a split configuration.
Inspect the "named.conf" file for the following:
view "internal" {
match-clients { <ip_address> | <address_match_list> };
zone "example.com" {
type Primary;
file "internals.example.com";
};
};
view "external" {
match-clients { <ip_address> | <address_match_list> };
zone "example.com" {
type Primary;
file "externals.db.example.com";
allow-transfer { Secondarys; };
};
};
If the internal and external view statements are configured to use the same zone file, this is a finding.
Inspect the zone file defined in the internal and external view statements.
If any resource record is listed in both the internal and external zone files, this is a finding.
V-272379
False
BIND-9X-001220
If the BIND 9.x name server is not configured for split DNS, this is not applicable.
Verify that the BIND 9.x server is configured to use separate views and address space for internal and external DNS operations when operating in a split configuration.
Inspect the "named.conf" file for the following:
view "internal" {
match-clients { <ip_address> | <address_match_list> };
zone "example.com" {
type Primary;
file "internals.example.com";
};
};
view "external" {
match-clients { <ip_address> | <address_match_list> };
zone "example.com" {
type Primary;
file "externals.db.example.com";
allow-transfer { Secondarys; };
};
};
If the internal and external view statements are configured to use the same zone file, this is a finding.
Inspect the zone file defined in the internal and external view statements.
If any resource record is listed in both the internal and external zone files, this is a finding.
M
5687