Qubes Disposables

From Whonix
(Redirected from Qubes/DisposableVM)
Jump to navigation Jump to search

How to use Disposables in Qubes-Whonix.

A few usability issues in Disposables affect anonymity. If the risks are unknown to the user, then first carefully read this page.

What are Disposables?[edit]

In the Qubes Template model, [1] any changes made to a root filesystem of an App Qubearchive.org are lost upon reboot. This is advantageous for several reasons: it saves time and disk space, and allows faster, centralized updates for applications that are usually found inside the root filesystem. However, certain directories are designed to persist between reboots in order to store files and settings. These directories are stored in /rw, including /home/user and /usr/local as well as additional directories defined by "bind directory" settings. [2]

Qubes does not have a built-in snapshot capability like VirtualBox that can completely revert all changes back to a previous VM state. [3] [4] In other words, no method exists within App Qubes to reverse changes made to the persistent file system without implementing some type of custom solution. To ensure that all filesystem changes are discarded after a session, Qubes offers Disposables. When a Disposable is shutdown, the VM is removed from Qubes and all related VM images are deleted from the host filesystem. This method is not yet amnesic and should not be relied upon for anti-forensics!

While Disposables ensure that files do not persist without user intervention, the downside is the user can no longer decide whether or not the current VM state should be kept or destroyed; users must choose beforehand to use a standard App Qube or a Disposable.

Table: Qubes R4 Inheritance and Persistence

Inheritance [5] Persistence [6]
Templatearchive.org [7] [8] n/a Everything
App Qubesarchive.org [9] /etc/skel/ to /home/ /rw/ (includes /home/ and bind-dirsarchive.org)
Disposable Templatearchive.org [10] [11] /etc/skel/ to /home/ /rw/ (includes /home/, /usr/local and bind-dirsarchive.org)
Disposablearchive.org [12] [13] /rw/ (includes /home/, /usr/local and bind-dirsarchive.org) Nothing

The Layered Disposable System[edit]

Qubes uses a two-layered approach to Disposables. At the core of the system is a Templatearchive.org upon which a Disposable Templatearchive.org is based. Every time a new Disposable is launched it is based on the Disposable Template - hence, two layers. In a standard Qubes-Whonix installation:

  • The Whonix-Workstation default Template is whonix-workstation-17.
  • The Whonix-Workstation default Disposable Template is called whonix-workstation-17-dvm.
  • Each Whonix-Workstation default Disposable (disp1, disp2, ...) is based on whonix-workstation-17-dvm.

Once a Disposable Template is created, its /home/user/ directory can be customized [14] independently of the Template. In this special case, the Disposable Template will continue to inherit changes from the base Template's root filesystem (like package updates), but user files in /home/user/ will persist independently.

It is possible to have multiple Disposable Templates and Disposables at the same time. Any App Qube can be enabled for use as a template for Disposables, by setting its template_for_dispvmsarchive.org property.

In Qubes R4, Qubes-Whonix 17's default Disposable Template (whonix-workstation-17-dvm) can be easily created using salt and will have this property set.

Disposable Traffic Stream Isolation[edit]

Disposables work especially well with Whonix-Gateway. [15] All Disposable traffic is stream-isolated from the traffic of other VMs running in parallel.

Warnings[edit]

Table: Disposable Warnings

Category Warning
Amnesic Capability
  • All changes to a Qubes Disposable's file system are discarded upon shutdown. However, Disposables are similar to snapshots insofar as they can leave traces of their activity on storage and in memory. These traces may be later recoverable through data forensics.
    • This is Qubes issue. The feature requests exist since year 2013. The issue is unspecific to Whonix.
    • See footnote for a list of references and open, unresolved (and mostly stalled) Qubes development tickets. [16]
    • At time of writing, there is no shortcut, substitute or workaround available that users can easily use to get Qubes Anti-Forensics capabilities. This is elaborated in developers chapter Forensic Considerations and Anti-forensics Claims.
  • This is further justification for using full disk encryption on the Qubes host and completely shutting down the system when it is not in use. Laptop users may wish to remove batteries to ensure that power to the RAM is definitely disconnected.
