Defense in depth

From OWASP

Jump to: navigation, search

This is a principle or a set of principles. To view all principles, please see the Principle Category page.


This template will categorize articles that include it into the Category:Stub category.

Overview

The principle of defense in depth suggests that where one control would be reasonable, more controls that approach risks in different fashions are better. Controls, when used in depth, can make severe vulnerabilities extraordinarily difficult to exploit and thus unlikely to occur.

With secure coding, this may take the form of tier-based validation, centralized auditing controls, and requiring users to be logged on all pages.

For example, a flawed administrative interface is unlikely to be vulnerable to anonymous attack if it correctly gates access to production management networks, checks for administrative user authorization, and logs all access.

Personal tools