I
I
Igor2014-06-17 10:39:38
API
Igor, 2014-06-17 10:39:38

How to programmatically get a list of domain names associated with a particular IP (reverse DNS)?

I'm trying to solve this kind of problem. To be honest, I didn’t even think that problems would appear and I would have to create a question here. But the situation is different.
So. Let's say there is a test address like this: 173.255.243.189
RobTex.com shows about 100 DNS records
I tried using nmap v6.40 (I know that version 6.46 is out, but I have not worked with it yet: Ubuntu 14.04 does not update nmap to this version, and compile from source, waste time with an incomprehensible result on the output is not a hunt) to get a list of records. First googled this page
And tried:

$ nmap -sP -R 173.255.243.189
Starting Nmap 6.40 ( nmap.org ) at 2014-06-17 11:13 MSK
Nmap scan report for nmap.org (173.255.243.189)
Host is up (0.32s latency).
Nmap done: 1 IP address (1 host up) scanned in 0.41 seconds

Those. only one entry returned - about nmap.org
Then I googled this page
"Great, nmap can work with robtex, from which I have already received results, Problem solved," I thought. But it was not there:
$ nmap -sP --script http-robtex-reverse-ip --script-args http-robtex-reverse-ip.host='173.255.243.189' 173.255.243.189
Starting Nmap 6.40 ( nmap.org ) at 2014-06- 17 11:01 MSK
Nmap scan report for nmap.org (173.255.243.189)
Host is up (0.19s latency).
Nmap done: 1 IP address (1 host up) scanned in 0.65 seconds

again we see one record. How to solve the problem? Is it possible to get nmap to correctly list the DNS records associated with an IP address? Or maybe there is some online service that provides an API to solve this issue?
As I understand it, RobTex itself does not currently provide an API
Содержимое
Взято от сюда:
Q: Do you provide access to a public or commercial API?
A:We do not offer a public API service at this point in time. However, we are always eager to meet the demands of our customers, and will look into providing such services in the future. In order for us to provide an API that matches the overall quality of robtex.com, exceptional care and effort must be applied. The bottleneck is not time nor code compatibility, but rather a sense of perfectionism. We simply will not allow ourselves to release anything that is not perfectly optimized to our customer's needs. This is where you, our customers, play a vital role, as we rely on feedback in order to design and implement the API features you want.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Karabanov, 2014-06-17
@karabanov

How to solve the problem?

Ask the hosts of NS1.LINODE.COM to register a reverse zone for all other domains.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question