Earlier quoted context omitted.
How does that work? If a friend of mine and I both took the bus to a movie and returned to our start how do you differentiate between us? Seems like this would come up a lot with commuters.
Of course that case will fail but for almost all cases if you know something like that you took x bus to work and then a week later you took one to the mall its now possible to find all of their trips. For someone you know somewhat well its not hard to find 2 trips they took and then be able to find all of their trips.
Mozilla research: Browsing histories are unique enough to identify users
51–60 of 131 posts
Re: Mozilla research: Browsing histories are unique enough to identify users
#52Earlier quoted context omitted.
DNS resolve measurement to see if it is cached by the OS can potentially breach that.
Can JavaScript measure DNS resolve time?
Re: Mozilla research: Browsing histories are unique enough to identify users
#53Re: Mozilla research: Browsing histories are unique enough to identify users
#54If the study establishes that for all practical purposes, online anonymity is impossible to maintain for average users, what are the implications (a) for the average user; (b) for the economy; and (c) for society?
(b) Lots and lots of money?
(c) Not soo many annoying ads popping up, but rather ones that seem at least vaguely relevant? Will make me less angry and more sociable.
Re: Mozilla research: Browsing histories are unique enough to identify users
#55Why not "Mozilla research: We asked users for their name and address and the ones telling the truth we could identify"
TOR is fighting identifying users from the screen size of their window when maximised.
Here's the original paper which is more about how you can access the browsers histories - https://www.petsymposium.org/2012/papers/hotpets12-4-johnny....
Can you still access browsers histories? I'd have to guess no way without a zeroday. The original site is down. http://www.wtikay.com/ Firefox fixed it - https://bugzilla.mozilla.org/show_bug.cgi?id=147777
Re: Mozilla research: Browsing histories are unique enough to identify users
#56Earlier quoted context omitted.
Malicious extensions are a likely culprit. This is the ultimate irony of the whole WebExtensions debacle; browser vendors wanted to stop the extensions from interacting with the browser because maintaining that interface is work, so now the most trivial extensions will request full access to all websites so they can inject scripts. To bring back "backspace navigates back" I have an extension that needs just that.
On Firefox you can go to about:config and set 'browser.backspace_action' to 0.
I sympathize with the other user having to change a default setting or install an extension, but I'm glad that the felt behavior changed.
Re: Mozilla research: Browsing histories are unique enough to identify users
#57Re: Mozilla research: Browsing histories are unique enough to identify users
#58Earlier quoted context omitted.
Of course that case will fail but for almost all cases if you know something like that you took x bus to work and then a week later you took one to the mall its now possible to find all of their trips. For someone you know somewhat well its not hard to find 2 trips they took and then be able to find all of their trips.
Ok, so two trips but not any two trips. It requires a lot more knowledge of the person. For someone you know well why would you even need to look at the data?
Re: Mozilla research: Browsing histories are unique enough to identify users
#59Earlier quoted context omitted.
Of course that case will fail but for almost all cases if you know something like that you took x bus to work and then a week later you took one to the mall its now possible to find all of their trips. For someone you know somewhat well its not hard to find 2 trips they took and then be able to find all of their trips.
Ok, so two trips but not any two trips. It requires a lot more knowledge of the person. For someone you know well why would you even need to look at the data?
Re: Mozilla research: Browsing histories are unique enough to identify users
#60To this me and a friend started sketching on a VPN/HTTP proxy that will have a set of say 100 outgoing IPs, look at the domains being connected to and distribute request destinations over IPs. So e.g. Google would always see the same IP, which would be different from the one Facebook sees. While access times cross-references and identification is still theoretically possible, it should be an entirely different game.…
Edit: My math is wrong. I thought IPv6 was 2^64, but it's actually 2^128, so that percentage is 10^20 times more miniscule.