Кібербезпека
Захист цифрових систем та даних.
## The CIA Triad: The Three Pillars
1. Confidentiality: Ensuring that sensitive information is only accessible to those authorized to have access. (e.g., Encryption)
2. Integrity: Ensuring that information is accurate and hasn't been tampered with. (e.g., Digital Signatures)
3. Availability: Ensuring that systems and data are ready to use when needed. (e.g., DDoS Protection)
graph LR
Center["Кібербезпека"]:::main
Pre_operating_systems["operating-systems"]:::pre --> Center
click Pre_operating_systems "/terms/operating-systems"
Center --> Child_network_security["network-security"]:::child
click Child_network_security "/terms/network-security"
Center --> Child_endpoint_security["endpoint-security"]:::child
click Child_endpoint_security "/terms/endpoint-security"
Center --> Child_zero_trust["zero-trust"]:::child
click Child_zero_trust "/terms/zero-trust"
Rel_firewall["firewall"]:::related -.-> Center
click Rel_firewall "/terms/firewall"
Rel_penetration_testing["penetration-testing"]:::related -.-> Center
click Rel_penetration_testing "/terms/penetration-testing"
Rel_malware_analysis["malware-analysis"]:::related -.-> Center
click Rel_malware_analysis "/terms/malware-analysis"
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;
🧒 Простими словами
🛡️ Кібербезпека — це як цифрова охорона для вашого комп'ютера та інтернету. Це набір правил та інструментів, які заважають хакерам красти ваші фото, змінювати ваші гроші в банку або ламати сайти, якими ви користуєтеся.
🤓 Expert Deep Dive
Стратегія кібербезпеки будується на принципі Defense-in-Depth (Ешелонована оборона), де кілька рівнів захисту (фаєрволи, шифрування, антивіруси) доповнюють один одного. Важливою частиною є IAM (Identity and Access Management) — система управління ідентифікацією та доступом, яка гарантує, що користувач має лише ті права, які йому необхідні для роботи (Принцип найменших привілеїв).