10
votes
8answers
2k views
Who provides a WHOIS API?
Anyone can do WHOIS lookups through the whois command line tool or web based interfaces direct from the registrar but there are query limits which make commercial use difficult e.g …
3
votes
4answers
133 views
Hiding personal info from WhoIs [closed]
Is there a way to hide it legally? I really need an answer on this. So, Please enlighten me.
WhoIs Info for stackoverflow.com
Registrant:
Jeff Atwood
410 Clayton Ave
El Cerrito, …
2
votes
4answers
48 views
Checking domain name availability with DNS records
How accurately can a domain name's availibility be determined by checking for the existence of NS or SOA (Start of Authority) records?
If not, how can I determine this as accurate …
2
votes
4answers
88 views
Tools for finding domain names
I've built out a pet project of mine, and am now looking for a good domain name for it. Arbitrarily doing whois lookups on ideas that pop into my head seems inefficient.
What tool …
2
votes
4answers
313 views
How can I determine which company an IP address belongs to ?
I'm trying to programmaticaly determine the company* associated with a given IP address.
My first guess was this :
string hostname = Dns.GetHostEntry(IPAddress.Parse(ip)).HostN …
2
votes
3answers
478 views
How do you check if a domain name exists ?
Not only easy ones like .com or .net, but also, .co.uk, .fr, .gov.rw ... ?
Should I really make a huge mapping "tld to relevant whois server", or is there an easier way ?
Thanks …
2
votes
6answers
621 views
How to get whois information of a domain name in my program?
I want to get whois information of a domain name from my c#/java programs. Is there a simple way to do this?
1
vote
0answers
55 views
Strange whois results [closed]
Did a whois today on Facebook (because it was unreachable) and noticed strange things coming up. Any idea what this is all about?
(Ignore the brush marks, hiding the stuff that wa …
1
vote
1answer
187 views
Whois API and Whois Parser
I'm looking for a program/service that does Whois lookup and parses the whois data into detailed finer details, eg. registrant-> registrant_name, street address, city, state/provin …
1
vote
1answer
87 views
How to create a list of recently expired domains?
I see many websites offering services to list recently expired domains. I also see many blogs on how to use these websites.
However, none of them explain what is necessary to gene …
1
vote
3answers
207 views
Is there a way to emulate the ‘whois’ tool using php?
I don't have whois installed on my server (apparently it's in the works but no real news on it). I was wondering if anybody knew a way to emulate the functionality of it though. I …
1
vote
2answers
2k views
Possible to download entire whois database / list of registered domains?
I wanted to do some analysis on registered domain names. Looks like I can hit whois.internic.net to get information about each domain, but it also looks like there are rate limits …
1
vote
2answers
279 views
Is there a public API to get domain WhoIs information?
Is there a public API that can be used to get domain who is information
1
vote
8answers
430 views
Most efficient way to programatically determine if a web domain is available?
I am writing some code to determine whether a network domain is registered. For example, I want to check if "Google123.com" is available. There are at least two ways I can do this …
1
vote
4answers
752 views
What Python way would you suggest to check whois database records?
Hey,
I'm trying to get a webservice up and running that actually requires to check whois databases. What I'm doing right now is ugly and I'd like to avoid it as much as I can: I c …
