Privacy, security and anonymity tools: VPN, Tor, Tails, Whonix OS and Qubes OS (advanced) - comparison and how-to by cryptovest

View this thread on steempeak.com
· @cryptovest · (edited)
$250.42
Privacy, security and anonymity tools: VPN, Tor, Tails, Whonix OS and Qubes OS (advanced) - comparison and how-to
# Anonymity: Tails vs Whonix vs Qubes OS
[Tor][1]  and VPNs often get compared side-by-side, while a VPN may be more suitable in one context, Tor may be more suitable in another context. This guide will break down Tor and VPNs so that you know when to use which. This post doesn't have much to do with anonymity, but it doesn't hurt to do the best possible when we need.

## Tor
Tor works somewhat differently. Instead of directly connecting to a server of your choice, your connection is encrypted, bounced around three other servers (usually called 'relays' or 'nodes'), before being decrypted and sent to your destination. Now Google sees your request coming for the last of three nodes (also called ‘exit node’). [Tor Overview][11] page explains how Tor works.
https://s24.postimg.org/n7gllaycl/Tor-_Onion_Routing.png
<center>**Figure:** *Tor mechanism*</center>

## VPN
What VPNs do is take your connection, encrypt it, and pass it through a server. This means that instead of your computer directly contacting Google.com, it first goes to a server, and then to Google.com. Google sees your IP as VPN provider’s, not your own. But, anything that you do through a VPN is also known by the operator of the VPN and without your knowing, it may be logging all or some of your online activities.

https://s23.postimg.org/bwt3idvu3/vpn-diag.jpg
<center>**Figure:** *VPN mechanism*</center>
## Tor softwares
Softwares that enable using the Tor network include: [Tor Browser][12], [Tails][5], [Whonix][10] and [Qubes OS][5], listed by least to most complicated to use. While studying the subject, I encountered [this great post][14]. Comparison is taken mostly from that post.

* **[Tor Browser Bundle][12]**
It's a Firefox based browser targeted at casual users, and anonymity (all users looking alike, and preventing tracking) is its main goal. 

* **[Tails][4] – The Amnesic Incognito Live System**
Tails is a live operating system built off Debian GNU/Linux. There is no installation process. You boot your computer with it, and it runs from the temporary media you booted from. When you shut it down, it forgets (amnesic) and helps keep you anonymous while using it (incognito). All network connections are routed through the Tor network and applications attempting to access the internet directly are blocked.
Tails [download][7] page has a detailed, easy-to-follow installation tutorial. Tails ISO file can directly be loaded it into [VirtualBox][8]. If you’re going to use Tails properly you will need to burn that ISO to some media that you can boot from; usually a CD/DVD or a USB stick.
  * **Tails pros**
Live CDs in general are very easy to use. You can burn once, use anywhere which is very handy if you’re on multiple untrusted computers. The default configuration to use Tor provides out-of-the-box anonymity, to the extent that Tor provides it.
  * **Tails cons**
Tails does not encrypt documents created during its session by default, but has an encrypted persistent volume feature you can use for this. All Live CDs don’t address the monolith problem; the operating system has no segregation so risky activities in one application can affect others.
https://s21.postimg.org/5bqw8tuiv/desktop.png

<center>**Figure:** *Tails Desktop at startup*</center>

* **[Whonix][10] - anonymity in two parts**
Whonix is designed specifically to provide anonymity while using the internet. It consists of two virtual machines, the gateway and the workstation. The workstation can only talk to the gateway and the gateway connects to the internet via Tor. Both are VirtualBox virtual machine appliances, so you can run it on any operating system that runs VirtualBox.
The Whonix workstation and gateway are configured to use a private network on your host computer. The workstation routes all of its traffic to the gateway, which uses the Tor network to access the internet. All network activity performed on the workstation is done through Tor.
The host machine does not participate in the Whonix private network and therefore continues to use its normal internet connection. See Whonix [wiki][10] for more.

  * **Whonix pros**
Using the VirtualBox technology ensures that the widest range of people can use Whonix. VirtualBox is available for every major operating system and is free. The default installation and use is extremely easy. No special knowledge or configuration is required to get to work.
  * **Whonix cons**
While the Whonix workstation is separated from the host computer, there is no further separation. Performing both risky and non-risky behaviours in the workstation is just as dangerous as doing both on the host computer. Since the anonymity is provided only in the workstation virtual machine, it can be easy to forget to use it, and end up using the host machine by accident.

https://s4.postimg.org/5glstu565/whonix.jpg
<center>**Figure:** *Whonix Stream Isolation*</center>

* **Qubes OS**
Qubes OS is best described as a [Xen][13] distribution running virtual Linux instances (*domains*, *cubes* in Xen parlance). Xen is a very stable and mature bare-metal type 1 hypervisor. This type of virtualization is analogous to what you may be picturing when using a product like VirtualBox with one important difference. A type 1 hypervisor has no operating system running below it which can be compromised. Xen is installed on the bare metal and can then create and manage virtual machines.
This architecture allows Qubes to create separate virtual machines in which to run applications. This ensures that risky applications can’t affect trusted applications, or even write to the underlying file system. This degree of separation doesn’t provide much anonymity in itself, but it does provide a significant degree of protection from malware spread. If you end up being infected with malware from a bad website, or by falling prey to an email phishing scam, it would be hard for that malware to spread outside of the domain it is in.
Qubes calls these Xen domains qubes. It creates a number of qubes in which to assign application instances. For example, surfing miscellaneous websites that you have no reason to trust is probably best done in the untrusted qube. Work related activities on trusted websites and applications may be done in the trusted zone. The point being that each qube only has the potential to affect applications in the same qube.

  * **QubesOS pros**
