Mentality Dictionary

Defense in depth

Definition

Defense in depth stacks multiple controls so one missed update or weak password is less likely to end in disaster.

Also called: defence in depth, layered security

Why it matters for WordPress

There is no single “secure plugin” checkbox. Updates, backups, 2FA, a WAF, monitoring, and least privilege each catch different failures. Layers turn brittle security into resilient operations.

How it shows up in practice

  • Password theft blocked by 2FA
  • Exploit probe blocked by a WAF while you patch
  • Malware caught by a scanner because logging showed odd admin activity first

What to do

  1. Pick a small stack you will actually maintain.
  2. Prefer boring controls that work together over one exotic gadget.
  3. Test restores; an untested backup is not a layer.
  4. Review the stack yearly as the site and team change.

Nearby ideas in the dictionary

All terms →