Just as the title reads: How do I discover what nameserver is the authoritative nameserver for PTR records for a specific IP?
Just as the title reads: How do I discover what nameserver is the authoritative nameserver for PTR records for a specific IP?
Or another way using nslookup on an address in the 216.239.32.0 subnet:
Which will give you a list of name-servers for that reverse-lookup domain.
Sorry it's kind of obvious, it's late give me a break.
dig XX.XX.XX.in-addr.arpa. will reply with the SOA if one has been assigned.
Let's consider the IP
198.1.1.1
here are the differentdig
commands to use to get the authoritative server (SOA) for different blocks of including this IP:means there is no SOA a this level (/32),
means
smtdns1
is the SOA a this level (/24),means
z.arin.net
i sthe SOA a this level (/8).IF you are using Linux, try 'dig -x '.
DNSStuff.com is a great place - their free tool will show this - as well as some other information for who is responsible for the IP Space - in case you need abuse contact details.
Don't worry - we all know how those late nights go...