From BIND 9.x Security Technical Implementation Guide
Part of SRG-APP-000158-DNS-000015
Associated with: CCI-000778
Server-to-server (zone transfer) transactions are provided by TSIG, which enforces mutual server authentication using a key that is unique to each server pair (TSIG), thus uniquely identifying the other server.
Verify that the BIND 9.x server is configured to utilize separate TSIG key-pairs when securing server-to-server transactions.
Inspect the "named.conf" file for the presence of TSIG key statements:
On the master name server, this is an example of a configured key statement:
key tsig_example. {
algorithm hmac-SHA1;
include "tsig-example.key";
};
zone "disa.mil" {
type master;
file "db.disa.mil";
allow-transfer { key tsig_example.; };
};
On the slave name server, this is an example of a configured key statement:
key tsig_example. {
algorithm hmac-SHA1;
include "tsig-example.key";
};
server 
Create a separate TSIG key-pair for each key statement listed in the named.conf file. Configure the name server to utilize separate TSIG key-pairs for each key statement listed in the named.conf file. Restart the BIND 9.x process.
	Lavender hyperlinks in small type off to the right (of CSS
	class id, if you view the page source) point to
	globally unique URIs for each document and item. Copy the
	link location and paste anywhere you need to talk
	unambiguously about these things.
	
      
	You can obtain data about documents and items in other
	formats. Simply provide an HTTP header Accept:
	text/turtle or
	Accept: application/rdf+xml.
      
Powered by sagemincer