US/EU – Steps for Whois

‘Experts can move forward together without ministerial instructions.’
‘SQL also took time, which was later called ‘Structured Query Language.’

‘The EU countries must write NIS2 security regulations.’

The data technical RDAP protocol should stabilize

The Registration Data Access Protocol (RDAP) was created as a replacement of the WHOIS (port 43) protocol. RDAP was developed by the technical community in the Internet Engineering Task Force (IETF).

How the US/EU countries can make RDAP output readable for the public as well

Technical and textual modeling of forms:
https://rdap.hostingtool.nl/modeling_domain/
https://rdap.hostingtool.nl/modeling_email/

Note: A specific view type for Business Registers facilitates relevant registry information.

How registry menus can be transparent, eg on https://nl.sidn.nl

Modeling of a policies and procedures screen including laws and regulations:
https://rdap.hostingtool.nl/modeling_menu/

How ‘Who Is’ rules can be formulated to comply with the EU’s NIS2 Security Directive
About restrictions
  1. For registration in an EU country, only the rules in the EU country of the registry’s headquarters apply;
  2. For a TLD (top-level domain) that is widely used within the EU, a registry from a non-EU country is required to appoint one or more representatives based in at least one EU country, so that all registrations with that TLD must comply with the regulations in an EU country.

    Note: This is, I think, improved formulation based on SIDN’s www.sidn.nl/en/news-and-blogs/uniform-implementation-of-nis2-article-28-remains-a-long-way-off from July 24, 2023;
  3. A domain can be transferred to another holder and also under the registration conditions for its TLD, if
    1. prescribed by law;
    2. determined in a living will;
    3. agreed by the holder if a natural person;
    4. agreed by the holder listed in the Business Register;
    5. decided by the domain’s registry;
    6. decided by the holder’s Business Register; or
    7. based on court decision;
  4. A purchase deed may also state that associated domains are transferred immediately upon delivery;
  5. Upon the death of a personal holder, the heirs become responsible for his domain(s) and/or hosting. If not privacy-sensitive, continuation is permitted unless otherwise specified in a will;
  6. Liabilities for a legal entity’s estate include hosting and associated domains;
  7. In case of no agreement on the specific holder of a domain, the holder’s Business Register may decide;
  8. For a control cycle, the period of registration or renewal of a domain does not exceed one year;
  9. Charging a small or substantial fee by a registry, as well as a registrar, for updating data, such as immediately after a domain transfer that has already been charged, hinders data maintenance and is therefore not billable;
  10. A change of a registry, registrar or reseller’s own data is also not hindered by a fee;
  11. Using RDAP data to act maliciously or as a disproportionate revenue model is not allowed.
About duties
  1. A domain’s registrant, or the person who ordered the registration, is primarily responsible for the domain’s contact and registrant information;
  2. A registry, a registrar and a reseller are primarily responsible for own trade and personal information;
  3. Reverse DNS lookup also called reverse DNS resolution (rDNS), of the domain name associated with an IP address, is transparent;
  4. The domain name in a server name determines who can be contacted, for security and possible liability, especially with a server that is not managed by the hosting provider;
  5. With regard to data not directly maintained by them, a registry, registrar and reseller have responsibilities according to their capabilities;
  6. When contacting a person, the requested attention must be in proportion to the reported case;
  7. A request from a third party regarding data is treated seriously, with the requested handling not excessively consuming resources;
  8. After a change in the domain holder’s details, the registry informs the domain’s administrative contact with all relevant holder details;
  9. IP block holder data requires flexibility similar to a domain’s RDAP;
  10. The registry provides a readable and informative RDAP query screen for auditing and public insight;
  11. Any directive is preceded by a breakdown of responsibilities and modeling that can be programmed directly.
About data
  1. For RDAP file management, the respective Business Register generates and supports web_ids;
  2. Querying the Business Register works in US English;
  3. Interface fields can and must be functionally readable as well as work technically.
    Note: the EU term ‘Essential Provider’ makes it really complicated;
  4. RDAP data exchange is in, future proof, variable-width ‘UTF-8’ character encoding;
  5. IPv6, the Internet Protocol version 6, is supported;
  6. To protect the customer, the trade name, otherwise the personal name if public, is in the url address bar;
  7. The registry is clear about privacy protected field values with derived fields such as ‘registrant_protected’.
