Skip to main content

OSINT tutorial to Find Information from a Phone Number – PhoneInfoga Tool


phone number plays a vital role in the social engineering and the open source intelligence investigation. Everyone carry’s phone, the phone is now linked with an individual life and it has the most important information of a person. In the OSINT investigation, we need to find-out the line type, carrier, location and other relevant information about the subject’s phone number. The number itself shows some information like country, city (landline pattern) and sometimes carrier; while the other information can be extracted by using the open platform available.
 
This tutorial is about PhoneInfoga, as the official doc says:

“PHONEINFOGA IS ONE OF THE MOST ADVANCED TOOLS TO SCAN PHONE NUMBERS USING ONLY FREE RESOURCES. THE GOAL IS TO FIRST GATHER STANDARD INFORMATION SUCH AS COUNTRY, AREA, CARRIER AND LINE TYPE ON ANY INTERNATIONAL PHONE NUMBERS WITH A VERY GOOD ACCURACY. THEN SEARCH FOR FOOTPRINTS ON SEARCH ENGINES TO TRY TO FIND THE VOIP PROVIDER OR IDENTIFY THE OWNER.”

phoneinfoga osint tutorial
As shown in the picture above, the PhoneInfoga utilizes the open source platforms, their APIs and even Google dorks to get the meaningful and relevant information of a phone number. You can search on these platforms individually too; but PhoneInfoga automates the process and we love automation, right?

How to Install PhoneInfoga on Kali Linux?

First of all, you need to download the source code (clone it) and then; get all the dependencies installed.

Requirements:

PYTHON3 AND PYTHON3-PIP OR DOCKER GIT OR WGET AND CURL

Manual installation

Clone the repository

GIT CLONE HTTPS://GITHUB.COM/SUNDOWNDEV/PHONEINFOGA CD PHONEINFOGA/

 

osint tool installation

 

Install requirements

PYTHON3 -M PIP INSTALL -R REQUIREMENTS.TXT –USER

 

Create the config file

CP CONFIG.EXAMPLE.PY CONFIG.PY

See the version using the -v operator to confirm the conversion and installation

PYTHON3 PHONEINFOGA.PY -V

osint phoneinfoga kali linux

Basic scan

PYTHON3 PHONEINFOGA.PY -N “(+42) 837544833”

Country code and special chars such as ( ) – + will be escaped so typing US-based numbers stay easy :

PYTHON3 PHONEINFOGA.PY -N “+1 555-444-3333”

Note that the country code is essential.

Comments

Popular posts from this blog

How to find the password of hacked email addresses using OSINT

https://youtu.be/JAjVwf5NEOk Open-source intelligence or OSINT   is a potent technique, and it can give a lot of valuable information, if implemented correctly with the right strategy and correct tools. In this article, I will show you how a hacker can get passwords of thousands of email addresses without attacking the webserver or without using any other hacking technique; but, just using the power of OSINT. You can implement all the techniques discussed in this article manually; however, to enhance the operation and to maximize the result, we will utilize Maltego along with a web service called Have I been Pwned? Access the Hacked Passwords Systematically Blackhat hackers usually post and publish data after hacking a webserver; for example, they dumped Linkedin hacked accounts and others. Let’s just fetch all this valuable information smartly. Tools used in this article: theHarvester Maltego Have I been Pawned I have discussed the  configuration of Maltego with Have I been P...

Everything You Should Know About DEEP WEB | Brief Intro To Deep Web

What Is The Deep Web? The  deep web  is also referred to as a hidden web or invincible web. These are comprised of the  World Wide Web . The contents of the deep web are not indexed by web engines that perform standard searches. However, the ‘ Surface Web ’ can be said to be the antonym of the deep web. It is can be accessed by almost everyone who uses the internet. This term was first coined by Michael K. Bergman, a computer scientist. The contents of the deep web include all the forms hidden behind HTTP. Also, it has many common uses such as online banking, webmail, access to social media pages which are private or restricted. Web platforms that require paying for the services we have to access, are also easily accessed using this. Also, forums that are protected by certain paywalls can also be broken through. Others among these include online magazines and newspapers. A direct URL or IP address can be used in order to access the website. But then, if it is a public web...