Ephemeral Whonix-Gateway ProxyVMs Using Disposables for both the Whonix Gateway and Workstation in Qubes does not increase security without any corresponding privacy downside, for the following reasons: [17] [18] [19]
  • Disposables are not amnesic. In practice this means traces of their activity can be left on storage or in memory, making them vulnerable to forensic operations. [20]
  • Using a Disposable for the Whonix-Gateway results in non-persistent entry guards to the Tor network; behavior unlike the default configurations for Whonix, Tor, and the Tor Browser Bundle. Mathematically speaking, end-to-end correlation attacks are more likely to succeed when a user chooses many random entry and exit points in the Tor network, rather than semi-permanent entry guards which are only rotated every few months. [21] [22]
  • See additional footnote. [23]
Named Disposables: Manual Shutdown Unlike Disposables spawned from the Whonix default Disposable Template,[24] named Disposables do not automatically shutdown when the first user process is terminated. If a fresh Named Disposable is needed, users must first shutdown the named Disposable and start a new Disposable instance. [25] Failure to do so could lead to session data from previous activities persisting until the Disposable is properly shutdown.
Spawning Disposables
  • If a Disposable is spawned from within a VM that is not connected to Whonix-Gateway, the new Disposable may route its traffic over clearnet. [26]
  • The reason is because Disposables inherit their NetVMs from the calling VM, or the calling VM's dispvm_netvm setting (if different). The dispvm_netvm setting can be configured per VM via: dom0Qube ManagerVM SettingsAdvancedNetVM for Disposable [27]
  • If the calling VM is connected to Whonix-Gateway, this step is not necessary and the Disposable's traffic will be routed over Tor. See: Whonix default NetVM settings fixesarchive.org.
Tor Browser in a Disposable Template Do not start Tor Browser in a Disposable Template! For reasons why, see: Running Tor Browser in Qubes Template. Only start Tor Browser in App Qubes or Disposables, see: Start Tor Browser in a Disposable.
Tor Browser Updater in a Disposable Template Do not start Tor Browser Updater in a Disposable Template! For reasons why, see: tb-updater in Qubes Disposable Template. Instead, run Tor Browser Downloader by Whonix developers in Whonix-Workstation Template (whonix-workstation-17).
Tor Browser Version
Verify Disposable Status
  • Use caution when spawning a Disposable for the first time when it is based on a freshly created Disposable Template. This Qubes bugarchive.org can lead to the Disposable Template starting instead of the Disposable. [28] [29] There could be serious consequences if an application like Tor Browser was started in a Disposable Template and used extensively for web browsing. Compromise of the Disposable Template would mean all Disposables spawned from it would be similarly compromised; see Running Tor Browser in Qubes Template.
  • To check the freshly started VM is a Disposable, verify it is named [disp xxxx] where xxxx is the number assigned to that Disposable. If the Disposable Template was started instead, then it should be shut down immediately. If the Disposable Template is ever inadvertently used for a dangerous activity like web browsing, then delete it and create a new one. This issue might be fixed in Qubes R4.2. This issue is likely not fixed in Qubes R4.1. Once Qubes-Whonix 16 for Qubes R4.1 has been deprecated, this warning can be removed.
Whonix-Gateway Linkability The Tor Project developer Teor has stated that Tor caches DNS, HS descriptors, pre-emptive circuits, etc. [30] which may lead to linkage between App Qubes and Disposables sharing the same Whonix-Gateway. The extent to which this is a threat for Whonix users has now been documented; see Multiple Whonix-Workstation.

Setup[edit]

Note: Examples below reference GUI steps whenever possible.

Create a Whonix Default Disposable Template based on Whonix-Workstation[edit]

1. Update Qubes-Whonix.

2. Open a dom0 terminal: Qubes App Launcher (blue/grey "Q")System ToolsXfce Terminal

3. Create whonix-workstation-17-dvm Disposable Template.

sudo qubesctl state.sls qvm.whonix-ws-dvm

4. Done.

Qubes-Whonix Dispoables are now ready for use.

Create a Named Whonix Disposable based on Whonix-Workstation[edit]

Info Optional.

Nearly all users can skip steps 1 and 2 below. A specific use case for Disposable naming conventions has not (yet) been identified.

A named Disposable is a Disposable with a fixed name.

A named Disposable is not a Disposable Template.

Therefore when selecting a name for a named Disposable, do not include -dvm when naming Disposables! This is because dvm has a different meaning. The meaning of dvm is Disposable Template. A named Disposable with dvm in it's name would be a contradiction.

Tor Browser will not be inherited from Whonix-Workstation Template (whonix-workstation-17) if this advice is ignored.

Before creating named Disposables, familiarize yourself with their behavior and read all relevant warnings. Failure to do so could lead to unwanted behavior which occurs without the user's knowledge.

