Whatsapp

We can get IP address of a whatsapp caller by analysing the traffic in wireshark

Finding IP address of a WhatsApp caller (Only works if call is picked up)

  1. Install Wireshark on PC

  2. Check your ip address of PC

  1. Start Wireshark and apply the following filter

ip.addr == 192.168.18.13 && udp
  1. Now make the call and look for our IP.

  1. We can check the IP location

If you see something like this than the actual IP is where the STUN request was made.

Last updated

Was this helpful?