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 :

  • Twitter
  • Instagram
  • Snapchat
  • Whatsapp
  • 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
Alternative to this you can also use telegram bots such as SovaBot.when you submit your email it pops up with options now choose the first option that is HOLEHE this bot works in the same way as HOLEHE website.

Twitter phone number check : 

copy the victim contact number and then go to this link

Twitter : this link is a reset password page when you enter the contact number it pops up either with error or else it redirects to other page .If the page is redirected then we can conclude that the contact is linked to twitter and if the page gives you a error then its not linked

Facebook

                 In the past 4 years this facebook is widely used as social messenger but later the use of this has been reduced and replaced by other apps but the information that is left here is enough for someone to get good information about you

Im gonna show a single link where you can perform both mobile number and email search to know whether they are used by anyone of the facebook users


The juicy thing is when we lookup through this then we can find their profile name,profile picture(if they set) and also can conclude that this email or else this contact number is used by a facebook user and later searching on the facebook based on the result that we got 


Instagram :

                   This is the trending social media where people post,share and make short videos

Im going to share a python file  SocialChecker

Download the above file and run in any python environment 

Requirements : Requests module

command : pip3 install requests

usage : python3 (downloaded file name) and later it prompts for email then enter the email now it shows different results if the colour of the instagram is red then it indicates it is not linked to instagram

Alternatively you can use SovaAppBot in telegram by following the same description that i mentioned before

Instagram phone number lookup : 

                                                      To find our targeted mobile number is linked with instagram we can follow the below process

  • 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
 
Snapchat
 
                Snapchat is widely used as a photo sharing app because this snapchat has a capability of showing a virtual non imaginery content from original content especially human faces 

To find email linkedin to snapchat : 

                                                        You can use the same SocialChecker to find linked snapchat email because in that socialmediaChecker consecutively finds whether the email is linked to Instagram,SnapChat or twitter

Snapchat phone Check : 

                                       For Checking phone number for snapchat we can proceed with github tool
  • 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!
 
Discord
 
              Discord is less using social media but we can also find whether the email is linked to discord
 
You can use the same  SovaBot  to find the email

Comments

Popular posts from this blog

UniqueSINT PART - 1

UniqueSINT PART - 3