On Tue, Dec 15, 2020 at 04:43:08PM +0000, Matthew Crocker wrote:
> I need to get Network Solutions to remove glue records for hosts in my 
> domain.   My domain isn’t registered with Network Solutions and they refuse 
> to speak with me as I’m not a customer.
> ;; AUTHORITY SECTION:
> 
> <MY_CUSTOMER>.com.          172800 IN     NS     dns-auth4.crocker.com.
> 
> <MY_CUSTOMER>.com.          172800 IN     NS     dns-auth3.crocker.com.
> 
> ;; ADDITIONAL SECTION:
> 
> dns-auth4.crocker.com.      172800 IN     A      66.59.48.95
> 
> dns-auth3.crocker.com.      172800 IN     A      66.59.48.94

You or someone else who owns crocker.com appears to have created these
nameserver objects (these are not a part of DNS, except that they may
show up as glue) in the registry:

$ curl https://rdap.verisign.com/com/v1/nameserver/dns-auth4.crocker.com
{"objectClassName":"nameserver","ldhName":"DNS-AUTH4.CROCKER.COM","ipAddresses":{"v4":["66.59.48.95"]},"links":[{"value":"https:\/\/rdap.verisign.com\/com\/v1\/nameserver\/DNS-AUTH4.CROCKER.COM","rel":"self","href":"https:\/\/rdap.verisign.com\/com\/v1\/nameserver\/DNS-AUTH4.CROCKER.COM","type":"application\/rdap+json"}],"events":[{"eventAction":"last
 update of RDAP 
database","eventDate":"2020-12-15T12:06:46Z"}],"rdapConformance":["rdap_level_0","icann_rdap_technical_implementation_guide_0","icann_rdap_response_profile_0"],"notices":[{"title":"Terms
 of Use","description":["Service subject to Terms of 
Use."],"links":[{"href":"https:\/\/www.verisign.com\/domain-names\/registration-data-access-protocol\/terms-service\/index.xhtml","type":"text\/html"}]}]}

$ curl https://rdap.verisign.com/com/v1/nameserver/dns-auth3.crocker.com
{"objectClassName":"nameserver","ldhName":"DNS-AUTH3.CROCKER.COM","ipAddresses":{"v4":["66.59.48.94"]},"links":[{"value":"https:\/\/rdap.verisign.com\/com\/v1\/nameserver\/DNS-AUTH3.CROCKER.COM","rel":"self","href":"https:\/\/rdap.verisign.com\/com\/v1\/nameserver\/DNS-AUTH3.CROCKER.COM","type":"application\/rdap+json"}],"events":[{"eventAction":"last
 update of RDAP 
database","eventDate":"2020-12-15T12:06:46Z"}],"rdapConformance":["rdap_level_0","icann_rdap_technical_implementation_guide_0","icann_rdap_response_profile_0"],"notices":[{"title":"Terms
 of Use","description":["Service subject to Terms of 
Use."],"links":[{"href":"https:\/\/www.verisign.com\/domain-names\/registration-data-access-protocol\/terms-service\/index.xhtml","type":"text\/html"}]}]}

Other domains can use these objects as their nameservers.

Login into your registar account (which appears to be Amazon) and manage
these nameserver objects. Your registar will usually provide a UI to
"manage nameservers" or something similar under which you should find
these objects.

                Mukund

Attachment: signature.asc
Description: PGP signature

Reply via email to