Top "Whois" questions

The WHOIS protocol allows a user to query the registrant of a particular domain name or IP address.

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 = …

.net dns whois
Doing a whois with a list of domain names

I've got a file of domain names e.g. equivalent to 2500. I would like to do a whois on these …

web whois pywhois
bash IP whois lookup script

I have a decent admin script working for checking what IPs are logging on too a web app but I …

linux bash shell whois
Hiding personal info from WhoIs

Is there a way to hide it legally? I really need an answer on this. So, Please enlighten me. WhoIs …

privacy whois
Using Node.js, how can I check whether a domain name is registered?

I'm building a simple webapp to teach myself node.js, and in it I need to check whether a certain …

javascript dns node.js whois
Use fsockopen with proxy

I have a simple whois script if($conn = fsockopen ($whois_server, 43)) { fputs($conn, $domain."\r\n"); while(!feof($conn)) { $output .= …

php proxy fsockopen whois
AttributeError: 'module' object has no attribute 'whois'

I tried to execute this code: import whois w = whois.whois('webscraping.com') print w And I got the error …

python-2.7 whois pywhois
WHOIS command not returning useful information?

Nowadays, whenever you use WHOIS command doesn't return any usefully information. I usually have to go to Godaddy, Dnsstuff or …

dns whois domain-name nameservers
Get domain name expiration date via PHP

Here is my current code: function get_cmd () { if (file_exists('/usr/local/bin/whois')) $cmd = '/usr/local/…

php dns whois
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 …

dns whois nameservers