Field naming ICANN suggested fieldsField naming in a state-of-the-art way
Registrar Registration Expiration Datedomain_expiration / domain_expiration_grace_until
Registrant Organization (where applicable)registrant_full_name
last update of RDAP databasedomain_information_updated
Note: ICANN is the abbreviation of Internet Corporation for Assigned Names and Numbers
From JSON in PHP:        

if ($key1 == 'events') {
  if ($value3 == 'registration') {
    $registration = $value2['eventDate'];
  }
  elseif ($value3 == 'expiration')   {
    $expiration = $value2['eventDate'];
  }
  elseif ($value3 == 'last update of RDAP database') {
    $information_updated = $value2['eventDate'];
  }
  elseif ($value3 == 'registrar expiration') {
    $expiration_grace_until = $value2['eventDate'];
  }
  elseif ($value3 == 'last changed') {
    $last_changed = $value2['eventDate'];
  }
  elseif ($value3 == 'transfer') {
    $last_transferred = $value2['eventDate'];
  }               
}
About visibility
  1. The Registrar ‘Abuse’ fields are visible and located in a Registrar information block;
  2. The route security ‘DNSSEC’ yes / no field is located in a name server information block;
  3. To check off, the ‘registrant_full_name’ field and value are shown in any case.
About insights
  1. For segregation of duties, a domain holder is primarily responsible for his domain data;
  2. Legitimate business operations require an existing, intended and visible trade name;
  3. The Registrar ‘Abuse’ information provides a contact option for a third party.
About emailing
  1. Mail delivery to a RDAP contact may not be delayed by forwarding manually;
  2. Forwarding can be authorized. SPF ‘~all’ setup combines with forwarding using SRS.
    See also my https://webhostingtech.nl/monitoring-email/solve-exim-issues/
About costs
  1. Registration is billable for a new domain / Registrar combination and renewal;
  2. For identification, the data infrastructure is subject to indirect costs;
  3. For Registrar identification, updating data is subject to indirect costs.
My key points for working RDAP
  1. RDAP lookup is intended for both technical and functional purposes;
  2. A correct domain registrant and contacts need periodical verification;
  3. Regulations can work after narrowing down physical scenarios first;
  4. Authorization for legal requests would work through the country-level registers;
  5. Country-level registers are better able to handle incorrect registrations than a registry;
  6. Sovereign countries can do without the central gateway, accreditation authority and identity providers;
  7. Technical specification, standardization of cost handling and legal regulation may provide high availability and reliability;
  8. In RDAP, domain business purposes can be transparent without any individual privacy concerns;
  9. Legal coordination on country level first of all requires an adequate data structure;
  10. US/EU lawyers can work together to technically cover country-specific needs;
  11. Similar to user level, technical personnel often deal passively with necessary actions;
  12. Technology-infused delivery of legal preparation isn’t too hard to achieve;
  13. When duties can be separated, separation can help, eg four eyes principle;
  14. RDAP tools that actually work require to-do lists for all expertise;
  15. A model to verify hosting is not a real model if it includes a person doing this.

About hiding domain information
https://en.wikipedia.org/wiki/Domains_by_Proxy

List of ICANN-accredited registrars
https://www.icann.org/en/accredited-registrars

Whois Data Reminder Policy (WDRP) for compliance
https://www.icann.org/resources/pages/registrars/consensus-policies/wdrp-en

Querying databases that store the registered users or assignees of an Internet resource
https://en.wikipedia.org/wiki/WHOIS

Current iteration of the WHOIS protocol drafted by the Internet Society
https://datatracker.ietf.org/doc/html/rfc3912

Political points
  1. issue: Registrars are pressed for tracing further data in legal matters.
    suggestion: Opt, through a web ID that validates, for reference to country-level data;
  2. issue: Registries make verification work. A registry can decide on a domain registrant name.
    Periodic verification is technically possible after entering a web ID.
    Strict verification, without any interpretation, is case sensitive and includes dots.
    Registrant, registrant name, registrar, registrar name, reseller and reseller name are relevant.
    Note: Eg Google Search provides a ‘google-site-verification’ value to put in the DNS settings.
    suggestion: Opt for technical specification so that countries can realize data retrieval;
  3. issue: There are so-called ‘thick’ and ‘thin’ Whois servers, with one or two queries.
    suggestion: If performance demands, choose one type of Whois server;
  4. issue: The DNSSEC field (suite of security extensions to the DNS) needs proper explanation.
    suggestion: Field definition and its explanation meeting all needs are to-do and to address;
  5. issue: Traffic from an Internet Service Provider can be blocked, for example by Microsoft.
    suggestion: New legislation to require justification would help.