1. Create a Disposable called anon-whonix-disp based on the whonix-workstation-17-dvm Template.

In dom0 run.

qvm-create -C DispVM -l red --template whonix-workstation-17-dvm anon-whonix-disp

2. Launch Xfce Terminal in the Disposable.

qvm-run -a anon-whonix-disp xfce4-terminal

TODO - Investigate use cases for this procedure:

  • A named Disposable might be useful for a larger root/private image.
  • It might also be useful for activities such as building Templates in a Disposable.

Customization[edit]

Disposable Templates[edit]

Extra caution must be exercised when customizing a Disposable Template. [31] From a privacy perspective, it is ideal to have a Disposable Template that is indistinguishable from any other Whonix-Workstation. If changes are made to the Disposable Template, these may link all of the Disposables via a uniquely generated fingerprint should they be compromised independently. Risky changes include, but are not limited to:

  • Installation of obscure programs;
  • Uncommon configuration settings; or
  • The placement of unique data files.

Always keep in mind the Disposable will likely be exposed to the greatest Internet threats.

Tor Browser is specifically designed to prevent website fingerprinting or identification based on the user's browser fingerprint. It is safest to run Tor Browser in its stock configuration so the fingerprint is less unique, due to commonality with the larger Tor Browser user pool. Each individual browser change can significantly worsen the fingerprint because of the associated entropy, [32] so only make alterations if the impacts are known. See also: tb-updater in Qubes Disposable Template.

A decision must be made in advance whether to disable JavaScript by default. There is a usability-security trade-off to consider: fingerprinting and usability is worsened by disabled JavaScript, but this provides better protection against vulnerabilities. Conversely, enabled JavaScript improves usability and increases the risk of exploitation, but the browser fingerprint is (likely) more common.

Tor Browser in Disposable Template[edit]

For most users, Tor Browser customizations in the Disposable Template or Template are discouraged. Advanced users who wish to customize the Disposable Template despite the risks should follow these steps.

Applications other than Torbrowser in Disposable Template[edit]

Info Customization is completely optional. Only files in /home/user (or more generally, in /rw) can be customized in a Disposable Template.

1. Launch the application in the Disposable Template.

Either open dom0 terminal and run.

qvm-run -a whonix-workstation-17-dvm <app>

Or use Qube Manager:

dom0Qube Managerright-click 'whonix-workstation-17-dvm'Run command in qubetype name of the <app>

2. Customize application settings.

Customize the application as per normal procedures.

3. Exit the application.

If required, save application-specific settings, then exit the application so settings are stored on the disk.

4. Shutdown the Disposable Template.

Either use a dom0 terminal.

qvm-shutdown whonix-workstation-17-dvm

Or use Qube Manager:

dom0Qube Managerright-click 'whonix-workstation-17-dvm'left-click 'Shutdown qube'

The changes will be available when the Disposable is restarted.

Delete a Disposable Template[edit]

If a Disposable Template has been customized and it is necessary to revert these changes, a Disposable Template can be deleted the same way as any other VM.

Note the Disposable Template cannot be deleted while it is the default Disposable of another VM, otherwise an error message appears. In that case, follow tips found herearchive.org on how to manually change the default Disposable of VMs to another setting.

dom0Qube Managerright-click 'whonix-workstation-17-dvm'left-click 'Delete qube' [33]

Keep Tor Browser Up-to-date[edit]

To obtain the latest Tor Browser, the simplest method is to use Whonix built-in Tor Browser downloader functionality. Simply update using Tor Browser Downloader by Whonix (tb-updater) in Whonix-Workstation Template (whonix-workstation-17) when performing your usual maintenance updating:

1. Qubes App Launcher

Qubes App Launcher (blue/grey "Q")whonix-workstation-17Xfce Terminal [34] [35]

2. Update the package lists.

Update the package lists.

sudo apt update

3. System upgrade.

sudo apt full-upgrade

4. Tor Browser upgrade.

If Tor Browser has an issue and has not been upgraded, use update-torbrowser to download a new copy.

Launch Tor Browser Downloader by Whonix and follow the instructions. [36]

update-torbrowser --input gui

5. Shutdown the Disposable Template: [37]

If running.

dom0Qube Managerright-click on 'whonix-workstation-17-dvm'click 'Shutdown qube'

6. Shutdown the Template.

7. Done.

Update a Disposable Template[edit]

Changes to the underlying Template (whonix-workstation-17) are detected automatically and the Disposable Template is updated without user intervention. That means package updates that are applied to whonix-workstation-17 are also applied to the whonix-workstation-17-dvm.

