How Whistleblowers Find Safe Tor Drop Points
Whistleblowers rely on Tor drop points—specialized, encrypted web portals hosted on the Tor network—to anonymously submit sensitive information to journalists and regulatory bodies. Finding and verifying these safe submission points requires a combination of trusted directories, cryptographic verification, and strict operational security to prevent surveillance and interception. This guide explains how sources discover authentic drop points, verify their legitimacy, and maintain anonymity throughout the leak process.
Understanding Tor Drop Points
A Tor drop point is typically an instance of open-source
whistleblowing software, such as SecureDrop or GlobaLeaks, running as a
Tor Onion Service (a .onion address). Unlike standard web
pages, these services route traffic through multiple encrypted nodes,
concealing both the physical location of the server and the identity and
IP address of the person submitting the leak.
How Whistleblowers Discover Verified Drop Points
Because search engines inside the Tor network can be unreliable and susceptible to malicious indexing, whistleblowers use specific methods to locate authentic drop points:
- Official Newsroom Landing Pages: Major
investigative news organizations (such as The Guardian, The
Washington Post, and The New York Times) publish their
official
.onionaddresses directly on their standard, HTTPS-secured clearweb websites. Whistleblowers locate these addresses through secure browsers on non-associated networks. - The Freedom of the Press Foundation Directory: The Freedom of the Press Foundation, which manages the SecureDrop project, maintains a public directory of verified organizations and news outlets that deploy official SecureDrop instances.
- Direct PGP-Signed Communications: Some investigative journalists publish their Tor drop addresses alongside their public PGP keys on verified personal domains, allowing potential sources to confirm the authenticity of the address.
Verifying Drop Point Authenticity
Finding an address is only the first step; verifying it prevents whistleblowers from falling victim to phishing or man-in-the-middle attacks.
- Cross-Referencing Addresses: A
.onionaddress is a string of 56 alphanumeric characters (in Tor v3). Sources must compare this exact string across multiple independent, trusted publications from the recipient organization to ensure it has not been tampered with. - Cryptographic Signatures: Organizations frequently sign their Onion addresses using their established PGP keys. Whistleblowers can import the organization’s public key and verify the cryptographic signature of the file containing the drop URL.
- Avoiding Unofficial Aggregators: Relying on third-party onion directories or unverified forums introduces the risk of spoofed drop points designed to capture metadata and unencrypted documents.
Essential Operational Security for Submissions
Discovering a safe drop point must be paired with strict operational security (OpSec) to ensure anonymity:
- Use Dedicated Operating Systems: Rather than simply opening the Tor Browser on a personal or workplace computer, secure sources boot a live, amnesic operating system like Tails from a USB drive. This ensures no traces of the activity are written to the local hard drive.
- Avoid Identifiable Networks: Submissions should never be made from home, school, or workplace internet connections. Public Wi-Fi networks without surveillance cameras or login requirements provide a safer layer of separation.
- Strip File Metadata: Before uploading documents to a drop point, sources remove embedded metadata (such as author names, creation dates, printer tracking dots, and GPS coordinates) to prevent forensic identification.