• DevOps
    Case Study

    How we built a resilient multi-account, multi-cloud solution for a Health Tech service provider!

    READ CASESTUDY
    icon

    24/7 DevOps as a Service

    Round-the-clock DevOps for uninterrupted efficiency.

    icon

    Infrastructure as a Code

    Crafting infrastructure with ingenious code.

    icon

    CI/CD Pipeline

    Automated CI/CD pipeline for seamless deployments.

    icon

    DevSecOps

    Integrated security in continuous DevOps practices.

    icon

    Hire DevOps Engineers

    Level up your team with DevOps visionaries.

    icon

    Consulting Services

    Navigate success with expert DevOps consulting.

  • TechOps
    Case Study

    How we built a scalable Odoo solution for a Travel Tech service provider!

    READ CASESTUDY

    WEB HOSTING SUPPORT

    icon

    HelpDesk Support

    Highly skilled 24/7 HelpDesk Support

    icon

    Product Support

    Boost your product support with our expertise.

    MANAGED SERVICES

    icon

    Server Management

    Don’t let server issues slow you down. Let us manage them for you.

    icon

    Server Monitoring

    Safeguard your server health with our comprehensive monitoring solutions.

    STAFF AUGMENTATION

    icon

    Hire an Admin

    Transform your business operations with our expert administrative support.

    icon

    Hire a Team

    Augment your workforce with highly skilled professionals from our diverse talent pool.

  • CloudOps
    Case Study

    How we helped a Private Deemed University in India, save US $3500/m on hosting charges!

    READ CASESTUDY
    icon

    AWS Well Architected Review

    Round-the-clock for uninterrupted efficiency

    icon

    Optimize

    Efficient CloudOps mastery for seamless cloud management

    icon

    Manage

    Automated CI/CD pipeline for seamless deployments

    icon

    Migrate

    Upgrade the journey, Migrate & Modernize seamlessly

    icon

    Modernize

    Simplify compliance complexities with our dedicated services

    icon

    FinOps as a Service

    FinOps as a Service

  • SecOps
    Case Study

    How we built a scalable Odoo solution for TravelTech service provider!

    READ CASESTUDY
    icon

    VAPT

    Vulnerability Assessment and Penetration Testing

    icon

    Source Code Review

    Ensuring source code security ans safe practices to reduce risks

    icon

    Security Consultation

    On demand services for improving server security

    icon

    System Hardening

    Reduced vulnerability and proactive protection

    icon

    Managed SoC

    Monitors and maintains system security. Quick response on incidents.

    icon

    Compliance as a Service

    Regulatory compliance, reduced risk

  • Insights
    Case Study

    How we helped a Private Deemed University in India, save US $3,500/m on hosting charges!

    READ CASESTUDY
    icon

    Blog

    Explore our latest articles and insights

    icon

    Case Studies

    Read about our client success stories

    icon

    Flipbook

    Explore our latest Flipbook

    icon

    Events

    Join us at upcoming events and conferences

    icon

    Webinars

    Watch our educational webinar series

  • Our Story
  • Contact Us

Interested to collaborate?

Get in touch with us!

Ready to elevate your business with certified cloud expertise? Contact us today to learn how our team can help you leverage cloud technology to drive growth, streamline operations, and enhance security.

  • AWSAWS
  • Azure CloudAzure Cloud
  • Google CloudGoogle Cloud
  • Akamai CloudAkamai Cloud
  • OVHOVH
  • Digital OceanDigital Ocean
  • HetznerHetzner
  • Kubernetes Consultancy Services
  • K8s & Cloud native Solutions
  • 24/7 Infrastructure Monitoring
  • DevOps as a Service
  • Cloud CI/CD Solutions
  • White Labeled MSP Support
  • Our story
  • Life@SupportSages
  • Insights
  • Careers
  • Events
  • Contact Us

Connect with us!


LinkedInFacebookXInstagramYouTube

aws partneraws advanced partner
SupportSages

