Week 8a: Compartmentalization Fundamentals & Virtual Machines

Goal Understand why identity compartmentalization is critical for operational security and learn to create isolated environments using virtual machines. Prerequisites: Weeks 1-7 (encryption, Tor, networking) This is Part 1 of 2 - Covers compartmentalization concepts and VM basics. 1. Why Compartmentalization Matters The Problem: Identity Bleeding Without compartmentalization: Your work browsing reveals your personal interests One compromised account can pivot to others Metadata from different identities gets correlated Single point of failure across your entire digital life Real-world example: ...

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: ...