UniqueSINT PART - 2
This post is the continuation of the previous post UniqueSINT PART - 1
so lets start this blog
UniqueSINT PART - 2
In this blog we mainly focus on estimating whether the email or a phone number that we got during our investigation and also we can look at some tools and methods for estimating for the contact number too
Email : example123@gmail.com
The above email is our target email and we can start looking into various different social media sites that are mostly used in India such as :
- Snapchat
- Telegram
- Discord
Twitter :
Twitter is a widely used social media by most of the persons so lets start checking our target email is linked to twitter or not and also we see method for checking the contact number linked to the twitter
- As mentioned in the previous post copy the victim email
- Now analyse this link and try to copy this link too
- link : https://api.twitter.com/i/users/email_available.json?email=example123@gmail.com
- As you see we need to replace that example123@gmail.com with our victim email
- A file will be automatically downloaded check the file(JSON) and see the content
- If your file contains the parameter "taken":true then this means the email is linked to twitter and if "taken":false then this means the email is not taken
- Open the terminal and install the python module called ignorant
- installation : pip3 install ignorant
- After successfully installing this module now we can proceed
- command : ignorant 91 9876543210
- After running the above command you can know whether the phone number is registered or not
- If you got installation issues with ingnorant module you can clone this github repo : IGNORANT
- Clone this github repo : CheckSnap
- instructions : git clone https://github.com/Fah4d/Remax-CheckSnap/
- cd CheckSnap
- pip3 install requests
- python3 CheckSnap .py ( No space between CheckSnap and py)
- It prompts for Country name then Type : IN
- Now enter mobile number if the result is linked then we can confirm that the mobile number is linked to snapchat
Linkedin :
Linkedin is a profession based job searching platform so the information that we get here is trusted
Check the email is registered to linkedin :
- Open this outlook link
- Click "New contact"
- Click "Add more" > "Email address"
- Enter email and Click "Create then Click "Linkedin"
- Click LinkedIn and will pop up a window asking you to login
- Login - click “Continue to LinkedIn” and also “Accept”, to link (Connect) your Microsoft Outlook account to your Microsoft LinkedIn account
- Back to Outlook now you can see the LinkedIn profile of the email address you was searching!
Comments
Post a Comment