What are best practices to make this as secure as possible?
Ask HN: How do I secure the domain for my business?
1–10 of 64 posts
Re: Ask HN: How do I secure the domain for my business?
#2Re: Ask HN: How do I secure the domain for my business?
#3I don't hold any domains for corporate enterprise purpose but, if I did, I'd be looking for domain registrars that can provide some guarantees.
I don't know if such a thing exists, hopefully someone here can answer that, but if not, I'd start making some phone calls/sending some emails to see what/who can offer better than your typical cookie cutter registrars.
Re: Ask HN: How do I secure the domain for my business?
#4Re: Ask HN: How do I secure the domain for my business?
#5There are features of domain providers that can prevent domain transfer without certain conditions being met. I don't hold any domains for corporate enterprise purpose but, if I did, I'd be looking for domain registrars that can provide some guarantees. I don't know if such a thing exists, hopefully someone here can answer that, but if not, I'd start making some phone calls/sending some emails to see what/who can off…
Since I'm from Germany it'd propably be best to also use a provider from Germany in case any legal issues arise.
Re: Ask HN: How do I secure the domain for my business?
#6Re: Ask HN: How do I secure the domain for my business?
#7Apart from the 2fa to for domain service itself, ensure you are enforcing 2fa if you use an external mail provider. And set the domains to autorenew.
Re: Ask HN: How do I secure the domain for my business?
#8Are you trying to secure it against someone transferring the domains out of your account? Make sure you have all the account security up to date and correct (2FA on the account + the email account that has the ownership), and that all the "transfer locks" are setup (EPP codes and so on)
Are you trying to secure your DNS setup against various DNS attacks? Read up on DNS and various security patterns you can implement like DNSSEC and so on.
You're trying to prevent issues regarding DNS uptime (in case the main domain stops resolving, or other system problems)? In that case, setup DNS over multiple TLDs (and registrars) and have a process for failing over.
In short, it depends on what you're trying to protect against, and who you are trying to protect it against.
Re: Ask HN: How do I secure the domain for my business?
#9Re: Ask HN: How do I secure the domain for my business?
#10What are you trying to secure it against? This is always the first step to think about, also known as "threat assessment" or similar. Are you trying to secure it against someone transferring the domains out of your account? Make sure you have all the account security up to date and correct (2FA on the account + the email account that has the ownership), and that all the "transfer locks" are setup (EPP codes and so on…