Skip to main content

Dark Web (Darknet)

 

The dark web, also referred to as the darknet, is an encrypted portion of the Internet that is not indexed by search engines and requires specific configuration or authorization to access. Although the dark web is sometimes portrayed as a domain frequented by criminal elements, it is also created and used by people who require privacy for entirely legal reasons, such as the exchange of proprietary business information. In such a case, information may be exchanged through an encrypted peer-to-peer (P2P) network connection or by using an overlay network, such as Tor.

The anonymity that Tor and other overlay networks provide has led to the dark web's reputation for illegal activity. In July, 2017, law enforcement agencies in six countries, plus Europol, coordinated the shutdown of two of the largest dark web black markets and gathered communications on vendors and users, which experts said could lead to more prosecutions. 

How to access the dark web

The dark web can only be accessed with a specialized, anonymous browser, such as the Tor browser. The Tor browser keeps a user’s identity hidden by routing web page requests through a series of proxy servers that renders an IP address untraceable. While this process works well for anonymity, the Tor browser experience is typically unreliable and slow.

Websites on the dark web have an unconventional naming structure, therefore, users should know the URL they want to access beforehand as there are very few dark web search engines. Instead of ending in .com or other common suffixes, dark web URLs typically end in .onion, a special-use domain suffix. Dark web sites also have URLs that are a mix of letters and numbers, making them hard to find or remember. For example, the now-defunct darknet black market, Silk Road, went by the URLs silkroad6ownowfk.onion and silkroad7rn2puhj.onion.

Who uses the dark web?

The Tor network began as a channel for anonymous communication, and while hackers or cybercriminals do take advantage of this, there are practical reasons for accessing it. For example, the dark web can help users communicate in environments or geographical areas that compromise freedom of speech. Dark web social media networks also exist, such as specialized clubs or BlackBook, described as the Facebook of Tor.

The primary use of the dark web is for e-commerce. With the use of cryptocurrency, users can purchase anything on the dark web without revealing their identity. This trait lends itself well to reprehensible behavior such as purchasing credit card numbers, drugs, counterfeit money or weapons. However, more legitimate companies are beginning to have a presence on the dark web.

Another more ethical use of the dark web is for law enforcement or threat intelligence agencies. Professionals may search through the dark web for signs of security or data breaches, evidence of illegal activity or newly emerging cyberthreats. The dark web also hosts a large amount of educational information that cannot be found elsewhere, such as banned books, collections of news articles and discussion forums.

Dangers of the dark web

Accessing the dark web and using the tools or services found there can be associated with high risks for an individual user or an enterprise. A few dangers that users should be aware of before browsing the dark web include:

  • Infection of viruses or malware such as keyloggers, remote access Trojans (RAT) or distributed denial of service (DDoS) attacks.
  • Identity theft, credential theft or phishing
  • Compromise of personal, customer, financial or operational data.
  • Leaks of intellectual property or trade secrets.
  • Spying, webcam hijacking or cyberespionage.

When affecting an entire organization, these dangers can interrupt business operations, defraud a company or devalue a brand’s integrity. In order to safely browse the dark web, users should employ reliable security software such as a VPN. Additionally, the Tor browser, Tor applications and operating systems should be kept up to date. Users should also not reveal their regular contact information or expose credentials when on the dark web.

Dark web vs deep web

Oftentimes, the terms “dark web” and “deep web” are interchanged, but they are not exactly the same. The dark web is a subsection of the deep web. Neither dark nor deep web pages can be found on search engine results pages (SERP), but deep web pages can be accessed by anyone with a browser who knows the URL. Dark web pages, in contrast, require special software with the correct decryption key, as well as access rights and knowledge of where to find the content.

Comments

Popular posts from this blog

Ghosting

Ghosting is to cease communications without notification. The use of the word "ghost" as a verb originated in social media in reference to dating, but the term is now used by employers to describe employees and potential employees who suddenly disappear. Typically, ghosting is used to describe: Job candidates who suddenly stop responding to messages. New hires who fail to show up for their first day of work. Employees who do not show up for a shift. Employees who leave work in the middle of the day and never come back. Some analysts blame ghosting on millennial entitlement. The reasoning is that members of the millennial generation have been brought up to feel they are special -- so special, in fact, that they do not need to follow conventional rules of behavior. Other analysts, however, maintain that ghosting behavior stems from changes in the job market and the phenomenon is simply a reflection of the laws of supply and demand in a healthy jo...

Data deduplication

Data deduplication -- often called intelligent compression or single-instance storage -- is a process that eliminates redundant copies of data and reduces storage overhead. Data deduplication techniques ensure that only one unique instance of data is retained on storage media, such as disk, flash or tape. Redundant data blocks are replaced with a pointer to the unique data copy. In that way, data deduplication closely aligns with incremental backup, which copies only the data that has changed since the previous backup. For example, a typical email system might contain 100 instances of the same 1 megabyte (MB) file attachment. If the email platform is backed up or archived, all 100 instances are saved, requiring 100 MB of storage space. With data deduplication, only one instance of the attachment is stored; each subsequent instance is referenced back to the one saved copy. In this example, a 100 MB storage demand drops to 1 MB. Target vs. source deduplication Data deduplica...

A Graphics Processing Unit (GPU)

A graphics processing unit (GPU) is a computer chip that performs rapid mathematical calculations, primarily for the purpose of rendering images. A GPU may be found integrated with a central processing unit (CPU) on the same circuit, on a graphics card or in the motherboard of a personal computer or server. In the early days of computing, the CPU performed these calculations. As more graphics-intensive applications such as AutoCAD were developed; however, their demands put strain on the CPU and degraded performance. GPUs came about as a way to offload those tasks from CPUs, freeing up their processing power. NVIDIA, AMD, Intel and ARM are some of the major players in the GPU market. GPU vs. CPU A graphics processing unit is able to render images more quickly than a central processing unit because of its parallel processing architecture, which allows it to perform multiple calculations at the same time. A single CPU does not have this capability, although multi...