How the Dark Web Works: Tor, Hidden Services, and Real Risks

The dark web is real but widely misunderstood. Learn how Tor anonymization works, what actually exists on hidden services, and the legitimate and criminal uses.

The InfoNexus Editorial TeamMay 16, 20269 min read

Only 4% of the Internet Is Visible to Search Engines — The Rest Is Not All Criminal

Popular mythology portrays the dark web as an exclusively criminal marketplace for drugs, weapons, and stolen data. The reality is more nuanced. The dark web — specifically the Tor network's hidden services — was developed by the U.S. Naval Research Laboratory in the mid-1990s as a tool for covert intelligence communication. Today it serves journalists protecting sources in authoritarian regimes, whistleblowers communicating with news organizations, political dissidents in countries with surveillance states, and privacy researchers — alongside genuine criminal activity. Understanding what the dark web actually is, and is not, matters for cybersecurity professionals, journalists, researchers, and anyone trying to make sense of modern digital privacy.

The Three Layers: Surface, Deep, and Dark Web

LayerDescriptionExamplesAccess Method
Surface webPublicly indexed, accessible to search enginesNews sites, Wikipedia, Amazon product pagesStandard browser
Deep webNot indexed by search engines but not hiddenEmail inboxes, banking portals, paywalled content, private databasesStandard browser with credentials
Dark webIntentionally hidden; requires special softwareTor hidden services (.onion sites), I2P sitesTor Browser, I2P

The deep web is enormous — estimated at 90–95% of internet content. Your Gmail inbox, hospital medical records, Netflix streaming library, and corporate intranets are all part of the deep web. They are not hidden in any sinister sense; they simply require credentials to access. The dark web is a subset of the deep web using specific anonymization technology.

How Tor Anonymization Works: Onion Routing

Tor stands for The Onion Router. Its anonymization mechanism is elegant: rather than connecting directly from point A to point B (which reveals your IP address to the destination), Tor routes your traffic through at least three volunteer-operated relay nodes, with each layer of encryption peeled away at each hop — like peeling an onion.

  1. Your Tor client downloads a consensus: A list of current Tor relays from directory servers. Your client selects a three-node circuit: Guard node (entry), Middle relay, Exit node (for accessing the regular internet) or Rendezvous point (for hidden services).
  2. Layered encryption: Your client encrypts the data three times — once for each relay. Each relay decrypts one layer, revealing only the next destination. No single relay knows both the source and the final destination.
  3. Circuit establishment: Each connection uses a different circuit, making correlation attacks more difficult.

Hidden Services (.onion Addresses)

When accessing a regular website through Tor, the exit node still sees the unencrypted traffic. Hidden services are different — both the client and the server remain anonymous within the Tor network. There is no exit node. The connection stays entirely within Tor using rendezvous points.

  • .onion addresses are 56-character strings of letters and numbers (v3 onion addresses) derived from the service's public key — they are not human-readable like domain names
  • The server's IP address is never exposed to the connecting client
  • The client's IP address is never exposed to the server
  • This bidirectional anonymity is what enables genuinely hidden services — and what makes criminal marketplaces difficult to locate and shut down

Legitimate Uses of the Tor Network

Despite its criminal associations, Tor has substantial legitimate utility.

  • Journalism: The New York Times, Washington Post, BBC, and The Guardian all operate .onion versions of their sites. SecureDrop, the whistleblower submission system used by major news organizations, operates exclusively as a Tor hidden service.
  • Political activism and censorship circumvention: Citizens in China, Iran, Belarus, and Russia use Tor to access blocked websites. Over 2 million daily Tor users are in high-censorship countries according to Tor Project statistics.
  • Law enforcement and intelligence: Investigators use Tor to access criminal markets without revealing law enforcement IP addresses.
  • Privacy research: Security researchers study vulnerability markets, stolen credential trading, and cybercriminal operations to develop defenses.

The Criminal Ecosystem: Reality vs. Myth

CategoryReality
Drug marketsReal and significant. Following Silk Road's shutdown in 2013, multiple successor markets have operated. The FBI and DEA conduct regular takedown operations.
Stolen credentials and dataReal. Billions of compromised credentials, credit card numbers, and corporate data are sold on dark web markets and forums.
Hacking tools and servicesReal. Ransomware-as-a-service, DDoS hire services, and exploit kits are commercially available.
Hitmen for hireMostly myth. Documented scams targeting credulous buyers. No confirmed contracted murders via dark web hitman services.
Weapons traffickingExists but is smaller than portrayed. Physical goods crossing borders are significantly harder to transact than digital goods.

Dark Web Monitoring and Personal Risk

Your personal information may already be available on the dark web without any action on your part. Data breaches from retail, healthcare, and financial services organizations result in billions of records available for purchase. Free tools for checking dark web exposure include Have I Been Pwned (haveibeenpwned.com), which cross-references your email address against known breach databases. Many credit monitoring services (and increasingly, Google and Apple account dashboards) now include dark web monitoring as a standard feature.

The most actionable response to dark web exposure of your credentials is using a password manager to ensure each account has a unique password — a breach at one site then exposes only that one account rather than enabling credential stuffing across dozens of services.

cybersecuritydark-webTor

Related Articles