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

What else can we do with a Linux VM?


Now that we've installed Linux, what do we do with it?

Well, the obvious answer is install Tor browser. Yes, but that's in the next chapter. First, let's familiarize ourselves with Linux a bit.

 

Linux has the same basic functions as Windows—browsers, apps, OpenOffice for a productivity suite, a desktop interface, and so on, but there are so many more things you can do with Linux as an OS, from using it to run a smart home, a media center, and more.

You can completely customize Linux, by changing things such as the desktop environment, and can even customize the OS and the applications, if you're a coder, or if you develop your coding skills.

Programming is easier with Linux, with its built-in apps that can help you to read and write code. Accessing the log files of the OS, or anything you develop, is much easier with Linux, as well.

It is worth learning how the many protocols and services work, since they are so easy to install and configure in Linux.

SSH,...