📖 What is Defense in Depth?
A security strategy that uses multiple layers of security controls (physical, technical, and administrative) to protect an asset.
"If the firewall fails, the host-based antivirus should catch it. Layering is safety."
📚 Certification: Certified in Cybersecurity (CC)
🔑 What are the Key Concepts of Defense in Depth?
- ▸ Defense in Depth isn't about redundancy of the *same* control, but layering *different* types of controls for comprehensive protection.
- ▸ Administrative controls (policies, training) are the first line of defense, followed by technical controls (firewalls, AV), then physical controls.
- ▸ A successful attack requires bypassing *multiple* layers, increasing the attacker's effort and likelihood of detection.
- ▸ Consider the 'principle of least privilege' within each layer to limit the impact of a potential breach.
- ▸ Regularly assess and update each layer to address new threats and vulnerabilities; a static approach is ineffective.
🎯 How does Defense in Depth appear on the CC Exam?
You may be asked to identify which security controls would best implement a Defense in Depth strategy for a new web application deployment.
A scenario might describe a company experiencing a breach despite having a firewall; expect questions about what *additional* layers were missing.
Expect questions about prioritizing security investments based on a Defense in Depth model – which layer provides the most significant risk reduction?
❓ Frequently Asked Questions
Is Defense in Depth only for large organizations with complex networks?
No, it's scalable. Even a home user can implement Defense in Depth with a strong password, antivirus software, and a locked door. The principle applies universally.
How does Defense in Depth relate to the CIA triad (Confidentiality, Integrity, Availability)?
Each layer of Defense in Depth contributes to protecting one or more aspects of the CIA triad. For example, encryption protects confidentiality, while backups ensure availability.
What's the difference between Defense in Depth and 'security through obscurity'?
Defense in Depth relies on multiple, visible controls. 'Security through obscurity' hides vulnerabilities, which is unreliable. Obscurity can *supplement* Defense in Depth, but isn't a replacement.