ファームウェアセキュリティ
不正アクセスや改ざんからファームウェアを保護し、デバイスの完全性を確保するための技術とプロセス。
セキュアブート(Secure Boot)による起動時の署名検証や、ハードウェアの信頼の基点(Root of Trust)が重要です。ファームウェアへの攻撃はOSを再インストールしても持続する可能性があるため、更新プログラムのデジタル署名やロールバック保護などの対策が不可欠です。
graph LR
Center["ファームウェアセキュリティ"]:::main
Rel_hardware_security["hardware-security"]:::related -.-> Center
click Rel_hardware_security "/terms/hardware-security"
classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
linkStyle default stroke:#4b5563,stroke-width:2px;
🧒 5歳でもわかるように説明
Generated ELI5 content
🤓 Expert Deep Dive
Generated expert content
❓ よくある質問
セキュアブートとは何ですか?
起動時に信頼できる署名付きソフトウェアのみを実行するようにするセキュリティ機能です。
📚 出典
1. Firmware
2. UEFI