Ask HN: Does using TOR make you a target?
1–5 of 5 posts
Re: Ask HN: Does using TOR make you a target?
#2[0] http://daserste.ndr.de/panorama/aktuell/NSA-targets-the-priv...
Re: Ask HN: Does using TOR make you a target?
#3It was previously disclosed[0] that yes, even just visiting torproject.org would mark you as a target and all your subsequent traffic would be funneled into NSA systems. [0] http://daserste.ndr.de/panorama/aktuell/NSA-targets-the-priv...
Was I made a collection subject then? Am I still a collection subject? If so, how can I petition the government for redress of this obvious violation of my civil rights?
Re: Ask HN: Does using TOR make you a target?
#4It was previously disclosed[0] that yes, even just visiting torproject.org would mark you as a target and all your subsequent traffic would be funneled into NSA systems. [0] http://daserste.ndr.de/panorama/aktuell/NSA-targets-the-priv...
Re: Ask HN: Does using TOR make you a target?
#5It was previously disclosed[0] that yes, even just visiting torproject.org would mark you as a target and all your subsequent traffic would be funneled into NSA systems. [0] http://daserste.ndr.de/panorama/aktuell/NSA-targets-the-priv...
That is not the case. The disclosures show some rules to match requests to Tor directory authorities (which most clients connect to to bootstrap) and the Tor website, amongst others (like some article at linuxjournal). It is unknown whether these are actual rules in deployment or just example rules from some demo slides, who can add or select rules for collection on what networks, how many rulesets there are and, may…
The most protective their systems got seems to be:
1) Login to Active Directory 2) Explain why you are targeting this person using a dropdown or 3) Enter email or user ID 4) Wait for results?
This is is why, while you are correct, I would just like to say that it is safer to err on the side of caution and assume that you are targeted.
Edit: Here is the source that fingerprinted the torproject address I referred to meaning they fingerprint and then search for these requests. There are similar definitions for Tails.
// START_DEFINITION /* The fingerprint identifies sessions visiting the Tor Project website from non-fvey countries. */ fingerprint('anonymizer/tor/torpoject_visit')=http_host('www.torproject.org') and not(xff_cc('US' OR 'GB' OR 'CA' OR 'AU' OR 'NZ')); // END_DEFINITION