Legal points
  1. issue: A possible change of the domain’s registrant name must also be justified.
    suggestion: US/EU lawyers agree how to define legal name change of the registrant;
  2. issue: Use of the web ID to be introduced, should be restricted.
    suggestion: US/EU lawyers agree how to define use of a fake web ID as forgery;
  3. issue: Search results are still published for a canceled domain.
    suggestion: US/EU lawyers agree to publish if active and the last transaction is up to one year old;
  4. issue: A customer may register / renew through a registry for longer than one year.
    suggestion: US/EU lawyers agree to register / renew for one year for realistic registration;
  5. issue: A registry can now decide unilaterally in a dispute with a registrar.
    issue: Country-level registers can evolve into professional dispute resolution.
    suggestion: US/EU lawyers try to improve handling of disputes;
  6. issue: A registrant, registrar and registry do refuse to act on a spelling mistake.
    suggestion: US/EU lawyers introduce a legal limitation in case of misspelling.
    Eg the Dutch ‘Vereniging Van Registrars’ exists when spelled as ‘Vereniging van Registrars’;
  7. issue: Checking Whois for financial statements has not yet been analyzed as legal.
    issue: Segregation of duties of the contacts and answer time require attention too.
    suggestion: US/EU lawyers update the analyzed six legal gTLD Whois purposes;
  8. issue: Primary responsibility and/or physical capability need a clear segregation of duties.
    need: A top-level domain zone (the end part of a web domain) is approved by ICANN.
    need. A domain zone is assigned by the ICANN to a domain registry to manage domains.
    need: A domain registry owns and has to take care of domains in their zone.
    need: A domain registrar takes care of domain reservations and IP address routing.
    need: A domain reseller may be responsible for the processing of the holder’s data.
    need: A web domain under a top-level domain is unique worldwide and can be freely chosen under certain rules.
    need: A domain registrant holds a domain from a registry.
    need: A registry assigns a domain to a registrant and cancels it if necessary.
    need: Primary responsibility limits to registrant (/ reseller) level of physical capability.
    need: Support attaches a report by a third party to a customer account.
    need: The administratively responsible desk answers a request, and forwards it if necessary.
    need: A technical contact responds to resolve a reported malfunction.
    need: A domain registrant’s liability for harmful content and actions is limited, based on separated responsibilities of the contributing parties.
    suggestion: US/EU lawyers work towards basic explanations in short sentences;
  9. issue: Privacy for admin-c is not a problem by using a specific functional email address.
    suggestion: US/EU lawyers agree on admin_email for legal matters, change of registrant;
  10. issue: A reseller may have agreements such as to protect customer data.
    suggestion: US/EU lawyers write generic reseller conditions (see eg the .nl zone);
  11. issue: Court decisions deal with issues related to ownership aspects of web domains.
    need: A domain is kept out of liquidation if another intended registrant paid for it.
    need: Domains are included in business ownership transfers.
    suggestion: US/EU lawyers introduce specific web domain regulation;
  12. issue: A web domain may contain confidential information from the previous registrant.
    suggestion: US/EU lawyers define moved data, similar to letter secrecy;
  13. issue: Country-level registers need to start validating domain ownership.
    issue: A registrar can mask with an existing name such as ‘Privacy Protected by Hostnet’
    issue: The EU puts pressure on companies that cannot take all responsibility for failures.
    issue: The registrant and his country-level registry can perform checks and adjustments.
    need: The country-level register provides a domain overview of a company behind its login.
    need: The country-level register provides a Whois check of a company behind its login.
    need: The country has a duty of care with regard to the correctness of the registered data.
    suggestion: US/EU lawyers formulate a country’s legal basis for a web domain overview;
  14. issue: As for the .eu zone, the countries in the European Union are not all countries in Europe.
    suggestion: EU lawyers propose something like ‘EU Domain Registry vzw’ instead of ‘EURid vzw’.