Usage[edit]

Disposables are well-suited for risky and largely independent activities, like web browsing or opening untrusted files. In contrast, App Qubes might be better suited for activities necessitating file persistence, like email clients with local email storage.

With either kind of VM, Qubes' VM integration tools like secure file copyarchive.org and secure clipboardarchive.org ensure that clean, trusted files and text can be easily and safely transferred to trusted VMs (if necessary).

User Tips[edit]

Table: Disposable User Tips

Category Recommendation
Data Storage
  • In Qubes, it is unrecommended to store any valuable data in an untrusted VM. This perspective is reinforced by the Tor Browser design which similarly does not remember bookmarks or credentials. Best practice is to store sensitive data in an offline vault VM; for instance, when accessing passwords with a password manager.
  • @rustybird has announced a new "split-tor-browser" [38] package that can retrieve urls and credentials from a trusted VM for use in a Disposable's browser. This package is yet to be tested or endorsed by Whonix, but it looks promising.
Disposable Shutdown A Disposable automatically shuts down when the first user-launched process is terminated. For example, if a new Disposable is created by launching Tor Browser and a user simultaneously starts typing in an editor later on, all this work will be lost after Tor Browser is closed. To avoid this, first launch a terminal in the Disposable and then launch additional applications from the terminal. This way the Disposable is only destroyed after exiting the terminal.
Offline Disposables
  • Use utmost caution if deciding to re-establish network connectivity for off-line Disposables! No mechanism is currently available to prevent connections to a clearnet NetVM.
  • Non-networked Disposables are useful for opening untrusted files that potentially might try to use the network maliciously. Like all Qubes VMs, the NetVM for a Disposable can be changed dynamically while the VM is still running. Simply set the NetVM to "none" using Qube Manager or the command line interface. [39]
Shortcuts
  • Disposables can be created directly by launching programs from the application menu using shortcuts; see below for instructions.
  • Disposables can also be spawned by using context-menus or the command line interface in other App Qubes. Refer to the Qubes Disposable documentationarchive.org for instructions on different methods.
  • Note the relevant warning concerning shortcuts in this chapter ("Spawning Disposables").
Spawning Disposables from other App Qubes
  • There are several ways to spawn Disposables from App Qubes. In fact, in addition to the dom0 terminal and application menu, users can also spawn Disposables from the App Qube terminal emulator or context-menu. [40] These tools provide a safe and convenient way to open files and email attachments that could contain malicious code. There is also an option to convert potentially dangerous PDFsarchive.org into trusted PDFs and open it in a Disposable. [41]
  • The most commonly used methods to spawn Disposables from App Qubes are listed below. It is recommended to read the "Spawning Disposables" warning detailing Disposable network settings before proceeding:
  1. Context-menu
  2. Thunar file manager - open file in Disposable: FileActionsEdit/View in Disposable
  3. Thunar file manager - open file in Disposable: FileEdit/View in Disposable
  4. Thunderbird E-mail client - open email attachment in Disposable: EmailAttachmentsOpen in Disposable
  5. Command line interface - open file in Disposable:qvm-open-in-dvm <file_name>

Add a Desktop Shortcut[edit]

  1. From the Qubes application menu, drag and drop a menu item onto the desktop.
  2. Double-click the newly created launcher to start it.
  3. At first start, it is safe to click "Mark Executable".

Add an Xfce4 Panel Shortcut[edit]

From the Qubes application menu, drag and drop the menu item onto the panel.

Start Tor Browser in a Disposable[edit]

Tor Browser can be started via the GUI or on the command line.

If you are using a GUI.

Qubes App Launcher (blue/grey "Q")Disposable: whonix-workstation-17-dvmTor Browser (AnonDist)

If you are using a terminal.

qvm-run --dispvm=whonix-workstation-17-dvm torbrowser

After launch, always first check the Tor Browser version!

Figure: Tor Browser in Qubes-Whonix Disposable

Start Terminal Emulator in a Disposable[edit]

Terminal emulator xfce4-terminal can be started via the GUI or on the command line.

If you are using a GUI, complete the following steps.

Qubes App Launcher (blue/grey "Q")Disposable: whonix-workstation-17-dvmXfce Terminal

If you are using a terminal, complete the following steps.

qvm-run --dispvm=whonix-workstation-17-dvm xfce4-terminal

TODO[edit]

