Credentia Logo

Root Zone Change Tracker

Introduction

Beginning on April 12, 2004 Credentia began tracking the Internet DNS root zone.

The zone is transferred daily at 8:10am Pacific Time (GMT -0800) using dig @C.ROOT_SERVERS.NET . AXFR and checked into RCS (revision control).

As such, this RCS file (root.zone,v) can be used to show the exact changes in the DNS root zone and status between any two given dates.

Analysis

We provide the raw data free of charge, but analysis must be done yourself, or Credentia can do it for a fee.

Please use a *NIX system to analyze the revisionized root zone. Most unix systems contain RCS already installed. If you must run windows, consider PC-RCS.

Download the root DNS zone delta file .

Issue the following command to ensure your system can see the revisions

rlog root.zone

If everything looks good, you can proceed with showing changes between any two dates. For instance, let's say you need to know what changed between the April 12 and April 14th of 2004. First, you examine the output from the rlog command issued above, to get the revision numbers (eg. 1.2) that correspond to those dates. Then you can plug those revision numbers into the rcsdiff command to show the actual changes in (unified) diff format.

rcsdiff -u -r1.1 -r1.3 root.zone
===================================================================
RCS file: RCS/root.zone,v
retrieving revision 1.1
retrieving revision 1.3
diff -u -r1.1 -r1.3
--- root.zone   2004/04/12 14:37:17     1.1
+++ root.zone   2004/04/14 14:04:31     1.3
@@ -3,7 +3,7 @@
 ; (1 server found)
 $ORIGIN .
 @                      1D IN SOA       A.ROOT-SERVERS.NET NSTLD.VERISIGN-GRS.CO
M (
-                                       2004041200      ; serial
+                                       2004041400      ; serial
                                        30M             ; refresh
                                        15M             ; retry
                                        1W              ; expiry
@@ -2015,8 +2015,6 @@
 ESTIA.ICS.FORTH.GR     2D IN A         139.91.191.3
 GR                     2D IN NS        NIC.AIX.GR
 NIC.AIX.GR             2D IN A         195.130.89.210
-GR                     2D IN NS        DNS1.ICS.FORTH.GR
-DNS1.ICS.FORTH.GR      2D IN A         139.91.151.70
 GR                     2D IN NS        GRDNS-DE.DENIC.DE
 GRDNS-DE.DENIC.DE      2D IN A         81.91.161.80
 GR                     2D IN NS        GRDNS-US.ICS.FORTH.GR
@@ -2025,6 +2023,8 @@
 GRDNS-AT.ICS.FORTH.GR  2D IN A         193.171.255.40
 GR                     2D IN NS        GRDNS-BR.ICS.FORTH.GR
 GRDNS-BR.ICS.FORTH.GR  2D IN A         200.160.7.163
+GR                     2D IN NS        GRNS-HER.ICS.FORTH.GR
+GRNS-HER.ICS.FORTH.GR  2D IN A         139.91.248.1
 GS                     2D IN NS        AUTH02.NS.UU.NET
 AUTH02.NS.UU.NET       2D IN A         198.6.1.82
 GS                     2D IN NS        JOANNA.WILLIAM.ORG
@@ -2633,7 +2633,7 @@
 MH                     2D IN NS        INS2.TOSA.TWTELECOM.NET
 INS2.TOSA.TWTELECOM.NET  2D IN A  204.95.160.4
 @                      1D IN SOA       A.ROOT-SERVERS.NET NSTLD.VERISIGN-GRS.CO
M (
-                                       2004041200      ; serial
+                                       2004041400      ; serial
                                        30M             ; refresh
                                        15M             ; retry
                                        1W              ; expiry
@@ -2641,4 +2641,4 @@
 
 ;; Received 2625 answers (2625 records).
 ;; FROM: giggler.foster.cc to SERVER: 192.228.79.201
-;; WHEN: Mon Apr 12 07:30:04 2004
+;; WHEN: Wed Apr 14 07:04:31 2004

Daily diffs are also generated automatically. To see the difference between two consecutive days, just visit the archive. To see the difference of today vs. yesterday, read on.

Latest change

Shown below is the latest difference found.

[an error occurred while processing this directive]