Copyright © 2008 – 2026 SupportSages Pvt Ltd. All Rights Reserved.
Privacy PolicyLegal TermsData ProtectionCookie Policy

Whois: The best explanation ever – multiple expiration dates

George K.

  • 10 min read
Whois: The best explanation ever – multiple expiration dates

Generating audio, please wait...

While checking a site nonavailability issue, I came across multiple expiration dates for the domain, when checked through WHOIS. The top portion of the result showed an expiration date which is one year ahead of the expiration date shown in the lower part of the same result. This amused me a lot and inspired me to make some study regarding the perplexing scenario. I hope an explanation for whois lookup and the case study will provide better insight to whois lookups.

Domain Registration- Understand the terminologies

As described in various blogs here itself, there are different steps involved in the process of registering a domain. The authority which performs the registration of the domain on behalf of the client is called Registrar of the domain. The domain name after the registration will be stored in the Domain Registry. They actually store the information about all the necessary information for the domains registered in a TLD or in a second Level domain extension.

WHOIS

This is a TCP-based query/response protocol which is widely used for querying a registry/registrar database to retrieve the details of a registered domain like registrar,owner,NS,status etc. The data related to each domain is stored in different whois servers, when we perform the whois lookup, it contacts the corresponding whois server and gets the details.

$ whois supportsages.com

Domain Name: SUPPORTSAGES.COM

Registrar: GODADDY.COM, LLC

Whois Server: whois.godaddy.com

Referral URL: http://registrar.godaddy.com

Name Server: NS1.SUPPORTSAGES.COM

Name Server: NS2.SUPPORTSAGES.COM

Status: clientUpdateProhibited

Updated Date: 29-dec-2011

Creation Date: 21-jan-2009

Expiration Date: 21-jan-2017

As you can see from the output, the whois server being used for the query is whois.godaddy.com. The whois information is stored and looked up in two ways namely thick and thin.

Thick Lookup Model

In the thick model, one WHOIS server stores the WHOIS information from all the registrars for the particular set of data or for all domains of the same TLD. For eg. All whois records for the .INFO TLD will be stored in one WHOIS server irrespective of the domain registrar. You can get the details of registries corresponding to each TLD  here

I shall try to explain it a bit, let us check the whois record for a couple of domains with different TLDs

@sage2:~$ whois example.org

Access to .ORG WHOIS information is provided to assist persons in

determining the contents of a domain name registration record in the

Public Interest Registry registry database.

Let us check another one

sage2:~$ whois example.info

Access to INFO WHOIS information is provided to assist persons in

determining the contents of a domain name registration record in the

Afilias registry database.

If you check the URL for the registry, you can see that the registries for the tlds .org nad .info are Public Interest Registry and Afilias Limited respectively.

The thick model usually ensures consistent data and slightly faster queries, since only one WHOIS server needs to be contacted. If a registrar goes out of business, a thick registry contains all important information and registration information can be retained.

Thin Lookup Model

A thin registry will only hold a reference to the registrar’s whois server which contains the information for the domain which is registered through them. The largest generic TLDs, .com & net, are thin registries. Here the domain registrar simply holds the registrar name and the Name Servers for the domain. Once the query for the whois record is received, it fetches the records from the WHOIS server of the domain registrar. The registrars are responsible for keeping the entire whois record.

~$ whois supportsages.com

Whois Server Version 2.0

Domain Name: SUPPORTSAGES.COM

Registrar: GODADDY.COM, LLC

Whois Server: whois.godaddy.com

Referral URL: http://registrar.godaddy.com

As you can see, the whois server is of GoDaddy, the registrar for the domain.

In a thick model (org, biz, info, etc.), the software or the lookup will display only the registry expiry dates as it is the only whois server involved in the process.

For registries that use the thin model, the software will display expiry dates corresponding to the two whois servers. These are labeled registry expiry and registrar expiry.

Since the thin look up model gets details from two set of values, there can be conflicting values for the same parameter as in the case I mentioned in the beginning of the post.

Case Study

