Learn to evaluate network security architectures. This simulation focuses on identifying the correct security model that enforces continuous identity verification to mitigate lateral movement threats.
CND (312-38) Network Defense Simulation
Network Scenario
A recent incident involved a compromised contractor workstation. The attacker successfully authenticated to the corporate VPN and, once inside, was able to pivot laterally to internal database servers without further authentication challenges. The enterprise is now migrating its network architecture to ensure that every access request, regardless of whether it originates from "inside" or "outside" the corporate perimeter, is strictly authenticated, authorized, and continuously validated for security posture.
Traffic & Logs
Legacy Network Log (Compromise)
[08:14:02] VPN-GW-01: Session Established - User: contractor_j
[08:14:15] CORE-FW: PERMIT - src: 10.100.5.20 (VPN) dst: 10.0.50.11 (HR_DB) port: 3306 [Rule: Allow_Internal_VPN]
[08:15:00] IDS-01: ALERT - Excessive SQL queries from VPN segment
[08:18:22] CORE-FW: PERMIT - src: 10.100.5.20 dst: 10.0.60.5 (FILE_SHARE) port: 445 [Rule: Allow_Internal_VPN]
New Architecture Log (Enforcement)
[10:16:05] ZTNA-Proxy: Access Request - User: contractor_j -> App: HR_DB
[10:16:05] IDP: Auth SUCCESS (MFA validated)
[10:16:06] POSTURE-CHK: FAIL - Device non-compliant (Missing EDR agent)
[10:16:06] ZTNA-Proxy: DENY - Implicit drop (Policy: HR_DB_Strict)
[10:16:10] ZTNA-Proxy: Access Request -> App: FILE_SHARE -> DENY (No explicit role assignment)
Question
Which of the following security models enable strict identity verification for every user or device attempting to access the network resources?
I. Zero-trust network model
II. Castle-and-Moat model