1/21
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
Secure Design Engineering
The goal of secure design engineering is to develop trustworthy and survivable systems.
- Survivability is a system property (i.e., the system's ability to prevent, mitigate, and recover from cyber events).
- Three sets of secure design principles:
- Secure Design Planning Principles
- Secure Design Configuration Principles
- Secure Design Relationship Principles
Secure Design Planning Principles
Secure Design Configuration Principles
Secure Design Relationship Principles
Segmentation
Segmenting an enterprise into security zones is useful for creating and enforcing security policies, controlling information flow, and securing network access.
- Security zones are divisions of the network based on functional, performance, and/or security requirements.
- Security zones are enforced by firewall ingress and egress access control lists (ACL) - rules.
Security Zones
Untrusted
Screened Subnet
Trusted
Enclave
Air Gapped
Physically Isolated
Wireless
Virtual Private Network (VPN)
Untrusted (Security Zone)
An untrusted network is one which the organization has no control over.
Screened Subnet (Security Zone)
A screened subnet has connections to both trusted and untrusted networks.
Trusted (Security Zone)
A trusted network is one which the organization has complete control over.
Enclave (Security Zone)
An enclave is a restricted network within a trusted network.
Air Gapped (Security Zone)
An air gapped network does not connect to any untrusted network.
Physically Isolated (Security Zone)
A physically isolated network does not connect to any other network.
Wireless (Security Zone)
A wireless network supports wireless transmissions.
Virtual Private Network (VPN)
A VPN is designed to facilitate secure communications over a public circuit.
Micro-segmentation
Micro-Segmentation is a method of creating zones within data centers and cloud environments to isolate workloads from one another and secure them individually.
North-South
North-South refers to the traffic that flows into and out of a data center or cloud.
East-West
East-West refers to traffic within a data center or cloud.
Protect Surface
The protect surface is made up of the network's most critical and valuable data, assets, applications, and services (DAAS). It is always knowable.
Zero Trust (Micro-segmentation)
Micro-segmentation allows for the implementation of zero trust protect surface environments. Authentication is always required and enforces least privilege access.
Isolation
Isolation is when zones, devices, sessions, or even components need to be segregated, so as not to cause harm or to be harmed.
Virtualization
Virtualization technology creates multiple environments from a single physical hardware system.
- Virtual machines (VMs) provide fault and security isolation at the hardware level including memory and CPU access.
Virtual Local Area Network (VLAN)
A virtual local area network (VLAN) divides a single existing network into multiple logical network segments which can be restricted.
- Broadcast domains are portioned and isolated at the data link layer.