Tag Archives: whois
How to Get Domain Whois Data in C with Sockets on Linux – Code Example
Whois A whois client is a program that will simply fetch the whois information for a domain/ip address from the whois servers. The code over here works according to the algorithm discussed here. A whois server runs a whois service on port 43 (whois port). We need to connect to this port with sockets and… Read More »
Fetch IP whois data from terminal using telnet
In a previous article we saw how to . Now here we shall see how to perform a whois for an ip address from the terminal. Get your ip address from ipmango.com. I got this IP : 59.93.210.154 Little Theory The information about any ip or ip range is stored in the Regional Internet Registry…. Read More »
Get domain whois information with telnet
Whois is often used to find out the details of the owners or the registrants of a domain name. The details includes name, address, telephone number etc. Whenever a domain is registered by a user, the user has to fill out own details at the domain registrar. These details are fed into the whois system,… Read More »