Fields and values
  1. issue: Web browsers may check on yearly ownership renewal (such as for HTTPS).
    suggestion: A new ‘domain_renewed’ field would be informative when a year passes;
  2. issue: A web ID works effectively to verify a registrant and one of the registrant’s names.
    E.g. ‘icann.org’ of ICANN (incorporated, mutual-benefit nonprofit corporation ‘iCANN’).
    E.g. ‘ca.gov’ in Whois for ‘.gov’ of organization ‘State of California’.
    With the many spelling mistakes, acceptance of auditing is still a long way off.
    suggestion: Specify a web ID format, such as the IBAN bank account code.
    Registrars and domains (registrant and reseller) fields with a 34 character code, may have a two letter (ISO) country code, two digits for internal validation, ‘COMM’ and up to 26 characters within a country, such as ‘NL88COMM01234567890123456789012345’, in uppercase;
  3. issue: Protected field values need proper communication.
    suggestion: A new field ‘protected’ in the contacts table:
    registrant_protected: ‘contact_id,personal_name,email,phone,address’
    admin_protected: ‘contact_id,personal_name,phone,address’
    tech_protected: ‘contact_id,personal_name,phone,address’
Country-level
  1. issue: Country-level web IDs are required to retrieve the registrant.
    Country business registers can meet an important need.
    Whether or not data is displayed is country specific.
    Lawyers can negotiate carefully at country level (not the EU).
    Shared sovereignty, as in the EU, would slow down negotiation.
    suggestion: Country-level politicians agree on implementation of web IDs;
  2. issue: Country-level registers need to guarantee web IDs.
    Note: The Sarbanes-Oxley Act also took time for countries to adopt.
    suggestion: Country-level registers adopt a generic data structure;
  3. issue: A country-level register, such as KVK in NL, charges for solid lookups.
    suggestion: Verification in a country-level register should become free of charge;
  4. issue: Country-level registers may charge for enabling web IDs.
    suggestion: Verification costs for a country-level register must be indirect.
Registry interface and registrar menu
  1. issue: ‘Private person’ or ‘Company’ do not cover registrant name protection properly.
    suggestion: ‘Personal private use’, ‘Personal public use’ and ‘Business use’ are clearer.
Application design
  1. issue: A regional server / application for Whois must function without centralization.
    At table level the contact data already have their specific table structure.
    At XML level, the large number of fields, such as ‘registrant_contact_id’, is not a problem.
    A registry doesn’t need to immediately convert field names, without standardization.
    Search based on the web ID must be able to retrieve from / via each country-level register.
    Unicode works to handle all kinds of character sets worldwide.
    A Whois tool such as https://www.ip2whois.com/ is not convenient enough to use.
    Data sharing with registrars for the .nl zone may conflict with GDPR:
    https://github.com/timboormans/SIDN-XML-WHOIS – Retrieval is therefore further limited.
    Data sharing of type ‘public’, I think, would fit. My XML file and output with PHP/HTML:
    https://github.com/janwillemstegink/xml-whois
    suggestion: An application based on HTML / PHP / Python / XML / Docker / Azure;
  2. issue: The UK is not a valid domicile anymore to hold a .eu domain as former EU country.
    suggestion: Such a change requires simple validation to check and maintain;
  3. issue: Registries may charge for a web ID enabled Whois application.
    suggestion: Costs of a regional server / application must be indirect.
Cost handling
  1. issue: Economies of Scale cost advantages are achieved in both period and variable costs.
    suggestion: A variable cost advantage is reduced, even to zero;
  2. issue: Legal updating at a registry can be a variable cost component equal to zero.
    suggestion: Include updating details in annual costs and no longer pass on variable costs;
  3. issue: A registry looks over and manages its registrar’s information. Charging looks illegal.
    suggestion: Include updating registrar details in period costs for a registrar;
  4. issue: Volume discount and direct debit discount for ‘.nl’ are called ‘expenses’ by SIDN.
    issue: Incentive programs for ‘.nl’ at SIDN up to 0.40 euro off the domain fee are significant.
    E.g. 8% volume discount from 100,000x and 2.5% direct debit discount at SIDN.
    suggestion: Registries do not discount anything other than a fair volume discount;
  5. issue: Customers unnecessarily commit for two or three years.
    suggestion: Customers simply register and automatically renew for one year.