The First Line of Defense
Before you start practicing offensive security, your primary operating system (Windows or macOS) must be secure. It is the foundation upon which your lab rests.
Essential Host OS Hardening
- Operating System Updates: Ensure your OS is fully patched. Unpatched systems are the most common entry points for malware.
- Strong Passwords and MFA: Use long, complex passwords and enable Multi-Factor Authentication (MFA) on all critical accounts.
- Firewall: Ensure the built-in firewall is active and configured to block unsolicited incoming connections.
- Antivirus/EDR: Keep Windows Defender or a commercial EDR solution active and updated.
- Principle of Least Privilege: Do not run as an administrator/root user for daily tasks. Use a standard user account and elevate permissions only when absolutely necessary (using
sudoon macOS, or UAC on Windows). - Secure Browsing: Install ad-blockers, use private browsing modes when appropriate, and avoid suspicious links.