Actions

Multiple Whonix-Workstation ™

From Whonix



Petunia-14052640.jpg

Introduction[edit]

Whonix ™ is a secure operating system comprised of two virtual machines which are isolated both from each other and the host. This configuration averts many threats posed by malware, misbehaving applications and user error. While Whonix ™ protects against many real world threats, [1] it is still possible for skilled adversaries to compromise Whonix-Workstation ™ (Qubes-Whonix ™: anon-whonix).

If a single Whonix-Workstation ™ is used for all anonymous activities and is exploited, the attacker gains access to available data and can monitor all online activity. To minimize the impact of a compromise, it is recommended to utilize multiple Whonix-Workstation ™ to compartmentalize different identities and/or additional software. Depending on individual preferences and requirements, a second, third ... nth Whonix-Workstation ™ VM can be created.

Multiple Whonix-Workstation ™ Rationale[edit]

Different torifed clients can be used in a completely isolated manner with Multiple Whonix-Workstation ™. By compartmentalizing each different identity or client, an attacker can only read the data in the compromised VM. For example, if Tor Browser in VM-1 was compromised it could not read a user's IRC identity in VM-2. [2]

One disadvantage of this configuration is that if the host Internet connection goes offline or Tor on Whonix-Gateway ™ (sys-whonix) suddenly fails, then all Whonix-Workstation ™ will go offline simultaneously. If multiple Tor clients were running and abruptly stop in unison, a network observer could link these activities to the same person. For instance, a strong correlation is formed if two Tor users in one IRC channel go offline at exactly the same time.

Qubes-Whonix ™ vs Non-Qubes-Whonix ™[edit]

Qubes-Whonix ™ is the recommended choice for multiple Whonix-Workstation ™ because it is specifically designed for compartmentalization (a.k.a. sandboxing) of multiple running VMs. This provides significant speed and security advantages relative to the traditional Type 2 hypervisor model, where two (or more) Whonix ™ VMs are run inside programs like VirtualBox on top of the host OS. For further information, see: Type 1 vs Type 2 Hypervisors and Why use Qubes over other Virtualizers?

Qubes-Whonix ™ also has a TemplateBased filesystem which saves time and improves usability compared to Non-Qubes-Whonix ™:

  • Centralized Updates: App Qubes [archive] are based on the corresponding Template's root filesystem. After updating the Template, those same updates will be reflected in the root filesystem of every App Qube [archive]. Non-Qubes-Whonix ™ users must spend more time in updating each VM individually.
  • Minimal Disk Usage: App Qubes require far less disk space than traditional VMs since the App Qube's root filesystem is based on the corresponding template. The App Qube only requires enough disk space to hold user files in the /home directory.
  • VM Management: Cloning VMs is a simple two-step process which can be done in Qube Manager. Non-Qubes-Whonix ™ requires a multi-step process to clone and configure each VM.

Safety Precautions[edit]

Ambox warning pn.svg.png While multiple Whonix-Workstation ™ are recommended, this is not an endorsement for using them simultaneously!

It is safest to only use one Whonix-Workstation ™ at a time and for a single activity. New risks are introduced by running multiple Whonix-Workstation ™ at the same time. For instance, if a single Whonix-Workstation ™ was compromised, it could potentially perform various side channel attacks to learn about running processes in other VMs, and not all of these can be defeated. Depending on user activities, a skilled adversary might be able to correlate multiple Whonix-Workstation ™ to the same pseudonym. Therefore, ideally, shut down all but one Whonix-Workstation ™ before using any other Whonix-Workstation ™.

Cross-VM Attack Vectors[edit]

Table: Cross-VM Attack Vectors

Category Description
Attacks via the shared bridge

Multiple workstation VMs are all connected to the gateway using the same virtual bridge; they share an IP subnet. A variety of attacks permit devices sharing a bridge to view or steal one another's traffic, or to impersonate one another at the IP layer. The exact attacks available depend on the specific bridge implementation, but some are always available. At a minimum, VMs sharing a bridge can always trivially detect one another, and determine one another's local IP addresses on the bridge, simply by watching broadcast traffic like ARP and IPv6 neighbor discovery.

The snooping and impersonation vulnerabilities are particularly dangerous because the communication between the Tor process running on the gateway and the client programs running on the workstation is neither encrypted nor cryptographically authenticated. Connections are made either using the (cleartext) SOCKS5 protocol or using Tor's transparent connection proxying feature. Even if the actual application data are encrypted, DNS lookups and circuit creation data are always sent in the clear. A workstation VM that intercepts another workstation's bridge traffic is in a position to know the destinations of all outgoing connections over Tor from that other workstation, as well as the timing and volume of traffic sent over each such connection. It may also be possible to intercept Tor control traffic generated by the "new identity" button. If the user sends cleartext data at the actual application layer, then hostile VMs are in a position to steal those data as well.

