SV-272400r1123993_rule
V-272400
SRG-APP-000516-DNS-000085
BIND-9X-001470
CAT II
10
Edit the zone file(s).
Remove any name server for which the BIND 9.x server is not authoritative.
Restart the BIND 9.x process.
Verify that each name server listed on the BIND 9.x server is authoritative for the domain it supports.
Inspect the "named.conf" file and identify all of the zone files that the BIND 9.x server is using.
zone "example.com" {
file "zone_file";
};
Inspect each zone file and identify each NS record listed.
86400 NS ns1.example.com
86400 NS ns2.example.com
With the assistance of the DNS administrator, verify that each name server listed is authoritative for that domain.
If name servers are listed in the zone file that are not authoritative for the specified domain, this is a finding.
V-272400
False
BIND-9X-001470
Verify that each name server listed on the BIND 9.x server is authoritative for the domain it supports.
Inspect the "named.conf" file and identify all of the zone files that the BIND 9.x server is using.
zone "example.com" {
file "zone_file";
};
Inspect each zone file and identify each NS record listed.
86400 NS ns1.example.com
86400 NS ns2.example.com
With the assistance of the DNS administrator, verify that each name server listed is authoritative for that domain.
If name servers are listed in the zone file that are not authoritative for the specified domain, this is a finding.
M
5687