To keep the identity of the domain, I am masking the domain name with ours . So you will fail to get the same results for the same test, which are shown as examples.

$whois supportsagescom

Domain Name: supportsages.com

Registrar: PDR LTD. D/B/A PUBLICDOMAINREGISTRY.COM

Whois Server: whois.PublicDomainRegistry.com

Referral URL: http://www.PublicDomainRegistry.com

Status: clientTransferProhibited

Updated Date: 02-oct-2012

Creation Date: 09-oct-2011

Expiration Date: 09-oct-2013

>>> Last update of whois database: Thu, 29 Nov 2012 07:17:43 UTC <<<

The lower part of the result conatians the following entries as well

The Registry database contains ONLY .COM, .NET, .EDU domains and

Registrars.

Domain Name: supportsages.com

Creation Date: 10-Oct-2011

Expiration Date: 12-Oct-2013

When I checked the issue on 12th Oct 2012, the first part indicated that the domain is not expired and it is valid till 09-oct-2013. While the second part confirmed that the domain got expired on 9-Oct-2012. I cross checked it with our billing system and confirmed that the domain expired on 9th Oct and hence renewed it. This resolved the site issue, but the difference in the expiration date persists. An explanation for the paradox was essential and hence I made a detailed study and found that the first value ” 09-oct-2013″ is returned from the registry. While the second on “21-Oct-2013” is retrieved from the registrar whois record.

As mentioned in earlier parts of the article, the lookup performed for the domain is a thin lookup as it is a .com TLD domain. Hence it is probable to have multiple values for the expiration date. But in our case, we haven’t renewed the domain and hence a renewed status in the registry made too much confusion. A Proper understanding of domain expiration process removed the confusion.

Explanation

The moment any domain name reaches its expiration date, the central registry automatically bills the domain name registrar (such as GoDaddy) the annual fee, then adds a year to the expiration date. Then onwards any whois lookup performed on the registry will display the updated records.

The domain renewal is performed without seeking any confirmation from the registrar. If the registrar is not interested to renew the domain, then he can request the registry to delete the domain name within 45 days. This period is known as Grace period. The domain name owner can renew his domain with registrar during this period. If the domain name is deleted, the registrar receives a refund for the fee and the domain name will be purged from central registry’s WHOIS system, after following the domain expiration procedures.

So there is a high possibility for the existence of a registry record with a new “renewed date” during the grace period. It is up to the registrar of the domain to decide, whenever the domain is to be renewed or not, even if it is renewed by the registry. If his client is not ready to pay for the renewal, then the registrar can ask for a deletion of the record at any time and hence the records returned from the registry are considered to be meaning less, especially during the grace period.

The thin lookup guideline insists that for “.com” and “.net” names, domain name companies are required to run their own, separate WHOIS servers and those servers are the authoritative servers for the whois lookup. Hence in the above example, the actual expiration date is 12-Oct-2013. In other means, the domain was supposed to be renewed on 09-oct-2012 but the client let it expire and renewed it for one year during the grace period on 12 Oct 2012.


  • General
  • Howtos
  • Linux
  • Special Offers
  • Training
  • Troubleshooting

.htaccess based mod_rewrite not working with Godaddy ?

.htaccess based mod_rewrite not working with Godaddy ?
  • Apache
  • General
  • Howtos
  • Linux
logo

/proc explained

/proc explained
  • Linux
logo

A story of Ubuntu – I am what I am because of who we all are :)

A story of Ubuntu – I am what I am because of who we all are :)
  • General
  • Training
logo

Account Creation: Sorry, a mysql user with the name x already exists.

Account Creation:  Sorry, a mysql user with the name x already exists.
  • MySQL
  • Troubleshooting
logo
Whois: The best explanation ever – multiple expiration dates

Posts by George K.

George started his career in web hosting and Linux technical support in the year 2004 and is with SupportSages since 2009. He has keen interest in server optimizations, custom security solutions, hacked server recovery, cyber forensic and high availability fail over system design and implementation. George loves long drives and is passionate about art and literature.