When performing some DNS brute-forcing on my company's domain, I found entries for servers like "ww" and "wwww" that point to ip's that we do not own.
What is the process for removing those unauthorized entries from DNS?
|
When performing some DNS brute-forcing on my company's domain, I found entries for servers like "ww" and "wwww" that point to ip's that we do not own. What is the process for removing those unauthorized entries from DNS? | |||||||||||||
feedback
|
This question came from our site for professional and enthusiast programmers.
|
If it is on your authoritative servers that you control, then just delete the records. If it's on servers that aren't authoritative for your zone that you don't run, there's nothing that you can do except contact the server operator. That said, having records for your zone on a server that isn't authoritative for your zone isn't really a big deal. | |||||||
feedback
|