Browser Tests
check.torproject.org says "Sorry. You are not using Tor."? On false positives. And browser fingerprinting. How unique are you? On Browser Tests and Browser Security. Notes on sites such as ip-check.info and whoer.net.
Interpreting Test Results[edit]
Sites like whoer.net
or ip-check.info
are unable to adequately assess and demonstrate the threat of fingerprinting techniques with respect to Tor Browser. These sites generally check for various browser characteristics as well as enabled functionality to reveal specific identifiers. Many of these identifiers require JavaScript, but reports commonly include elements like HTTP headers and attributes, the User Agent, numerous JavaScript attributes, IP address, operating system indicators, browser plugins, cookies, cache, browser window dimensions, fonts and so on. If these elements are enabled/activated, then the browser test sites provide more fine-grained results -- although the Tor Browser design has already taken many into account.
Tor Browser developers have carefully considered Cross-Origin Identifier Unlinkability and Cross-Origin Fingerprinting Unlinkability defenses in their anonymity design. Efforts are focused upon:
- First party isolation of all browser identifier sources (such as cookies, cache etc.) by browser tab. These are deleted after closing the browser, but are saved temporarily while the browser is open so most sites are accessible.
- Specific fingerprinting defenses such as disabling browser plugins, preventing HTML5 data extraction, preventing access to the local host and WebRTC API, resizing browser windows to specific dimensions, and many more.
A fundamental principle adopted to improve Tor Browser anonymity is to make all users appear as uniform (similar) as possible, thereby greatly reducing the effectiveness of tracking efforts by various websites and network observers who rely on identifiers. To learn more about how The Tor Project is preparing to defend against future fingerprinting threats, refer to this recent (2019) blog post: Browser Fingerprinting: An Introduction and the Challenges Ahead.
Making Browsers Safer[edit]
Browser fingerprinting defenses are imperfect and most probably always will be. [1] However, steady improvements are being made over time despite the emergence of novel tracking threats identified by researchers and developers alike. There are certainly too few volunteers who are seriously focused on testing browsers and defeating browser fingerprinting methods.
If you are reading this page, then it is safe to assume being anonymous (less unique), and remaining so is of great interest. Users with a serious intention to research these issues are encouraged to assist in accordance with their skills. Testing, bug reporting or even bug fixing are laudable endeavors. If this process is unfamiliar, understand that about thirty minutes is required per message / identifier to ascertain if the discovered result [2] is a false positive, regression, known or unknown issue.
To date, none of the various leak testing websites running inside Whonix-Workstation™ were ever able to discover the real (external), clearnet IP address of a user during tests. This held true even when using JavaScript or plugins such as Flash Player and/or Java were activated, despite the known fingerprinting risks. Messages such as "Something Went Wrong! Tor is not working in this browser." [3] (from about:tor) or "Sorry. You are not using Tor." (from check.torproject.org) are in most cases non-issues. If the real, external IP address can be revealed from inside Whonix-Workstation, then this would constitute a serious and heretofore unknown issue (otherwise not).
It is unhelpful to ask questions in forums, issue trackers and on various mailing lists with concerns that have already been discussed, or which are known issues / false positives. In all cases, please first search thoroughly for the result that was found. Otherwise, the noise to signal ratio increases and Whonix development is hindered. Users valuing anonymity don't want this, otherwise this would violate the aforementioned assumption.
If something is identified that appears to be a Whonix-specific issue, please first read the Whonix Self Support First Policy before making a notification.
Browser Test Sites[edit]
AmIUnique[edit]
- https://amiunique.org/ -- GitHub source code. This is a general fingerprinting site relying on common identifiers.
Figure: AmIUnique Test in Whonix
cpuid visualiser[edit]
The cpuid visualiser is not a browser test. As its website cpuid.apps.poly.nomial.co.uk
is correctly stating, a CPUID visualizer. It does not claim that it can detect the CPUID from the user's computer. This is further evidenced by the website writing sample cpuid data
. The functionality cpuid visualiser is for a user to voluntarily, locally gather its CPU binary register data and paste it the cpuid visualiser so it can be decoded and visualized.
CPU model and capabilities cannot be remotely detected by a website even if the browser has JavaScript (JS) enabled. See CPUID.
If a user wants to verify this, the following footnote could be considered. [4]
CreepJS[edit]
Doileak.com[edit]
- https://www.doileak.com -- This is another site testing the most common leaks such as IP address, operating system, browser, connection type, timezone difference, WebGL support and so on. However, it includes some uncommon tests such as UDP and torrent leak tests.
Figure: Doileak.com Test in Whonix
Fingerprint Central[edit]
Fingerprint Central is the successor to the https://web.archive.org/web/20170207112813/https://fpcentral.irisa.fr/ website which now appears defunct. The original code is still found on GitHub and can be run locally to help Tor Browser developers rapidly create prototype defenses. [5] The same researchers run Fingerprint Central and have designed the test to differ from Panopticlick so it is dedicated to testing discrepancies between Tor Browser instances only. This assists Tor Browser developers test before releases.
Figure: Fingerprint Central Test in Whonix
Fingerprint.com[edit]
The Fingerprint.com Demo (formally FingerprintJS (on github) is a specifically important test since "12% of the largest 500 websites use Fingerprint.com". Through use of browser fingerprinting, fingerprint.com attempts to assign a unique identifier to the user that is similar to an IP address. Fingerprint.com is referring to that unique identifier as visitorID
.
Table: Fingerprint.com Tracking Capabilities and Defenses in Whonix
Note: The following table is being elaborated in writing below the table.
Tracking Attack | Defend Tracking |
---|---|
cannot track Tor Browser after browser restart | Yes |
cannot track Tor Browser after using its new identity function | Yes |
cannot track Tor Browser running in different Whonix VMs on the same computer | Yes |
cannot correlate multiple browser tabs in the same browser on the same top level domain | No |
cannot correlate multiple browser tabs in the same browser on different top level domain | Unknown. |
Figure: Fingerprint.com visitorID
Demo in Whonix
When using Tor Browser's new identity function results in different browser fingerprint. Fingerprint.com will detect a different visitorID
. The same is true after restarting Tor Browser.
Fingerprint.com is fortunately unable to assign the same visitorID
to different instances of Tor Browser running in different Whonix-Workstation™. In other words, when using multiple multiple Whonix-Workstation™, fingerprint.com fails to correlate them to the same pseudonym. This is good for a user that does not wish to be tracked.
Figure: Different Fingerprint.com visitorID
after browser restart
When opening the fingerprint.com demo in multiple browser tabs in the same browser, fingerprint.com detects the same visitorID
. This is because Tor Browser only attempts to provide a different identity in different browser tags for different top level domain names.
See also:
- Unsafe Tor Browser Habits for mitigations.
- Internet Corporations and Privacy Concerns: Fingerprint.com
- Related, see also schemeflood.com.
Cover Your Tracks[edit]
Cover Your Tracks (previously called Panopticlick) was first launched in 2010. It is designed to gather information about common identifiers such as operating system version, browser, plugins and so on and compare it against a central database of many other Internet users' configurations. In addition, it tests tracker blocker effectiveness including tools like AdBlock, Disconnect and Ghostery. [6]
To learn more about EFF's Cover Your Tracks test and what it signifies for Tor Browser, refer to the following blog post by The Tor Project: EFF's Panopticlick Cover Your Tracks and Torbutton.
Figure: Cover Your Tracks (previously Panopticlick) v3 Test in Whonix
schemeflood.com[edit]
The following identifier is a good identifier since shared [...]
0FVVVV
Quote M. Sylvester, @mfsylv, creator of schemeflood.com:
The same identifier OFVVVV being generated is immediately concerning until its uselessness is observed. This identifier is generated ~8.9% of the time, when none of the matching applications are detected.
See Unsafe Tor Browser Habits for mitigations.
Related, see also Fingerprint.com and VM Fingerprinting.
Forum discussion: https://forums.whonix.org/t/protocol-flooding-attack-scheme-flood-browser-fingerprinting/11729
The Tor Project[edit]
User are requested not to post any "Sorry. You are not using Tor." questions in the Whonix forums unless certain it is not a false positive. If this message appears, it is unnecessary to be concerned since:
- Whonix is designed to tunnel everything over Tor.
- https://check.torproject.org (
check.tpo
) sometimes fails to detect Tor exit relays. This is a bug incheck.tpo
, which only The Tor Project can fix. - Previous reports were IP addresses unassociated with the user's real, external, clearnet IP address. To discover your clearnet (non-Whonix) IP address, visit one of the sites on this page from the host or a non-Tor virtual machine.
- ExoneraTor can be accessed with Tor Browser on the host. ExoneraTor is a website hosted by The Tor Project that indicates whether a given IP address was a Tor relay on a specified date.
Figure: Successful Tor Network Check in Whonix
WebCPU[edit]
WebCPU. See WebCPU (live demo).
Fingerprinting Tor Browser using WebCPU is probably not possible. The WebCPU test results are different in different browser tabs. Test results are different in Tor Browser and other browsers.
WhatIsMyBrowser.com[edit]
- https://www.whatismybrowser.com/ -- This is a general fingerprinting site that tests for common leaks including web browser settings, screen resolution, IP address, use of the Tor network and so on.
Figure: WhatIsMyBrowser.com Test in Whonix
Whoer.net[edit]
https://whoer.net/ -- This is another site relying on common fingerprinting methods, including browser attributes, IP address, language localization, time, WebRTC, plugins, cookies and so on.
Figure: Whoer.net Test in Whonix
Benchmarks[edit]
- https://web.archive.org/web/20220512115604/https://www.matthew-x83.com/online/cpu-benchmark.php
- https://silver.urih.com/
Other Services[edit]
Interested readers are encouraged to try the browser test sites below, as well as researching and adding further resources here:
- Browserleaks.com CSS Media Queries Test -- Screen resolution fingerprinting without the need for JavaScript. It utilizes the CSS feature to fetch information.
- AudioContext Fingerprint Test Page -- Audio stack and Canvas API fingerprinting.
- Cloudflare ESNI Checker -- DNSSEC test.
- TorZillaPrint -- Tor Browser fingerprinting.
- Get CPU/GPU/memory information
- deviceinfo.me
Miscellaneous[edit]
- The Tor Project task: Create our own instance of Panopticlick
- PrivacyTests.org - Open-source tests of web browser privacy [7]
More Tests[edit]
See Also[edit]
Footnotes[edit]
- ↑ See tbb-linkability and tbb-fingerprinting.
- ↑ From a browser test website, in a log file and so on.
- ↑ 3.0 3.1 https://forums.whonix.org/uploads/default/original/1X/c2c9bb5dc7efee7a933dd00d3bf0c30c29c99daa.png
- ↑
cpuid visualiser is a visualizer, not a CPUID detector
This is not required for most users. Only for users who wish to verify above statements.
Please test on different computers with different CPUs and check if the detected CPU information by the website is different.
1. Make sure JavaScript (JS) has not been disabled (NoScript users).
2. If using Tor Browser, make sure Tor Browser security slider setting is not set to "safest".
3. Go to https://cpuid.apps.poly.nomial.co.uk/ with one computer.
4. Go to https://cpuid.apps.poly.nomial.co.uk/ with another computer that has a different CPU model.
5. Compare the results.
- If it is the same, then no differences in the CPUs were detected.
- If it would be different, then the visualizer was updated to a detector but this is highly unlikely.
6. Optional: Report the result in the forums. Note: Do not paste your actual CPU information. forum discussion
7. Done.
- ↑ https://lists.torproject.org/pipermail/tor-dev/2016-July/011233.html
- ↑ https://coveryourtracks.eff.org/about
- ↑
We believe security software like Whonix needs to remain open source and independent. Would you help sustain and grow the project? Learn more about our 12 year success story and maybe DONATE!