System Hardening Checklist
From Whonix
About this System Hardening Checklist Page | |
---|---|
Support Status | stable |
Difficulty | easy |
Contributor | torjunkie [archive] |
Support | Support |
Whonix ™ comes with many security features [archive]. Whonix ™ is Kicksecure ™ Security Hardened by default and also provides extensive Documentation including this System Hardening Checklist. The more you know, the safer you can be.
This page is targeted at users who wish to improve the security of their systems for even greater protection.
Introduction[edit]
Recommendations specific to Qubes-Whonix ™ or Non-Qubes-Whonix ™ are marked accordingly.
It is possible to significantly harden the Whonix ™ and/or host platform. This reduces the likelihood of a temporary or persistent compromise, while increasing the chances of successful, anonymous activity. Hardening is dependent upon a user's skill set, motivation and available hardware. The checklist below is intended to provide a quick overview of important issues, categorized by difficulty level - easy, moderate, difficult and expert.
Easy[edit]
Anonymous Blogging, Posting, Chat, Email and File Sharing[edit]
- To remain anonymous, follow all the Whonix ™ recommendations to minimize threats of keyboard/mouse biometrics, stylometric analysis and other covert channels.
- Remove metadata from documents, pictures, videos or other files before uploading them to the Internet.
- Think twice before sharing "anonymous" photos due to unique embedded noise signatures that have no known countermeasures.
- Be careful sharing anonymous documents. Digital watermarks with embedded covert data are robust, so run documents through Optical Character Recognition (OCR) before sharing the output.
- Utilize OnionShare to anonymously share or receive files securely over the Tor network, anonymously chat, or host anonymous websites. [1]
Command Line Operations[edit]
- Do not run commands unless they are completely understood -- first refer to a suitable Whonix ™ wiki resource if available.
- If root privileges are required, run the command with
sudo
rather than logging in as root or usingsudo su
. [2]- Consider disabling the root account permanently. [3]
- To prevent malware sniffing the root password, before performing administrative tasks that require root access, create an
admin
user account with sudo permissions. - Prefer
sudoedit
for better security when editing files. [4]
- Defeat login spoofing by using the Secure Access Key ("Sak";
SysRq
+k
) procedure. - Consider enabling SysRq "Security Keys" functionality as insurance against system malfunctions -- this assists in system recovery efforts and limits the potential harm of a malware compromise.
Disabling and Minimizing Hardware Risks[edit]
- In Qubes-Whonix ™, only use a mouse and keyboard utilizing PS/2 ports (not USB ports) to prevent malicious compromise [archive] of dom0 (PS/2 adapters and available controllers are required).
- Do not enable audio input to any VM unless strictly required and consider disabling microphones where possible (muting on the host) or unplugging external devices.
- Preferably detach or cover webcams unless they are in use. In Qubes-Whonix ™, assign it to an untrusted VM (if needed).
- If possible, physically remove speakers on the host and remove/disable the beeper. [5]
- Avoid using wireless devices, since they are insecure.
- Preferably disable or remove Bluetooth hardware modules [archive].
- Disable or remove problematic devices like ExpressCard, PCMCIA, FireWire or Thunderbolt which may allow attackers with physical access to read RAM.
- Apply CPU microcode updates on the host operating system [6] or baremetal configurations like Physical Isolation. [7]
- Consider restricting hardware information to the root user in Whonix-Workstation ™ and Whonix-Gateway ™. [8]
Entropy[edit]
- To mitigate against inadequate entropy seeding by the Linux Random Number Generator (RNG), it is recommended to install daemons that inject more randomness into the pool.
- From Debian 10 ("Buster") [archive], jitterentropy-rngd is available; see footnote. [9]
- haveged also uses CPU timer jitter to generate entropy and additional entropy sources cannot hurt; see footnote. [10]
File Handling[edit]
- In File Manager, disable previews of files from untrusted sources. Change file preferences in the Template's File Manager so future App Qubes inherit this feature.
- Files received or downloaded from untrusted sources (the internet, via email etc.) should not be opened in a trusted VM. Instead, open them in a DisposableVM:
Right-click
→Open In DisposableVM
- Untrusted PDFs should be opened in a DisposableVM or converted into a trusted (sanitized) PDF [archive] to prevent exploitation of the PDF reader and potential infection of the VM.
File Storage Location[edit]
- Avoid storing files directly in the root home folder and create appropriate sub-folders instead.
- Move files downloaded by Tor Browser from the
~/Downloads
folder to another specially created one. [11]
Mandatory Access Control[edit]
- Enable all available apparmor profiles in the Whonix-Workstation ™ and Whonix-Gateway ™ Templates.
- Enable seccomp on Whonix-Gateway ™ (
sys-whonix
ProxyVM).
Passwords and Logins[edit]
- Use strong, unique and random passwords for all online accounts, system logins and encryption / decryption purposes to prevent the feasibility of brute-forcing attacks.
- Use a trusted password manager (KeePassXC) [12], so hundreds of different passwords can be kept stored in an encrypted password database, protected by one strong master password. [13]
- For high-entropy passwords, consider using Diceware passphrases. [14]
- In Qubes-Whonix ™, store all login credentials and passwords in an offline vault VM (preferably with KeePassXC) and securely cut and paste them into the Tor Browser. [15]
- Read and follow all the principles for stronger passwords.
Screensavers[edit]
- At a minimum, lock the screen of the host when it is unattended.
- For better security, shut down the computer entirely -- screensavers are notoriously insecure. [16] [17]
Secure Downloads[edit]
- Download Internet files securely using scurl instead of wget from the command line.
- When downloading with Tor Browser, prevent SSLstrip attacks by typing
https://
links directly into the URL / address bar. - Prefer onion services file downloads, which provide greater security and anonymity than https.
Secure Qubes Operation[edit]
- Refer to the Qubes-Whonix ™ security recommendations and always follow the latest security news [archive] and advice [archive] from the Qubes team.
Secure Software Installation[edit]
- Default to Debian's official package manager APT for installing software, and avoid third party package managers.
- When possible, use mechanisms which simplify and automate software upgrades and installations, like apt functions.
- Prefer installation of software from signed (Debian) GNU/Linux repositories and avoid manually installing software, particularly if it is unsigned.
- Set the Qubes, Debian and Whonix ™ package updates to Tor onion service repositories. [18]
- For safer installations or updates, first stop all activity/applications and rotate the Tor circuits.
- Always verify key fingerprints and digital signatures of signed software before importing keys or installing software.
- Avoid using keyservers if possible.
- It is safer to securely download the key from a source that is logically connected to the owner, if possible, outside the keyserver model. [19]
Tor Browser Series and Settings[edit]
- Prefer the stable Tor Browser release over the alpha series in line with Tor developer recommendations; see footnotes. [20] [21] [22] [23]
- Run the Tor Browser Security Slider in the highest position. [24]
- Disable Javascript [archive] by default and only allow it sparingly for trusted sites. [25]
- Do not configure custom NoScript (per-site) settings which persist across successive Tor Browser sessions because this aids fingerprinting.
- Use .onion services [archive] where possible to stay within the Tor network, such as defaulting searches to the DuckDuckGo onion service [archive]. [26]
- Consider setting HTTPS Everywhere user rules to consistently utilize .onion resources instead of clearnet domains for the Whonix ™ main page, homepage, forums, download page, phabricator site, and Debian repository.
- Use multiple Tor Browser instances or multiple Whonix-Workstation ™ to better compartmentalize contextual identities.
- Follow all other Whonix ™ recommendations for safe and anonymous use of Tor Browser.
- Install Tor Browser outside of Whonix ™ so a second, working instance is always available for anonymous activities. [27]
VirtualBox[edit]
- Remove a host of VirtualBox features to reduce the attack surface.
- Take regular, clean VM snapshots that are not used for any activities.
- Spoof the initial virtual hardware clock offset.
- Consider disabling clipboard sharing to reduce the risk of identity correlation. [28]
- Shared folders are discouraged because they weaken isolation between the guest and the host. [29]
Warrant Canary[edit]
- Learn more about warrant canaries [archive] -- see Whonix ™ Warrant Canary (forum discussion [archive]) and limitations of warrant canaries [archive].
Moderate[edit]
Create a USB Qube[edit]
- Prepare and safely utilize a USB qube [archive]. [30] [31]
- Configure a disposable
sys-usb
[archive].
Host Operating System Distribution[edit]
- For a truly private operating system, install GNU/Linux on the host. [32]
- The Debian distribution is recommended by Whonix ™ as providing a reasonable balance of security and usability.
- Consider installing the Kicksecure ™ Debian derivative, since it has considerable security hardening by default. [33]
Host Operating System Hardening[edit]
All Platforms[edit]
- Use Full Disk Encryption (FDE) on the host.
- Apply a BIOS password for BIOS setup and boot.
- Torrify APT traffic on the host to prevent fingerprinting and leakage of sensitive security information.
- Follow all other Whonix ™ recommendations to further harden the host OS against physical attacks.
Non-Qubes-Whonix Only[edit]
- Harden the host Debian Linux OS.
Kernels / Kernel Modules[edit]
- To benefit from additional protections, [36] consider installing newer kernels.
- On the host Linux platform [archive].
- In Whonix ™ VMs.
- Qubes: in dom0 [archive] and in Qubes VMs (see Qubes VM Kernel [archive]). [37] [38] [39]
- Consider installing the Linux Kernel Runtime Guard (LKRG) kernel module for improved detection and protection against common kernel exploits. [40]
- In Qubes-Whonix ™, consider installing the tirdad [archive] kernel module to protect against TCP ISN-based CPU information leaks [archive]. [41] [42]
- Advanced users can undertake host kernel hardening to significantly increase security and privacy.
Live-mode[edit]
- Consider running Whonix ™ with VM Live Mode or even better Host Live Mode, so all writes go to RAM instead of the hard disk.
- If Debian is run as the host OS, consider also booting into Host Live Mode.
- Disable swap and program crash dumps as an anti-forensics precaution.
- When using VM Live Mode, consider enabling read-only hard drive mode to make it harder for malware to gain persistence. [43]
Memory Allocator[edit]
- Consider installing a hardened memory allocator ('Hardened Malloc') to launch regularly used applications. [44]
Networking[edit]
All Platforms[edit]
- If possible, use a dedicated network connection (LAN, WiFi etc.) that is not shared with other potentially compromised computers.
- If using a shared network via a common cable modem/router or ADSL router, configure a de-militarized zone (perimeter network). [45]
- Test the LAN's router/firewall with either an internet port scanning service or preferably a port scanning application from an external IP address.
- Change the default administration password on the router to a unique, random, and suitably long Diceware passphrase to prevent bruteforcing attacks.
- WiFi users should default to the WPA2-AES [archive] or WPA3 [archive] standard; the protocols are safer and have stronger encryption. [46] [47]
- Follow all other Whonix ™ recommendations to lock down the router.
- Disable TCP SACK to limit the risk of remote DoS and other attacks.
Qubes-Whonix ™ Only[edit]
- Prefer the Debian Template for networking (
sys-net
andsys-firewall
) since it is minimal in nature [archive] and does not "ping home", unlike the Fedora Template. [48] - Consider using customized minimal templates [archive] for NetVMs to reduce the attack surface and memory requirements. Four options are currently available:
- For greater security, higher performance and a lower resource footprint, consider using an experimental MirageOS-based unikernel firewall [archive] that can run as a QubesOS ProxyVM.
- Consider utilizing OpenBSD for
sys-net
[archive] to reduce the attack surface. [52] See also other OpenBSD considerations.
Sandboxing[edit]
- Consider using Firejail to restrict Tor Browser, Firefox-ESR, VLC and other regularly used applications -- note this comes with an increased fingerprinting risk [archive] and any vulnerability in Firejail can allow escalation to root privileges [archive]. [53]
- In a future Non-Qubes-Whonix ™ release, consider using
sandbox-app-launcher
(Sandboxed Application Launcher) to restrict applications within a bubblewrap sandbox and confined by AppArmor. [54]
Spoof MAC Addresses[edit]
Tip: MAC spoofing [archive] is only necessary if traveling with your laptop or PC. It is not required for home PCs that do not change locations.
- In Qubes-Whonix ™, follow these steps [archive] to spoof the MAC address on the Debian or Fedora Template used for network connections.
- In Non-Qubes-Whonix ™, follow these steps to spoof the MAC address of the network card on a Linux, Windows or macOS host.
Time Related[edit]
- Non-Qubes-Whonix ™ only: Disable ICMP timestamps and TCP timestamps on the host operating system to prevent leakage of information. [55]
- Non-Qubes-Whonix ™ only: Uninstall the NTP client on the host operating system and disable systemd's timdatectl NTP synchronization feature. [56]
- Prevent possible time leaks by blocking networking until sdwdate finishes.
Tor Settings[edit]
- Consider enabling Tor connection padding for potentially better anonymity; note it is unclear whether this provides any additional benefit (see footnote). [57]
- Consider installing newer Tor versions directly from The Tor Project repository.
- Avoid regenerating the Tor state file or manually rotating Tor guards [58] because it degrades anonymity.
- Avoid configuring non-persistent entry guards, as this severely degrades anonymity.
- Consider using Bridges if Tor is censored, dangerous or deemed suspicious in your location.
- If using a bridge, configure alternating bridges for different physical locations.
- Heavily censored users should configure a meek-azure bridge with Anon Connection Wizard. [59]
- To help preserve anonymity, copy Tor configuration files and settings to any new
sys-whonix
instance which is created. [60]
Whonix ™ VM Security[edit]
- Consider disabling the Control Port Filter Proxy to reduce the attack surface of both the Whonix-Gateway ™ and Whonix-Workstation ™.
- Consider hardening systemcheck.
- Consider the periodic deletion and recreation of VMs that are used for sensitive operations.
- If a compromise of Whonix-Gateway ™ and/or Whonix-Workstation ™ is suspected, follow the compromise recovery instructions.
Difficult[edit]
Anti-Evil Maid[edit]
- Consider the Android Haven application [archive] for sensitive devices -- motion, sound, vibration and light sensors can monitor and protect physical areas. [61]
- If a Trusted Platform Module (TPM) is available, enable it in BIOS/UEFI and configure the required services [archive] to protect against Evil Maid Attacks.
- Qubes-Whonix ™: Utilize AEM protection [archive] to attest that only desired (trusted) components are loaded and executed during the system boot. [62]
Chaining Anonymizing Tunnels[edit]
- Avoid this course of action. The anonymity benefits are unproven and it may actually hurt a user's anonymity and security goals.
- Virtual Private Network (VPN) tunnel-links are strongly recommended against due to multiple security and anonymity risks.
DisposableVMs[edit]
Qubes / Qubes-Whonix ™ only.
Note: Some traces of DisposableVM usage and data contents will leak into the dom0
filesystem and survive reboots; see here [archive] for further information. (This is a Qubes-specific issue and unrelated to Whonix ™.)
- Run all instances of Tor Browser in a DisposableVM which is preferably uncustomized to resist fingerprinting. [63]
- Configure each ServiceVM as a static DisposableVM [archive] to mitigate the threat from persistent malware accross VM reboots. [64]
Email[edit]
All Platforms[edit]
- Follow the Whonix ™ recommendations to select an email provider compatible with privacy and anonymity.
- For anonymous PGP-encrypted email over Tor, use Mozilla Thunderbird. [65]
- For greater email or message security, consider using the OneTime application or a Physical One-time Pad for military-grade encryption.
- Follow all other email principles for greater safety.
Qubes-Whonix ™ Only[edit]
- Use split-GPG [archive] for email to reduce the risk of key theft used for encryption / decryption and signing.
- Create an App Qube that is exclusively used for email and change the VM's firewall settings to only allow network connections to the email server and nothing else ("Deny network access except...").
- Only open untrusted email attachments [archive] in a DisposableVM to prevent possible infection.
Ethernet/FDDI Station Activity Monitor[edit]
- Consider running ArpON [archive] as a daemon to defend against ARP attacks like ARP spoofing [archive], ARP cache poisoning [archive] and ARP poison routing [archive]. [66]
- Consider utilizing Arpwatch [archive] to be alerted about any changes to the database of Ethernet MAC addresses seen on the network. [67]
Flash the Router with Opensource Firmware[edit]
- Flash the insecure, limited-utility, proprietary firmware on the router with a powerful, open-source GNU/Linux alternative.
Mix Personal Tor Traffic with Own Tor Bridge or Relay[edit]
- See Host a Bridge or Tor Relay; this configuration might make adversary classification of Tor traffic more difficult. [68]
Multi-Factor User Authentication[edit]
- Set up two-factor authentication (2FA) to strengthen the security of online accounts, smartphones, web services, access to physical locations and other implementations.
- Configure PAM USB [archive] as a module that only allows user authentication by inserting a token (a USB stick), in which a one-time password is stored.
- For secure account logins, utilize a YubiKey [archive] hardware authentication device which supports one-time passwords, public-key encryption, and the Universal 2nd Factor (U2F) and FIDO2 protcols.
Systemd Sandboxing[edit]
- Create drop-in
.conf
files to sandbox systemd services [archive].
Whitelisting Tor Traffic[edit]
- Qubes-Whonix ™: Configure
sys-whonix
to use corridor as a filtering gateway to ensure only connections to Tor relays pass through. [69] [70] - Non-Qubes-Whonix ™ or Qubes-Whonix: Use a standalone corridor [archive] as a filtering gateway.
Expert[edit]
Disable Intel ME Functionality[edit]
- It is possible to partially deblob [archive] Intel's despicable ME firmware image by removing unnecessary partitions [archive] from it.
- Alternatively, Intel ME's "High-Assurance Platform" mode can be set manually to disable most ME capabilities.
Disable SUID-enabled Binaries[edit]
- Consider enforcing the SUID Disabler and Permission Hardener to increase the security of the system; see here for instructions. [71]
Opensource Firmware[edit]
- Libreboot [archive] is no longer recommended as a proprietary firmware alternative; see footnote. [72]
- Coreboot [archive] is a possible BIOS/UEFI firmware alternative -- consider purchasing hardware that has it pre-installed (like Chromebooks), or research flashing procedures for the handful of refurbished motherboards that support it.
- Note: The open Qubes ticket on Research support for libreboot/coreboot-based systems [archive] makes the opensource firmware recommendation generally unsuitable for Qubes-Whonix ™ at present.
- Exception: Several laptops meet Qubes' Certified Hardware [archive] requirements and are configured with Coreboot, Heads and a partially disabled Intel Management Engine.
Physical Isolation[edit]
- If additional hardware is available, consider Physical Isolation in Non-Qubes-Whonix ™. [73]
Footnotes[edit]
- ↑ OnionShare 2.0 and higher enforce v3 onion connections. Whonix ™ 16 is based on Debian
bullseye
which provides OnionShare v2.2. - ↑ This reduces the likelihood of a successful root or non-root user compromise.
- ↑ Whonix ™ 16 and later versions disable the root account by default.
- ↑ https://forums.whonix.org/t/use-sudoedit-in-whonix-documentation/7599 [archive]
- ↑ This addresses deanonymization techniques relying on watermarked, (in)audible sounds that can link multiple devices, as well as headphones/speakers being covertly used as a microphone [archive].
- ↑ This applies to both Intel and AMD architecture.
- ↑ While this may introduce new vulnerabilities, this is objectively better than running a system that is vulnerable to known attacks.
- ↑ This hides hardware identifiers from unprivileged users.
- ↑
sudo apt install jitterentropy-rngd
- ↑
sudo apt install haveged
- ↑ The reason is AppArmor profiles (and possibly other mandatory access control frameworks) are unlikely to allow access to these folders by default.
- ↑ Debian KeePassXC package [archive].
- ↑ For greater security, store the password manager off-line.
- ↑ To estimate strength, an 8-word Diceware passphrase provides ~90 bits of entropy, while a 10-word passphrase provides ~128 bits of entropy.
- ↑ For greater safety, copy something else into the clipboard after pasting so the password is purged and cannot be accidentally pasted elsewhere.
- ↑ For example, sensitive notifications [archive] (pop up dialog boxes) can appear over the screensaver while locked [archive], and screensaver bypass [archive] bugs [archive] are common. Screen Locker (In)Security - Can we disable these at least 4 backdoors? [archive]
- ↑ Also see: Disconnecting a video output can cause XScreenSaver to crash (QSB-068, CVE-2021-34557) [archive].
- ↑ The Whonix ™ and Debian repositories are no longer set to onion mirrors by default due to stability issues. This decision will be reviewed in the future once v3 onions have further matured.
- ↑ If a keyserver is required, utilize the v3 onion address for
keys.openpgp.org
:http://zkaan2xfbuxia2wpf7ofnkbz6r5zdbbvxbunvp5g2iebopbfc4iqmbad.onion [archive]
- ↑ Tor Blog [archive]:
Note: this is an alpha release, an experimental version for users who want to help us test new features. For everyone else, we recommend downloading the latest stable release instead.
- ↑ Selfrando [archive] (load-time memory randomization) protection has been removed from alpha Tor Browser Linux builds [archive]. Although Selfrando provides a security improvement over standard address space layout randomization (ASLR) present in Tor Browser and other browsers, Tor developers believe it is relatively easy for attackers to bypass and not worth the effort.
- ↑ The "hardened" Tor Browser series has been deprecated, see: https://gitlab.torproject.org/legacy/trac/-/issues/21912 [archive]
- ↑ Following the official release of the v8.0+ Tor Browser series (based on Firefox 60 ESR), the stable and alpha Tor Browser versions both have a native sandbox [archive].
- ↑ This may affect usability and proper functioning on some websites.
- ↑ This is more secure, but increases the user's fingerprinting risk due to selective use of Javascript.
- ↑ Take care to observe you stay within the Tor network -- 'downgrade' attacks have been observed that result in clearnet URLs being loaded in place of onion services across successive page loads on some sites.
- ↑ Thereby circumventing any possible future problems, like the breakage of Whonix ™.
- ↑ Bidirectional clipboard sharing is currently enabled by default in Whonix ™ VirtualBox VMs. There are security reasons to disable clipboard sharing, for example to prevent the accidental copying of something (non-)anonymous and pasting it in its (non-)anonymous counterpart such as a browser, which would lead to identity correlation.
- ↑ Providing a mechanism to access files of the host system from within the guest system via a specially defined path necessarily enlarges the attack surface and provides a potential pathway for malicious actors to compromise the host.
- ↑ A USB qube is automatically created as of Qubes R4.0.
- ↑ USB keyboards and mice expose dom0 to attacks, and all USB devices are potential side channel attack vectors [archive].
- ↑ Windows [archive] and macOS [archive] are surveillance platforms that do not respect user freedom or privacy.
- ↑ Kicksecure ™ has an advanced multi-layer defense model, thereby providing in-depth security. In its default configuration, Kicksecure ™ provides protection from many types of malware, with no customization required.
- ↑ The Truth about Linux 4.6 [archive]:
The real "hard truth" about Linux kernel security is that there's no such thing as a free lunch. Keeping up to date on the latest upstream kernel will generally net all the bug fixes that have been created thus far, but with it of course brings completely new features, new code, new bugs, and new attack surface. The majority of vulnerabilities in the Linux kernel are ones that have been released just recently, something any honest person active in kernel development can attest to.
- ↑ Whonix ™ developer madaidan has noted [archive]:
LTS kernels have less hardening features and not all bug fixes are backported but it has less attack surface and potentially less chance of having bugs. Stable kernels have more hardening features and all bug fixes but more attack surface and more bugs.
- ↑ Including grsecurity elements [archive] being mainlined by the Kernel Self Protection Project [archive].
- ↑ This will likely become the default in future, see: Simplify and promote using in-vm kernel [archive].
- ↑ Do not raise Qubes VM Kernel issues at Whonix ™. Instead, contact Qubes support [archive].
- ↑ https://forums.whonix.org/t/what-to-post-in-this-qubes-whonix-forum-and-what-not/2275 [archive]
- ↑ Openwall [archive]:
... LKRG attempts to post-detect and hopefully promptly respond to unauthorized modifications to the running Linux kernel (integrity checking) or to credentials (such as user IDs) of the running processes (exploit detection). For process credentials, LKRG attempts to detect the exploit and take action before the kernel would grant the process access (such as open a file) based on the unauthorized credentials.
- ↑ The TCP Initial Sequence Numbers (ISNs) are randomized.
- ↑ tirdad [archive] is installed in Non-Qubes-Whonix ™ by default.
- ↑ This prevents remounting of the hard drive as read-write.
- ↑ This provides hardening against heap corruption vulnerabilities [archive] and improves overall memory performance and usage. Note that using Hardened Malloc with Tor Browser or Firefox is difficult and unsupported.
- ↑ This restricts Whonix-Gateway ™ accessibility to/from other nodes on the network such as printers, phones and laptops.
- ↑ WPA3 protocol improvements [archive] include:
- Protection against brute force “dictionary” attacks -- adversaries cannot make multiple login attempts with commonly used passwords.
- Stronger encryption: WPA2 relies on a 64-bit or 128-bit encryption key, but WPA3 uses 192-bit encryption.
- Use of individualized data encryption in open networks to strengthen user privacy.
- Forward secrecy [archive]: if an adversary captures encrypted Wi-Fi transmissions and cracks the password, they cannot use it to read older data.
- ↑ Do not rely on WiFi Protected Set-up (WPS), which has major security flaws [archive].
- ↑ https://forums.whonix.org/t/disable-sys-net-pings-to-fedoraproject-org/1952 [archive]
- ↑ Example:
sudo qubes-dom0-update qubes-template-centos-8-minimal
- ↑ Example:
sudo qubes-dom0-update qubes-template-debian-11-minimal
- ↑ Example:
sudo qubes-dom0-update qubes-template-fedora-33-minimal
- ↑
Qubes tracker: Use OpenBSD as NetVM [archive]. OpenBSD is assessed as having a lower attack surface than Linux, uses less system resources, and has strong exploit mitigations. Note that OpenBSD cannot currently be configured as the
sys-firewall
. - ↑ Previously The Tor Project's alpha sandbox was recommended to restrict Tor Browser, but the project has unfortunately been abandoned [archive].
- ↑ Although not implemented yet, all user-installed applications will be automatically configured to run in the sandbox and a prompt will ask which permissions should be granted to the application.
- ↑ Such as system information, host time, system uptime, and fingerprinting of devices behind a router.
- ↑ This prevents time-related attack vectors which rely on leakage of the host time.
- ↑ https://forums.whonix.org/t/tor-connectionpadding/7477 [archive]
- ↑ Via creation of a new Whonix-Gateway ™ (
sys-whonix
). - ↑ For example, Whonix ™ users residing in China.
- ↑ This is useful when testing later Whonix ™ releases to stymie deanonymization attempts by advanced adversaries, or when creating an identical backup that does not share any other persistent data, except for Tor state and custom torrc options.
- ↑ Notifications are made in real time for any potentially suspicious activity.
- ↑ Unauthorized modifications to BIOS or the boot partition will be notified.
- ↑ This is safe in the stable Qubes R4 release, but privacy issues [archive] were unresolved in Qubes R3.2 (now unsupported).
- ↑ Users can configure
sys-net
,sys-firewall
andsys-usb
as static DisposableVMs. This option has been available from Qubes R4 onward. - ↑ Reminder: The Subject: line and other header fields are not encrypted in the current configuration.
- ↑ Attackers use these methods to redirect local network traffic and execute Man-in-the-middle Attacks.
- ↑ Administrators are advised of any changes via email, such as new station/activity, flip-flops and re-used/changed old addresses.
- ↑ The reason is adversaries observing traffic will need to perform classification of both traffic generated by the Tor relay or bridge and your personal client traffic.
- ↑ This provides an additional fail-safe to protect from accidental clearnet leaks that might arise from hypothetical Whonix ™ bugs, but does not address potential Qubes ProxyVM leaks.
- ↑ https://github.com/rustybird/corridor [archive]
- ↑ This reduces the attack surface by disabling SUID-enabled binaries and improves Strong Linux User Account Isolation. Some SUID binaries have a history of privilege escalation security vulnerabilities. This feature is part of security-misc.
- ↑ Although Libreboot is a free, opensource BIOS or UEFI replacement that initializes the hardware and starts the bootloader for the OS, the absence of proprietary firmware means important microcode security updates are unavailable. Also, even experts risk bricking their hardware during the process and it is incompatible with newer architectures, making it impractical for the majority of the Whonix ™ population.
- ↑ Using two different computers and virtualization is one of the most secure configurations available, but may be less secure than Qubes' approach [archive] (software compartmentalization).
Whonix ™ is Supported by Evolution Host DDoS Protected VPS. Stay private and get your VPS with Bitcoin or Monero.
100px | |
Fosshost | About Advertisements |
Search engines: YaCy | Qwant | ecosia | MetaGer | peekier | Whonix ™ Wiki
Love Whonix ™ and want to help spread the word? You can start by telling your friends or posting news about Whonix ™ on your website, blog or social media.
Priority Support | Investors | Professional Support
Whonix ™ | © ENCRYPTED SUPPORT LP | Freedom Software / Open Source (Why?)
The personal opinions of moderators or contributors to the Whonix ™ project do not represent the project as a whole.