Files
nexus/wiki/concepts/Defense-in-Depth.md
2026-04-17 13:17:36 +08:00

1.3 KiB
Raw Blame History

title, type, tags, sources, last_updated
title type tags sources last_updated
Defense in Depth concept
security
architecture
risk-mitigation
self-healing-home-server-infrastructure-management
2026-04-17

Summary

Defense in Depth纵深防御是一种多层安全架构策略通过在多个层面部署安全控制来保护系统即使某一层被突破其他层仍能提供保护。在 AI Agent 安全设置中尤为重要。

Definition

通过在网络、主机、应用和数据多个层面部署互补的安全控制,实现全面防护的安全架构。

Key Layers

  1. 网络层:网络分段、防火墙、入侵检测
  2. 主机层:访问控制、系统加固、监控
  3. 应用层:输入验证、安全扫描、审计日志
  4. 数据层:加密、访问控制、备份

AI Agent Security Application

  • 专用 1Password vault 限制 AI 访问范围
  • 网络分段隔离敏感服务
  • 每日安全审计检查特权容器、硬编码 secrets、过度宽松权限
  • 分支保护PR 必须人工审查Agent 无法覆盖

Connections