Spoiler alert, it was not a scam, just I was too paranoid :) (I HATE scams. Get a job dude, don't hurt people.)
When I registered my personal domain, emmakun.com, I never imagined I would learn so much about WHOIS records, nameservers, ICANN email validation, and that how easy it is to panic when things don't work!
At about midnight of June 29, 2025, I noticed that my website was not loading anymore. When I tried to visit it, my browser gave me an "ERR_CONNECTION_REFUSED" error. So, I did what any curious researcher would do: I tried to understand the problem and eventually went down the DNS rabbit hole.
I ran WHOIS lookups, checked nameservers, tested my IP address with DNS checkers, and found something odd:
ns1.emailverification.info
and ns2.emailverification.info
.It turned out my domain was on serverHold
, an ICANN status that basically suspends a domain when the contact email has not been verified correctly.
The scary part? I remembered that several days earlier, I received a "Final Request for Email Address Validation" email that landed in the SPAM folder. It looked suspicious:
emailverification.info
, which sounded odd to me.I did not click on the link, as I was convinced it was a scam.
serverHold
status.emailverification.info
for this, so it can be legitimate!I did what I could:
In the end, my registrar confirmed the email was real, they re-sent the validation link, I confirmed it, and the serverHold
status lifted. Big thanks to Rackhost for their helpful and smooth support!!
My domain became alive again within 3-4 hours after writing the support ticket: https://emmakun.com/
The WHOIS check seems okay, the SSL certificate works. Everything is secure.
serverHold
means: in my case it was about missing ICANN email verification.One little problem can teach you a LOT about how the internet really works.
Domain Delegation Flow: ICANN->Registrar->Root Zone->Nameserver Delegation->DNS Zone->Web Server
Thanks for reading, maybe my story will help you too!