Application separation through the use of sandboxed virtual machines ensures that an exploited app, or malicious javascript, can’t be passed to other applications or to the host operating system. The use of Whonix within QubesOS provides a further level of separation from the internet by forcing all your internet traffic through the Whonix Tor gateway
  * **QubesOS cons**
Qubes OS is difficult to test because it does not perform well, or at all, in a virtual machine. There is an unsupported Live CD on the download page. It may or may not work for your system. And, since it is unsupported, it doesn’t really fulfill the job of a Live CD by allowing you to use it to gain confidence as to how a full installation will work. Therefore, you’re pretty much stuck with an all-or-nothing install of Qubes onto your machine to see how it fares.

https://s24.postimg.org/ee6024m3p/qubes-kde-three-domains-at-work-768x432.png
<center>**Figure:** *Separate VM instances for different type of activities*</center>


[1]: https://www.torproject.org/index.html.en
[2]: https://www.eff.org/torchallenge/what-is-tor.html
[3]: https://www.torproject.org/projects/torbrowser.html.en
[4]: https://tails.boum.org/
[5]: https://www.qubes-os.org/
[6]: https://airvpn.org/
[7]: https://tails.boum.org/install/os/index.en.html
[8]: virtualbox.org
[9]: https://www.whonix.org/
[10]: https://www.whonix.org/wiki
[11]: https://www.torproject.org/about/overview
[12]: https://www.torproject.org/download/download-easy.html.en
[13]: https://en.wikipedia.org/wiki/Xen
[14]: https://www.comparitech.com/blog/vpn-privacy/anonymity-focused-linux-distributions/
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 118 others
properties (23)
post_id4,282,212
authorcryptovest
permlinkprivacy-security-and-anonymity-tools-vpn-tor-tails-os-whonix-os-and-qubes-os-advanced-comparison-and-how-to
categorysecurity
json_metadata"{"app": "steemit/0.1", "format": "markdown", "links": ["https://www.torproject.org/index.html.en", "https://www.torproject.org/about/overview", "https://www.torproject.org/download/download-easy.html.en", "https://www.qubes-os.org/", "https://www.whonix.org/wiki", "https://www.comparitech.com/blog/vpn-privacy/anonymity-focused-linux-distributions/", "https://tails.boum.org/", "https://tails.boum.org/install/os/index.en.html", "virtualbox.org", "https://en.wikipedia.org/wiki/Xen"], "image": ["https://s24.postimg.org/n7gllaycl/Tor-_Onion_Routing.png"], "tags": ["security", "linux", "crypto"]}"
created2017-06-18 16:34:18
last_update2017-06-20 21:43:09
depth0
children3
net_rshares12,529,315,628,442
last_payout2017-06-25 16:34:18
cashout_time1969-12-31 23:59:59
total_payout_value188.348 SBD
curator_payout_value62.075 SBD
pending_payout_value0.000 SBD
promoted5.880 SBD
body_length8,034
author_reputation1,020,678,317,113
root_title"Privacy, security and anonymity tools: VPN, Tor, Tails, Whonix OS and Qubes OS (advanced) - comparison and how-to"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (182)
@mahsel · (edited)
$0.02
Now this what I call a professional post. High 5!
Tails is good, but Whonix is the best. Will be happy to follow you, Maybe I see more posts like this.

Linux > VPN > Whonix Tor > AnonSurf
👍  
properties (23)
post_id4,438,509
authormahsel
permlinkre-cryptovest-privacy-security-and-anonymity-tools-vpn-tor-tails-os-whonix-os-and-qubes-os-advanced-comparison-and-how-to-20170620t160248709z
categorysecurity
json_metadata"{"app": "steemit/0.1", "tags": ["security"]}"
created2017-06-20 16:02:51
last_update2017-06-20 16:05:18
depth1
children2
net_rshares1,414,916,734
last_payout2017-06-27 16:02:51
cashout_time1969-12-31 23:59:59
total_payout_value0.016 SBD
curator_payout_value0.005 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length188
author_reputation35,300,249,728
root_title"Privacy, security and anonymity tools: VPN, Tor, Tails, Whonix OS and Qubes OS (advanced) - comparison and how-to"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@cryptovest ·
Steemit is such a great platform to exchange knowledge and experience. I hope to share more useful experiences.
👍  
properties (23)
post_id4,451,933
authorcryptovest
permlinkre-mahsel-re-cryptovest-privacy-security-and-anonymity-tools-vpn-tor-tails-os-whonix-os-and-qubes-os-advanced-comparison-and-how-to-20170620t174334105z
categorysecurity
json_metadata"{"app": "steemit/0.1", "tags": ["security"]}"
created2017-06-20 17:43:36
last_update2017-06-20 17:43:36
depth2
children1
net_rshares1,234,289,066
last_payout2017-06-27 17:43:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length111
author_reputation1,020,678,317,113
root_title"Privacy, security and anonymity tools: VPN, Tor, Tails, Whonix OS and Qubes OS (advanced) - comparison and how-to"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@mahsel ·
I can't agree more with you. It seems like byebye Facebook for me :)
👍  
properties (23)
post_id4,452,240
authormahsel
permlinkre-cryptovest-re-mahsel-re-cryptovest-privacy-security-and-anonymity-tools-vpn-tor-tails-os-whonix-os-and-qubes-os-advanced-comparison-and-how-to-20170620t174551940z
categorysecurity
json_metadata"{"app": "steemit/0.1", "tags": ["security"]}"
created2017-06-20 17:45:54
last_update2017-06-20 17:45:54
depth3
children0
net_rshares1,256,867,524
last_payout2017-06-27 17:45:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length68
author_reputation35,300,249,728
root_title"Privacy, security and anonymity tools: VPN, Tor, Tails, Whonix OS and Qubes OS (advanced) - comparison and how-to"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)