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)
Install Wireshark on PC
Check your ip address of PC

Start Wireshark and apply the following filter
ip.addr == 192.168.18.13 && udp
Now make the call and look for our IP.

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?