TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Marauder’s Map: Sniffing MAC addresses in the MIT wireless network [pdf]

35 pointsby phwdover 8 years ago

5 comments

jswrennover 8 years ago
The characterization of the adversary here being some malicious third party, though traditional, is something of a bogeyman as far as actual risk is concerned. Institutions running large mesh networks are in a privileged position to track users in this way.<p>At Brown University, complete connection logs for each wireless access point have been kept for no less than two years. A group of students last year were given this data and produced a (historical) map of student movement. There is no reason to believe that the University could not or is not rendering such a map in real-time.
Kadinover 8 years ago
Neat idea.<p>As a general aside, when publishing documents that start off as LaTeX, putting them on Github (or some other Git hosting service) would potentially allow others to contribute corrections. There are a bunch of typos in the paper that would be trivial to correct, but of course there&#x27;s no easy way to submit corrections to a PDF.
wyldfireover 8 years ago
Narry a &quot;solemnly swear&quot; nor &quot;mischief managed&quot; to be found in the entire paper. Tsk.
评论 #12348492 未加载
dstyvsky33over 8 years ago
I have made something at least similar.<p>There is another post on my site about integrating live visualization with D3 as well.<p>I found that the metadata pertaining to signal strength to be too variable based on device manufacturer to be accurately used for a distance calculation without a lot of individual fine tuning or at the very least triangulation.<p>Triangulation runs into its problems though because of the inaccuracies of usb timing.<p><a href="http:&#x2F;&#x2F;www.coderecon.com&#x2F;pages&#x2F;post_4" rel="nofollow">http:&#x2F;&#x2F;www.coderecon.com&#x2F;pages&#x2F;post_4</a>
borgelover 8 years ago
Interestingly, Apple has already started randomizing MAC addresses [1] on iOS (8?) and newer devices. Though maybe not quite as successfully as it seemed at first.<p>[1] <a href="http:&#x2F;&#x2F;www.imore.com&#x2F;closer-look-ios-8s-mac-randomization" rel="nofollow">http:&#x2F;&#x2F;www.imore.com&#x2F;closer-look-ios-8s-mac-randomization</a>
评论 #12346803 未加载