views:

150

answers:

2

Is there any way to find the owner or the domain Example if i give the ip of google my tool find that ip of google this shoul be done address programatically most prefered programing language will be vc++ other language is also not a problem

A: 

I'm not sure if I understood your question correctly, but what You are looking for is probably reverse dns look up.

Maciek Sawicki
+3  A: 

The keyword of what you are seeking seems to be WHOIS

This information can typically be queried for "free" at the various Internet registrites such as ARIN (American Registry for Internet Number), RIPE (for Europe) etc.

However, given the distributed nature of these registries, the relatively heterogeneous format of the data stored/returned and the difficulties associated with identifying the "true" entities found at given address (i.e. rather than finding their ISP company...), several commercial services such as Whois API are proposing various level of services to supply this info by way of a unified interface.

mjv