Finding People's Locations Based on Their Activities in Cybe

Stumbled over a good link? Post it here... (the board is flushed regularly)
Post Reply
scatter
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 366
Joined: 01 Jan 2014, 05:22
10

Finding People's Locations Based on Their Activities in Cybe

Post by scatter »

The Intercept article:
https://firstlook.org/theintercept/arti ... cret-role/" onclick="window.open(this.href);return false;

The NSA's tracking of cell phone locations:
http://www.washingtonpost.com/world/nat ... story.html" onclick="window.open(this.href);return false;

The NSA documents:
http://www.washingtonpost.com/blogs/the ... tion-data/" onclick="window.open(this.href);return false;
http://apps.washingtonpost.com/g/page/n ... p2/a135600" onclick="window.open(this.href);return false;

NSA tracking leaky cell phone apps:
http://apps.washingtonpost.com/g/page/n ... p2/a135600" onclick="window.open(this.href);return false;

War driving from drones:
http://blogs.computerworld.com/16767/wa ... fing_drone" onclick="window.open(this.href);return false;

NSA hacking iPhones:
http://leaksource.files.wordpress.com/2 ... utjeep.jpg" onclick="window.open(this.href);return false;

NSA surveillance and corporate capabilities:
https://www.schneier.com/essay-467.html" onclick="window.open(this.href);return false;
http://www.theatlantic.com/technology/a ... ty/282822/" onclick="window.open(this.href);return false;


PS:Don't think because you don't have the material you can't do that ;) the magic is doing that without the big materials

User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Re: Finding People's Locations Based on Their Activities in Cybe

Post by ayu »

Interesting stuff!
"The best place to hide a tree, is in a forest"

scatter
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 366
Joined: 01 Jan 2014, 05:22
10

Re: Finding People's Locations Based on Their Activities in Cybe

Post by scatter »

cats wrote:Interesting stuff!
thx and its not in pending submissions section :-99

User avatar
DNR
Digital Mercenary
Digital Mercenary
Posts: 6114
Joined: 24 Feb 2006, 17:00
18
Location: Michigan USA
Contact:

Re: Finding People's Locations Based on Their Activities in Cybe

Post by DNR »

Don't forget the social engineer aspects - people post images, videos, and topics of interest - usually local. images frequently have address or vehicle plate numbers exposed. Pictures can show the person's room and personal effects.

DNR
-
He gives wisdom to the wise and knowledge to the discerning. He reveals deep and hidden things; he knows what lies in Darkness, and Light dwells with him.

scatter
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 366
Joined: 01 Jan 2014, 05:22
10

Re: Finding People's Locations Based on Their Activities in Cybe

Post by scatter »

DNR wrote:Don't forget the social engineer aspects - people post images, videos, and topics of interest - usually local. images frequently have address or vehicle plate numbers exposed. Pictures can show the person's room and personal effects.

DNR
fact there is also a trick I wanted to mention here, many people don't use vpn or proxy when logged on facebook and beleive me even some hackers don't use that so the trick is to give them a link to a picture you host, and they will click the link to see the picture and boom you got their ip ;)

this is the php code used to log the ip of the person who opens the image:

#<?php
$log = 'logger.html';
$ip = $_SERVER['REMOTE_ADDR'];
$page = $_SERVER['REQUEST_URI'];
$refer = $_SERVER['HTTP_REFERER'];
$date_time = date("l j F Y g:ia", time() - date("Z")) ;
$agent = $_SERVER['HTTP_USER_AGENT'];
$fp = fopen("logger.html", "a");
fputs($fp, "
<b>$date_time</b> <br> <b>IP: </b>$ip<br><b>Page: </b>$page<br><b>Refer: </b>$refer<br><b>Useragent:

</b>$agent <br><br>
");
flock($fp, 3);
fclose($fp);
?>#

PS:ofc you can add more options to the code to even get mac adress etc :)

Sorry for puting the code here but I made it between # to that it doesn t have any kind of effect :)
Last edited by scatter on 05 Mar 2014, 17:28, edited 1 time in total.

User avatar
DNR
Digital Mercenary
Digital Mercenary
Posts: 6114
Joined: 24 Feb 2006, 17:00
18
Location: Michigan USA
Contact:

Re: Finding People's Locations Based on Their Activities in Cybe

Post by DNR »

also - they use the same avatar, nick, or cross post topics - to a unsecure site like facebook or twitter at the same time. Tineye, or image search can show this.

Human behavior.

DNR
-
He gives wisdom to the wise and knowledge to the discerning. He reveals deep and hidden things; he knows what lies in Darkness, and Light dwells with him.

scatter
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 366
Joined: 01 Jan 2014, 05:22
10

Re: Finding People's Locations Based on Their Activities in Cybe

Post by scatter »

DNR wrote:also - they use the same avatar, nick, or cross post topics - to a unsecure site like facebook or twitter at the same time. Tineye, or image search can show this.

Human behavior.

DNR
I agree.there is also the way of writing and speaking, reaction to sthg that can be used to confirm someone s id if we confuse him with another person or he denies it.there are words that person likes to repeat or say,sometimes he just says them without being conscious

By the way for what I said about people who doesn't use VPN well even those who uses VPN it can be easily broken depending on which VPN provider he is using

Post Reply