Yep. A few years ago I had a server on DigitalOcean and stopped using it. I forgot to remove the A record for it on a sub-domain connected to my main site and suddenly a sub-domain on my main site was serving ~400,000 pirated PDFs because the old server's IP address was in control by someone else. I wrote about it here: https://nickjanetakis.com/blog/a-recycled-ip-address-caused-... And it was discussed on HN back th…
Tell HN: Please update your DNS records when abandoning servers
41–50 of 69 posts
Re: Tell HN: Please update your DNS records when abandoning servers
#42(sub)domain takeover is one of the more common security issues affecting organisations, and bounty programmes often pay-out for these issues. https://www.hackerone.com/blog/Guide-Subdomain-Takeovers https://github.com/EdOverflow/can-i-take-over-xyz
Re: Tell HN: Please update your DNS records when abandoning servers
#43So how did the prospective buyer even find your e-mail address...? If I were you I would configure my web server so that it will only accept HTTP connections for hostnames that are your own. If you had done that then the buyer would probably never have found you.
Do a dns lookup for a large website. Then google that up address. There is a good chance you will see the domain name in one of the results
Re: Tell HN: Please update your DNS records when abandoning servers
#44(sub)domain takeover is one of the more common security issues affecting organisations, and bounty programmes often pay-out for these issues. https://www.hackerone.com/blog/Guide-Subdomain-Takeovers https://github.com/EdOverflow/can-i-take-over-xyz
Re: Tell HN: Please update your DNS records when abandoning servers
#45(sub)domain takeover is one of the more common security issues affecting organisations, and bounty programmes often pay-out for these issues. https://www.hackerone.com/blog/Guide-Subdomain-Takeovers https://github.com/EdOverflow/can-i-take-over-xyz
This whas not subdomain takeover though.
I've also had people abandon domains onto my nameservers and keep renewing them for years, which is similar.
They are now a sort of pseudo-controlled domain now.
Re: Tell HN: Please update your DNS records when abandoning servers
#46I think they want to "do right by the community" not realizing almost nothing works when people hit the old domain name.
Re: Tell HN: Please update your DNS records when abandoning servers
#47Yep. A few years ago I had a server on DigitalOcean and stopped using it. I forgot to remove the A record for it on a sub-domain connected to my main site and suddenly a sub-domain on my main site was serving ~400,000 pirated PDFs because the old server's IP address was in control by someone else. I wrote about it here: https://nickjanetakis.com/blog/a-recycled-ip-address-caused-... And it was discussed on HN back th…
Although in OP's case someone wanted to buy the domain, so maybe don't update your DNS records, in case your subdomain becomes worth a lot of cash? I mean hell, create a bunch of random bogus A records too just in case any of them wins the lottery ticket. A records are free, after all.
Re: Tell HN: Please update your DNS records when abandoning servers
#48Repo: https://git.kaijucode.com/matt/dug HN Post about dug: https://news.ycombinator.com/item?id=25618012
Re: Tell HN: Please update your DNS records when abandoning servers
#49So obvious in retrospect, and so little talked about. Could something be done with the DNS / IP protocols that would improve this?