Week 8b: Whonix, Tails & Practical Compartmentalization
Goal Master specialized security operating systems (Whonix and Tails) for maximum anonymity and build practical compartmentalization workflows for different use cases. Prerequisites: Week 8a (VM Fundamentals) This is Part 2 of 2 - Covers Whonix, Tails, and practical workflows. 1. Whonix: Maximum Anonymity Through Isolation What is Whonix? Two-VM architecture for Tor isolation: ┌─────────────────────────────────────────┐ │ Whonix-Workstation │ │ (Where you actually work) │ │ - Browser, apps, files │ │ - Cannot directly access internet │ │ - All traffic → Whonix-Gateway │ └──────────────┬──────────────────────────┘ │ Internal Network Only ↓ ┌─────────────────────────────────────────┐ │ Whonix-Gateway │ │ (Tor relay) │ │ - Routes all traffic through Tor │ │ - No applications run here │ │ - Workstation cannot bypass Tor │ └─────────────────────────────────────────┘ Why this matters: ...