Footnotes[edit]

  1. App Qubes and Templatesarchive.org.
  2. How to make any file persistent (bind-dirs)archive.org.
  3. Apart from Volume backup and revert using qvm-volumearchive.org which is command line interface (CLI) and "intended for advanced users".
  4. Qubes VM snapshots using git / SVNarchive.org.
  5. Upon creation.
  6. Following shutdown.
  7. https://www.qubes-os.org/doc/templates/archive.org
  8. The former name was Template.
  9. The former name was AppVM or TemplateBasedVM.
  10. https://github.com/QubesOS/qubes-issues/issues/4175archive.org
  11. Former names included Disposable Template, DVM Template, and DVM.
  12. https://www.qubes-os.org/doc/glossary/#disposablearchive.org
  13. Former names included Disposable and DispVM.
  14. https://www.qubes-os.org/doc/disposable-customization/archive.org
  15. Because each VM is assigned a unique, internal IP address.
  16. Qubes user documentation confirming the non-existence of an anti-forensics feature: Qubes Disposables and Local Forensicsarchive.org Tickets related to a selective (for Disposables) Anti-Forensics Feature: Ticket related to booting into Live Mode: Common issues: Information on Qubes Disposable technical implementation: Live ISO:
  17. Disposables are not Amnesic.
  18. https://github.com/QubesOS/qubes-issues/issues/904archive.org
  19. Tor Entry Guards.
  20. This is another reminder of why full disk encryption should always be used on the host.
  21. https://gitlab.torproject.org/legacy/trac/-/issues/8240archive.org
  22. The reason is there are both malicious and benign guards in the Tor network. The more often the user "rolls the dice" (changes guards), the greater the chance of striking out.
  23. The solution to the first problem is only allowing in-RAM execution of Disposablesarchive.org, but this is not planned for implementation in the short-term. There is no perfect solution to the second problem. That said, there is an actual unstated security-privacy trade-off by running this configuration. Theoretically, an ephemeral Whonix-Gateway ProxyVM is only able to be infected for a single session (via the /home, /usr/local and /rw directories), since it is discarded upon shutdown. This provides a counterbalance to the increased threat of malicious guards, as Whonix becomes more "Tails-like"archive.org.
  24. See Disposable Shutdown for more on this.
  25. This is because named Disposables are created using a similar method to that which is used to create App Qubes. This means that named Disposables -- in some respects -- exhibit behavior similar to that of an App Qube. For example, behavior such as persistent VM settings across restarts; this includes, but is not limited to settings like --netvm, --autostart and --label to name a few. Before starting a new named Disposable instance, first verify in Qube Manager that the VM is fully shutdown.
  26. Disposables are created in one of two ways: Open in Disposable. On the command line (domU), run. qvm-open-in-dvm Edit/View in Disposable. From the GUI context-menu (domU). FileActionsEdit/View in Disposable
  27. On the command line (dom0), run. qvm-prefs -s vmname dispvm_netvm sys-whonix
  28. https://forums.whonix.org/t/whonix-14-starting-a-whonix-14-dispvm-actually-starts-the-templatebasedvm-instead/5579archive.org
  29. After creation of a new Disposable Template, all VMs spawned from the Disposable Template should be Disposables by design. This includes the first start and all subsequent starts thereafter. While this is expected behavior, it is safest to confirm the Disposable was correctly spawned on each occasion it is used.
  30. https://lists.torproject.org/pipermail/tor-dev/2016-October/011591.htmlarchive.org
  31. Qubes documentation: Disposable Customizationarchive.org.
  32. 33 bits of entropy will identify one individual out of several billion.
  33. Or on the command line (dom0), run. qvm-remove <vmname>
  34. dom0Qube Managerright-click on 'whonix-workstation-17'click 'Run command in qube'type 'xfce4-terminal'
  35. On the command line (dom0), run. qvm-run -a whonix-workstation-17 xfce4-terminal
  36. update-torbrowser
  37. On the command line (dom0), run. qvm-shutdown whonix-workstation-17-dvm or
    Disposable Template command line (domU), run. sudo poweroff
  38. Github: Split Browserarchive.org
  39. On the command line (dom0), run.qvm-prefs disp<1 | 2 | ...> netvm none
  40. See: Qubes Disposablesarchive.org.
  41. See Micahflee's blog on How Qubes makes handling pdfs way saferarchive.org.

We believe security software like Whonix needs to remain open source and independent. Would you help sustain and grow the project? Learn more about our 12 year success story and maybe DONATE!