Skip to main content

DNS is corrupted. How do I know and What to do?

As far as custom domain troubleshooting is concerned, it's not always there'll be issues with,
  1. DNS Records
  2. Who Is Issues like 
    • Domain expiration
    • clientHold
There is a case where the DNS could be corrupted. In that matter we need to know two important things.
  1. How do I know my DNS is corrupt?
  2. Where do I report about my corrupt  DNS?
How do I know my DNS is corrupt?
The diagnosis on a custom domain issue with DWI will tell you there could be an issue in DNS while WhoIs Lookup will confirm. I had to face one such thread whose diagnosis steps are shown below,
The above is the dig log of the custom URL which gave me very weird results. I went ahead and checked for expiration/non registered URL/clientHold at Who Is Lookup,
Registry Domain ID: 1619884945_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.enom.com
Registrar URL: www.enom.com
Updated Date: 2016-10-12T03:07:49.00Z
Creation Date: 2010-10-11T18:39:00.00Z
Registrar Registration Expiration Date: 2016-10-11T17:39:26.00Z
Registrar: ENOM, INC.
Registrar IANA ID: 48
Domain Status: clientTransferProhibited https://www.icann.org/epp#clientTransferProhibited

The domain is really registered and that is the very reason we get these details. This confirmed there is no issues with DWI or WhoIs. Now comes the third tool IntoDNS.

What is IntoDNS? 
IntoDNS is again an online tool that helps us check if the DNS is healthy.

How to use Into DNS?

1. Go to http://www.intodns.com
2. Provide your naked domain URL and Report as shown below,
3. As you scroll down, you might see an error with red highlights as shown below,

This will finally tell you your DNS is corrupt.

Where do I report about my corrupt DNS?
The DNS is corrupt and the DNS is offered to you by your registrar. Therefore as you have enough fact that there's an issue at the registrar's end, you may please go ahead and contact the registrar sharing screen shots and links to IntoDNS.

To know how to find who is your registrar, do a Who Is Lookup.

Comments

People also read,

How to secure your Google account and Blogger blog?

As a part of contributions to NCSAM, I am writing this article down on what all should we be aware of with respect to Google's security aspect and how to make sure your blog stays yours forever. What is NCSAM? It's National Cyber Security Awareness Month which is observed during the month of October every year in America. However, we all know cyber security is a world topic and is not limited to just the USA. So let me give some tips with respect to keeping the Google account safe and Blogger blogs safe from hackers. As I secure my account, I hope you people catch up too. In this blog post, I am going to tell about the following, Securing your Google account. Securing your Blogger blog. Securing your Google account Since Blogger is also part of your Google account, let's first see what all we need to do to keep our Google account safe. Don't share your password to anyone. Keep changing your password every 60 - 90 days. Make sure your password is str...

Blogger Tweak - Open external links in new tab automatically

So, once upon a time, a really long while ago, I tried to customise and recreate a Blogger template which is not available anymore, but there's one thing I remember about it. I had a jQuery code written to make all the external links open in new tab. I also thought, it's about time I revive that idea and write a more intact code and here we go.  So, there are two things to do.  Add Javascript code that detects external links and opens them in new tab. Add a CSS code to let users know that a particular link is going to be opened in new tab. Adding a javascript code Please follow the instructions below, Go to https://blogger.com  dashboard Navigate to Themes > click the down arrow near "Customize" and then click on Edit HTML. Now scroll to the very end and paste the following code just before </body> tag. <script type='text/javascript'> document.body.addEventListener(&quot;mousedown&quot;,function(event){       if(event.target.ta...

Blogger HTTPS for custom domain and Cloudflare

In BHF, there was a recent issue related to cloudflare where the browser screams the site is a phishing site. So I thought of writing up how does a service like cloudflare affect your blogger blog. What is Cloudflare? Well we have that written all over Wikipedia: Cloudflare . Let's go on with why Blogger users look for Cloudflare. Anciently Blogger users used Cloudflare for one simple reason. HTTPS for custom domains. So what happens when you introduce Cloudflare into your domain? DNS Redirect. Your custom domain will be configured with the proxy info provided by Cloudflare and when the request is hit, DNS redirect happens. DNS redirect is bad for the site's health. A number of reasons, but the most important is that some browsers, when it detects a DNS redirection, it thinks that it is a phishing site. What is a DNS redirect? I am trying to explain this in easy terms. I'll try not to be too technical. When a custom domain URL is hit, usually the domain reques...