In effect, none of the workstation VMs receives Tor's core protections with respect to the other workstation VMs. Although many things in each workstation may be protected against the other workstations, for Tor purposes all of the VMs effectively share the same compartment.

This could be mitigated by providing each workstation VM with a separate virtual bridge and a separate virtual interface on the gateway VM. The gateway configuration should also be reviewed to make sure that the gateway isn't routing unnecessary traffic between the workstations at the IP layer.

For a potential remedy see Connections between Whonix-Gateway ™ and Whonix-Workstation ™.

Distributed Denial of Service (DDOS) Attack

An adversary that managed to compromised a VM with malware could stress any system such as CPU, GPU, HDD, RAM, network connection and other Whonix-Workstation ™. If a Distributed Denial of Service (DDOS) Attack [archive] is launched from an infected Whonix ™ VM, then:

  • Whonix-Gateway ™:
    • The Whonix-Gateway ™ can also be DDOSed, and there is no current defense. This might bring down networking of any connected Whonix-Workstation ™.
  • Whonix-Workstation ™
  • Potentially the host could be negatively affected as well.
Local VM Fingerprinting See VM Fingerprinting.
Exploits against other Whonix-Gateway ™ [4]

Following infection, an adversary could try to exploit the Whonix-Gateway ™.

Exploits against other Whonix-Workstation ™ Following infection, an adversary could try to exploit other Whonix-Workstation ™:
  • Non-Qubes-Whonix ™: At risk.
  • Qubes-Whonix ™: Users are safe, unless Whonix-Gateway ™ is compromised first. [3]
Identity Correlation through Circuit Sharing

When different applications use the same Tor circuit and exit relay, these activities can be linked to the same pseudonym (see Stream Isolation for further details):

  • Non-Qubes-Whonix ™:
    • If not compromised: Safe. Multiple Whonix-Workstation ™ which have different internal IPs configured (see the instructions further below) are automatically stream-isolated. [5]
    • If compromised: Not safe. Stream isolation might be broken through impersonating. A compromised VM could use the IP of another VM. Thereby break stream isolation. For a potential remedy see Connections between Whonix-Gateway ™ and Whonix-Workstation ™.
  • Qubes-Whonix ™: Safe. [3]
Impersonation

Multiple Whonix-Workstation ™ are supposed to have different internal IPs configured. Once a VM is compromised by malware it could attempt to impersonate another VM by taking its internal IP.

  • Non-Qubes-Whonix ™: Same as above.
  • Qubes-Whonix ™: Safe. [3]

How-to: Use more than One Whonix-Workstation ™ - Easy[edit]

Qubes-Whonix ™[edit]

Using multiple Whonix-Workstation ™ is simple in Qubes-Whonix ™.

1. Create an additional App Qube based on the Whonix-Workstation ™ template (whonix-ws-16) and give it a distinctive name.

2. Confirm the new App Qube is using sys-whonix as its NetVM [archive].

If creating a new App Qube is unfamiliar, follow this link for step-by-step instructions: Create Whonix ™ Workstation App Qubes.

3. If the App Qube is connected to any Whonix-Gateway ™ other than sys-whonix, apply the following instructions. [6]

sudo mkdir -p /usr/local/etc/sdwdate-gui.d

Open file /usr/local/etc/sdwdate-gui.d/50_user.conf in an editor with root rights.

This box uses sudoedit for better security [archive]. This is an example and other tools can also achieve the same goal. If this example does not work for you or if you are not using Whonix ™, please refer to this link.

sudoedit /usr/local/etc/sdwdate-gui.d/50_user.conf

Add the following text -- replace sys-whonix2 with the name of the VM of the other Whonix-Gateway ™. [7]

gateway=sys-whonix2

4. Save the file.

Non-Qubes-Whonix ™[edit]

If you are interested in this configuration, please press on Expand on the right.

Non-Qubes-Whonix ™ means all Whonix ™ platforms except Qubes-Whonix ™. This includes Whonix ™ KVM, Whonix ™ VirtualBox and Whonix ™ Physical Isolation. Only!

