|
| |
 |
TLD Sponsorship
Agreement: Attachment 18 (.aero)
Posted: 13 November 2001
|
Data
Escrow Schedule, Content, Format, and Procedure
This Attachment
18 to the Sponsor Agreement consists of four of the five exhibits to the
Data Escrow Agreement that constitutes Attachment 19 to the TLD Sponsorship
Agreement:
Exhibit A-Schedule for Escrow
Deposits
Exhibit B-Escrow Deposit
Format Specification
Exhibit C-Escrow Transfer
Process
Exhibit D-Escrow Verification
Procedures
The fifth exhibit
(Exhibit E), which sets forth Escrow Agent's fees, is subject to negotiation
between Registry Operator, Sponsor, and Escrow Agent.
Exhibit
A
SCHEDULE FOR ESCROW DEPOSITS
Full Deposit Schedule
Full Deposits shall consist
of data that reflects the state of the registry as of 0000 UTC on each
Sunday. Pending transactions at that time (i.e. transactions that have
not been committed to the Registry Database) shall not be reflected in
the Full Deposit.
Full Deposits shall be made,
according to the transfer process described in Exhibit C below, within
a four-hour window beginning at 0400 UTC on the same Sunday.
Incremental Deposit Schedule
Incremental Deposits shall
reflect database transactions made since the most recent Full or Incremental
Deposit. Incremental Deposits for Mondays shall include transactions completed
through 0000 UTC on that day that had not been committed to the registry
database at the time the last Full Deposit was taken. Incremental Deposits
on Tuesday through Saturday shall include transactions completed through
0000 UTC on the day of the deposit that were not reflected in the immediately
prior Incremental Deposit.
Incremental Deposits shall
be made, according to the transfer process described in Exhibit C below,
within a four-hour window beginning at 0400 UTC on the day to which the
Incremental Deposit relates.
Exhibit
B
ESCROW DEPOSIT FORMAT SPECIFICATION
This Exhibit is subject to
change by agreement of the Sponsor and ICANN during the design process
as well as during the IETF standards process. In addition, Sponsor agrees
to implement changes to this Exhibit specified by ICANN to conform to
the IETF provreg working group's protocol specification no later than
135 days after the IETF specification is adopted as a Proposed Standard
[RFC 2026, section 4.1.1].
Each Full and Incremental Deposit
consists of a series of reports that are concatenated in the escrow process.
Full
Deposit Contents. The reports involved in a Full Deposit are:
Domain Object ReportThis
reports on the contents of all domain objects in the registry database.
Host Object ReportThis
reports on the contents of all host objects in the registry database.
Contact Object ReportThis
reports on the contents of all contact objects in the registry database.
Registrar Object ReportThis
reports on the contents of all registrar objects in the registry database.
Incremental
Deposit Contents. The report involved in an Incremental Deposit is:
Transaction ReportThis
reports on the contents of all transaction records included in the Incremental
Deposit.
Format
of Reports. All reports are to be formatted in XML format. In compliance
with the XML 1.0 specification, certain characters in the data must be
escaped, as described in item 1 below. Each Report shall then be prepared
according to the general XML format described in items 2 to 7 below. Item
2 describes the report container that is common to all reports. Items
3 to 7 describe the structure of the contents of the report container
for each of the specific reports.
1. Escape-Character
Requirements. In compliance with the XML 1.0 specification, in data
escrowed using the XML format the following characters in any data elements
must be replaced with the corresponding escape sequences listed here:
|
Character
|
Escape Sequence
|
|
"
|
"
|
|
&
|
&
|
|
'
|
'
|
|
<
|
<
|
|
>
|
>
|
2. The
Report Container. At its highest level, the XML format consists
of an escrow container with header attributes followed by escrow data.
The header attributes are required and include the version of escrow
(1.0), the Sponsored TLD ("aero"), the report type (domain,
host, contact, registrar, or transaction), and datab ase-committed date
and time as to which the escrow relates. The date and time of the escrow
will be specified in UTC. The general format of the report container
is as follows:
<?xml version="1.0"
encoding='UTF-8' ?>
<!DOCTYPE escrow SYSTEM "whois-export.dtd" >
<escrow version="1.0" tld="aero" report="domain"
date="26-Aug-2001 3:15:00AM">
{Here the report contains
the actual data being escrowed. It contains one element for each object
of the type (domain, host, contact, registrar, or transaction) covered
by the report. The specific format for each report is described in
items 3 to 7 below.}
</escrow>
3. The
Domain Element. The domain element has the property "fqdn"
(the fully qualified name of the domain) and is a container consisting
of the following elements:
a. status: The domain status
code.
b. id: Unique identifier
of the domain name
c. owned-by: An identification
of the sponsoring registrar of the domain. The sponsoring registrar
is designated by a number uniquely assigned by the IANA.
d. ens-authid: ENS authorization
code.
e. maintainer-url: URL
of site of maintainer of domain name.
f. created-code: A reference
to the transaction that created the domain object.
g. created-on: The date/time
the domain object was originally created.
h. created-by: An identification
of the registrar that created the domain object. The sponsoring registrar
is designated by a number uniquely assigned by the IANA.
i. renewed-on: The date/time
the domain was last renewed.
j. expires-on: The date
the registration expires.
k. updated-by: An identification
of the registrar that last updated the domain object. The sponsoring
registrar is designated by a number uniquely assigned by the IANA.
l. updated-on: The date/time
the domain object was last updated.
m. transferred-by: An identification
of the registrar that last transferred the domain object. The sponsoring
registrar is designated by a number uniquely assigned by the IANA.
n. transferred-on: The
date/time when the domain object was last transferred.
o. transferred-code: A
reference to the transaction that last transferred the domain object.
p. host: Up to thirteen
(13) host names that are nameservers for the domain to which the domain
object relates.
q. contact-id: Multiple
contact-ids that reference the contact records for this domain. Contact-id
has the property "type" to denote the type of contact. "Type"
can be one of: Registrant, Administrative, Technical, or Billing
An example domain container
appears below:
<domain fqdn="example.aero">
<id>AAA-0001</id>
<status>ACTIVE</status>
<owned-by>REG-042</owned-by>
<ens-authid>AERO-1221</ens-authid>
<maintainer-url>http://example.aero</maintainer-url>
<created-code>12345678</created-code>
<created-on>1-Jul-2001 12:34:56AM</created-on>
<created-by>REG-042</created-by>
<renewed-on></renewed-on>
<expires-on>1-Jul-2003</expires-on>
<updated-by>42</updated-by>
<updated-on>1-Jul-2001 12:34:56AM</updated-on>
<transferred-by></transferred-by>
<transferred-on></transferred-on>
<transferred-code></transferred-code>
<host>dns1.example.aero</host>
<host>dns2.example.aero</host>
<contact-id type="Registrant">PER-0001</contact-id>
<contact-id type="Administrative">PER-0002</contact-id>
<contact-id type="Technical">PER-0003</contact-id>
<contact-id type="Billing">PER-0004</contact-id>
</domain>
4.
The Host Element. The host element has the property "fqdn"
(the fully qualified name of the host) and is a container consisting
of the following elements:
a. id: Identifier of the
host.
b. owned-by: An identification
of the sponsoring registrar of the host. The sponsoring registrar
is designated by a number uniquely assigned by the IANA.
c. created-code: A reference
to the transaction that created the host object.
d. created-on: The date/time
the host object was originally created.
e. updated-by: An identification
of the registrar that last updated the host object. The sponsoring
registrar is designated by a number uniquely assigned by the IANA.
f. updated-on: The date/time
the host object was last updated.
g. transferred-by: An identification
of the registrar that last transferred the host object. The sponsoring
registrar is designated by a number uniquely assigned by the IANA.
h. transferred-on: The
date/time when the host object was last transferred.
i. ip-address: Any number
of IP addresses associated with this host.
An example host container
appears below:
<host fqdn="dns1.example.aero">
<id>HST-0001</id>
<owned-by>REG-042</owned-by>
<created-code>12345679</created-code>
<created-on>1-Jul-2001 12:40:32AM</created-on>
<updated-by>42</updated-by>
<updated-on>1-Jul-2001 12:40:32AM</updated-on>
<transferred-by></transferred-by>
<transferred-on></transferred-on>
<ip-address>192.168.1.1</ip-address>
<ip-address>192.168.122.1</ip-address>
</host>
5.
The Contact Element. The contact element has the property "id"
and is a container consisting of the following elements:
a. name: The name of the
contact.
b. organization: The organization
for the contact.
c. street1: The first part
of the street address of the contact.
d. street2: The second
part of the street address of the contact.
e. street3: The third part
of the street address of the contact.
f. city: The name of the
city of the contact.
g. state-province: The
name of the state/province of the contact.
h. postal-code: The postal/zip
code of the contact.
i. country: The two letter
ISO 3166 code for the contact's country.
j. voice: The voice phone
number of the contact in E164a format.
k. fax: The fax number
of the contact in E164a format.
l. email: The e-mail address
of the contact.
m. owned-by: An identification
of the sponsoring registrar of the contact. The sponsoring registrar
is designated by a number uniquely assigned by the IANA.
n. created-code: A reference
to the transaction that created the contact object.
o. created-by: An identification
of the registrar that created the contact object. The sponsoring registrar
is designated by a number uniquely assigned by the IANA.
p. created-on: The date/time
the contact object was originally created.
q. updated-by: An identification
of the registrar that last updated the contact object. The sponsoring
registrar is designated by a number uniquely assigned by the IANA.
r. updated-on: The date/time
the contact object was last updated.
s. transferred-by: An identification
of the registrar that last transferred the contact object. The sponsoring
registrar is designated by a number uniquely assigned by the IANA.
t. transferred-on: The
date/time when the contact object was last transferred.
u. transferred-code: A
reference to the transaction that last transferred the contact object.
v. status: Contact status.
An example contact container
appears below:
<contact id="1">
<name>John Doe</name>
<organization>aol</organization>
<street1>1234 East 11th Street</street1>
<street2></street2>
<street3></street3>
<city>New York</city>
<state-province>NY</state-province>
<postal-code>12345</postal-code>
<country>US</country>
<voice>+212.1234567</voice>
<fax>+212.1234568</fax>
<email>jdoe@example.aero</email>
<owned-by>42</owned-by>
<created-code>12345680</created-code>
<created-by>REG-042</created-by>
<created-on>1-Jul-2001 12:42:22AM</created-on>
<updated-by>42</updated-by>
<updated-on>1-Jul-2001 12:42:22AM</updated-on>
<transferred-by></transferred-by>
<transferred-on></transferred-on>
<transferred-code></transferred-code>
<status>ACTIVE</status>
</contact>
6.
The Registrar Element. The registrar element has the property "id"
and is a container consisting of the following elements:
a. password: The password
for the registrar.
b. name: The name of the
registrar.
c. status: The registrar
status code.
d. contact-id: Any number
of contact-id associated with this registrar. Contact-id has the property
"type" to denote the type of contact. "Type" can
be one of: Registrar, Administrative, Technical or Billing
An example registrar container
appears below:
<registrar id="REG-042">
<password>registrarrus</password>
<name>Registrar R Us</name>
<status>ACTIVE</status>
<contact-id type="Registrar">PER-0009</contact-id>
<contact-id type="Administrative">PER-0010</contact-id>
<contact-id type="Administrative">PER-0011</contact-id>
<contact-id type="Technical">PER-0012</contact-id>
<contact-id type="Technical">PER-0013</contact-id>
<contact-id type="Billing">PER-0014</contact-id>
</registrar>
7.
The Transaction Element. The transaction element has the properties
"operation" and "type". "Operation" can
be one of: add, modify or delete. "Type" can be one of: domain,
host, contact or registrar. The transaction element is a container consisting
of elements from the corresponding "type" element. For example,
a transaction element with a "type" of "registrar"
will have the same set of elements as a Registrar element.
An example transaction container
appears below:
<transaction operation="modify"
type="registrar">
<password>new password</password>
<name>Registrar R Us</name>
<status>ACTIVE</status>
<contact-id type="Administrative">10</contact-id>
<contact-id type="Administrative">11</contact-id>
<contact-id type="Technical">12</contact-id>
<contact-id type="Technical">13</contact-id>
<contact-id type="Billing">14</contact-id>
</transaction>
Exhibit
C
ESCROW TRANSFER PROCESS
Deposit Transfer Process.
Registry Operator shall prepare and transfer the Deposit file by the following
steps, in sequence:
1. The Reports making up
the Deposit will first be created according to the format specification.
(See Exhibit B above, "Escrow Deposit Format Specification").
2. The Reports making up
the Deposit will be concatenated. The resulting file shall be named
according to the following format: "aeroSEQN", where "SEQN"
is a four digit decimal number that is incremented as each report is
prepared.
3. Next, the Deposit file
will be processed by a program (provided by ICANN) that will verify
that it complies with the format specification and contains reports
of the same date/time (for a Full Deposit), count the number of objects
of the various types in the Deposit, and append to the file a report
of the program's results.
4. Registry Operator may
optionally split the resulting file using the Unix SPLIT command (or
equivalent) to produce files no less than 1 GB each (except the final
file). If Deposit files are split, a .MDS file (produced with MDSSUM
or equivalent) must be included with the split files to isolate errors
in case of transfer fault.
5. The Deposit file(s) will
then be encrypted using Escrow Agent's public key for PGP and signed
using Registry Operator's private key for PGP, both version 6.5.1 or
above, with a key of DH/DSS type and 2048/1024-byte length. (Note that
PGP compresses the Deposit file(s) in addition to encrypting it (them).)
The formatted, encrypted and
signed Deposit file(s) will be sent, by anonymous file transfer, to Escrow
Agent's ftp server within the specified time window.
Exhibit
D
ESCROW VERIFICATION PROCEDURES
Verification Procedures.
Escrow Agent will verify the format and completeness of each Deposit by
the following steps:
1. At the conclusion of the
deposit window, all Deposit files will be moved to a not-publicly-accessible
directory and the existence and size of each will be noted.
2. Each Deposit file will
be decrypted using Escrow Agent's private key for PGP and authenticated
using Registry Operator's public key for PGP. (In this step, PGP will
also automatically decompress the escrow file).
3. If there are multiple
files, they will be concatenated in sequence.
4. Escrow Agent will run
a program (to be supplied by ICANN) on the Deposit file (without report)
that will split it in to its constituent reports (including the format
report prepared by the Registry Operator and appended to the Deposit)
check its format, count the number of objects of each type, and verify
that the data set is internally consistent. This program will compare
its results with the results of the Registry-generated format report,
and will generate a Deposit format and completeness report. The program
will encrypt the report using ICANN's public key for PGP and signed
using Escrow Agent's private key for PGP, both versions 6.5.1 or above,
with a key of DH/DSS type and 2048/1024-byte length. (Note that PGP
compresses the Deposit file(s) in addition to encrypting it (them).)
5. The decrypted Deposit
file will be destroyed to reduce likelihood of data loss to intruders
in case of partial security failure.
Distribution Of Public Keys.
Each of Registry Operator and Escrow Agent will distribute its public
key to the other party (Registry Operator or Escrow Agent, as the case
may be) via email to an email address to be specified. Each party will
confirm receipt of the other party's public key with a reply email, and
the distributing party will subsequently reconfirm the authenticity of
the key transmitted. In this way, public key transmission is authenticated
to a user able to send and receive mail via a mail server operated by
the distributing party. Escrow Agent, Sponsor and ICANN shall exchange
keys by the same procedure.
Comments concerning
the layout, construction and functionality of this site
should be sent to webmaster@icann.org.
Page Updated
17-Dec-2001
© 2001
The Internet Corporation for Assigned Names and Numbers.
All rights
reserved.
|