Book Image

Hands-On Dark Web Analysis

By : Sion Retzkin
Book Image

Hands-On Dark Web Analysis

By: Sion Retzkin

Overview of this book

The overall world wide web is divided into three main areas - the Surface Web, the Deep Web, and the Dark Web. The Deep Web and Dark Web are the two areas which are not accessible through standard search engines or browsers. It becomes extremely important for security professionals to have control over these areas to analyze the security of your organization. This book will initially introduce you to the concept of the Deep Web and the Dark Web and their significance in the security sector. Then we will deep dive into installing operating systems and Tor Browser for privacy, security and anonymity while accessing them. During the course of the book, we will also share some best practices which will be useful in using the tools for best effect. By the end of this book, you will have hands-on experience working with the Deep Web and the Dark Web for security analysis
Table of Contents (18 chapters)
Title Page
About Packt
Contributors
Preface
Index

Installing Tails OS


Let's move on to installing Tails OS in the following OSes.

Installing Tails OS in Windows

Installing Tails directly from Windows is not currently possible, but it can be done by using two USB sticks, and installing Tails on one, and then the other, as shown in the following steps:

  1. Install Tails on one of the USB sticks, the intermediary one, using the Universal USB Installer (I mentioned it in Chapter 4, Installing a Linux Virtual Machine).
  2. In the Universal USB Installer application interface, choose to install from the Tails OS ISO file you downloaded.

 

  1. After installing Tails OS on the first USB stick, restart your computer and boot from the USB stick. You should boot into Tails, after a few seconds.
  2. Now, plug in the second USB stick, go to Applications Tails | Tails Installer (in Tails OS), and install Tails on it.
  3. After the installation process ends, remove the first USB stick, restart the computer, and boot from the second USB stick.

You'll boot into Tails OS.

Installing...