How to Install and Use Whois on Kali Linux [Complete Guide]
In this article, we will introduce one of the techniques of information security assessment and information collection. Whois is one of the information gathering tools used in all Linux-based operating systems. In the following, you will learn How to Install and Run Whois on Kali Linux. You can checkout the packages offered on Eldernode website to buy a Linux VPS server.
How to Setup Whois on Kali Linux
What is Whois?
Whois is a data collection service that provides a command-line client for the Whois protocol (RFC 3912) and queries online servers for information such as contact details for domains and IP address assignments. This feature enables suitable Whois server selection for most queries.
The Purpose of Data Retention in the Whois System
–> Strengthen Internet stability and security by providing network operators, computer incident response teams, and ISP’s with the right contacts.
–> Setting the domain name registration status.
–> Support law enforcement officials participating in national and international investigations.
–> Help fight against misuse of information communication technology.
–> Support investigations and actions necessary to prevent infringement of intellectual property.
–> Help businesses and organizations fight fraud and protect the public interest.
–> Maintaining overall user confidence in the Internet as an efficient and reliable means of communication.
–> Track spam or malicious behavior.
In the continuation of this article from the Kali Linux training series, we intend to teach you step by step How to Install and Run Whois on Kali Linux.
Installing Whois on Kali Linux
Before starting installation, Update the system packages using the command below:
sudo apt update
Then Install Whois with the following command:
sudo apt install whois
How to Run Whois on Kali Linux
Now, let’s review various tools of Whois and How to Run them on Kali Linux;
How to Run Mkpasswd on Kali Linux
This tool is a overfeatured front end to crypt(3). You can use this tool by running the command below:
mkpasswd -h
This is a client for the Whois directory service. Use the following command to run it:
whois --help
Conclusion
Whois isn’t fancy, but once you start using it, you’ll realize how much info it can uncover about a domain or IP. Try it on Kali, mess around with a few sites, and you’ll quickly get a feel for how useful it can be. If you’d rather test things somewhere safe, just grab a Linux VPS from Eldernode and experiment freely.