Info Note: The following instructions only apply to Download/Default-Whonix-Workstation ™ or Whonix ™ VMs built from source code. To use another operating system like Windows, other GNU/Linux, BSD etc. please see the Other Operating Systems chapter instead.

Ambox warning pn.svg.png Each additional Whonix-Workstation ™ VM must have its own MAC address and internal LAN IP address.

1. Clone a fresh Whonix-Workstation ™ VM.

  • VirtualBox: In VirtualBox Manager, clone [archive] a clean Whonix-Workstation ™.
  • KVM: In Virtual Machine Manager, clone a clean Whonix-Workstation ™: Highlight Whonix-Workstation ™OpenVirtual MachineClone

2. Assign a new MAC address to the cloned VM.

Info Note: A new MAC address is necessary if an additional VirtualBox VM is imported.

  • VirtualBox: In VirtualBox Manager, assign a new MAC address: VirtualBoxSettingsNetworkAdapter 1AdvancedMac AddressCreate a new MAC address (press the green round arrow icon)OK
  • KVM: To change the internal network in KVM, see: Creating Multiple Internal Networks.

3. Edit the network interfaces file in Whonix-Workstation ™.

Open file /etc/network/interfaces.d/30_non-qubes-whonix in an editor with root rights.

This box uses sudoedit for better security [archive]. This is an example and other tools can also achieve the same goal. If this example does not work for you or if you are not using Whonix ™, please refer to this link.

sudoedit /etc/network/interfaces.d/30_non-qubes-whonix

Look for line address 10.152.152.11. Change the last octet. For example, change 10.152.152.11 to 10.152.152.12

Save and exit.

4. Reboot.

Reboot the Whonix-Workstation ™ or alternately restart the network.

sudo service networking restart

Done.

How-to: Use more than One Whonix-Workstation ™ - More Security[edit]

Multiple Whonix-Gateway ™[edit]

Moved to Multiple Whonix-Gateway ™.

See Also[edit]

Footnotes[edit]

  1. See: Protection Against Real World Attacks.
  2. Without using an additional exploit to successfully break out of the infected VM, which is a difficult task.
  3. 3.0 3.1 3.2 3.3 3.4 By default, App Qubes which are behind the same ProxyVM (or NetVM) are prevented from connecting to each other in Qubes.
  4. To minimize the threat of exploits it is recommended to apply relevant instructions found in the System Hardening Checklist.
  5. Since IsolateClientAddr [archive] is the Tor default.
  6. Sparing users from needing to change this setting requires upstream Qubes feature request way to find out name of gateway from witin VM - qubesdb-read /qubes-gateway-name [archive] or qrexec feature request: send this over qrexec to the NetVM I am connected to / sys-whonix hardcoded / sys-whonix unexpected autostart [archive] to get implemented.
  7. https://forums.whonix.org/t/sys-whonix-starting-spontainously-after-update/8123 [archive]


Fosshost is sponsors Kicksecure ™ stage server 100px
Fosshost About Advertisements

Search engines: YaCy | Qwant | ecosia | MetaGer | peekier | Whonix ™ Wiki


Follow: 1024px-Telegram 2019 Logo.svg.png Iconfinder Apple Mail 2697658.png Twitter.png Facebook.png Rss.png Reddit.jpg 200px-Mastodon Logotype (Simple).svg.png

Support: Discourse logo.png

Donate: Donate Bank Wire Paypal Bitcoin accepted here Monero accepted here Contribute

Whonix donate bitcoin.png Monero donate Whonix.png United Federation of Planets 1000px.png

Twitter-share-button.png Facebook-share-button.png Telegram-share.png link=mailto:?subject=Multiple Whonix-Workstation&body=./Multiple_Whonix-Workstation link=https://reddit.com/submit?url=./Multiple_Whonix-Workstation&title=Multiple Whonix-Workstation link=https://news.ycombinator.com/submitlink?u=./Multiple_Whonix-Workstation&t=Multiple Whonix-Workstation link=https://mastodon.technology/share?message=Multiple Whonix-Workstation%20./Multiple_Whonix-Workstation&t=Multiple Whonix-Workstation

There are five different options for subscribing to Whonix ™ source code changes.

https link onion link Priority Support | Investors | Professional Support

Whonix | © ENCRYPTED SUPPORT LP | Heckert gnu.big.png Freedom Software / Osi standard logo 0.png Open Source (Why?)

The personal opinions of moderators or contributors to the Whonix ™ project do not represent the project as a whole.

By using our website, you acknowledge that you have read, understood and agreed to our Privacy Policy, Cookie Policy, Terms of Service, and E-Sign Consent.