I got sent an article today (http://hakerin.com/facebook-user-location-finder-noobs/
). With the click-bait title "Facebook User location Finder" Of course I clicked it.
Going through the "article" there is not a lot of details given. And I thought I would try it out.
It basically stated that it was possible to find out the location of a Facebook user that sent you a Facebook message. Specifically, by looking at the IP addresses that appear in the "Foreign Address" column of Netstat. To find the geo-location one has to copy the last added IP address from the list into a IP address lookup tool like http://whatismyipaddress.com/
. Then copy the coordinates and use google maps to find the exact location of the person.
After some time getting the preferred Netstat arguments and some filtering with awk netstat -ntpw | awk '{print $5}'
. The GEO locations the IP addresses hold are mostly in America some in Ireland and some in the Netherlands. When I enter the coordinates in google maps I get unknown locations.
This is just fake, right? Or did it used to work like this? If so, that would seem very concerning.