CND (312-38) Network Defense Simulation

Welcome to the Network Defense Simulator. In this scenario, you will apply fundamental identity and access management (IAM) controls to mitigate insider threats during the employee offboarding process. Learn to secure endpoints and restrict network access appropriately.

Network Scenario

You are operating as a Network Security Administrator within the core data center of an MNC. The enterprise network relies heavily on Linux jump servers (bastion hosts) to administrate backend databases and critical internal routing infrastructure.

HR has just issued an urgent notification: Alice, a senior systems engineer, has abruptly resigned. To prevent potential unauthorized lateral movement, data exfiltration, or retaliation, her access to all infrastructure must be instantly revoked in accordance with the defense-in-depth offboarding policy.

Traffic & Logs

The SIEM dashboard is tracking active sessions and account statuses for the primary jump server:

[09:12:01] auth.info sshd[14421]: Accepted publickey for alice from 10.0.50.22 port 54322 ssh2 [10:00:00] user.notice HR_SYS: User 'alice' status changed to TERMINATED. [10:02:15] auth.warn IAM_AUDIT: Active VPN session detected for UID 1005 (alice). [10:05:00] alert.crit SEC_OPS: Action required - Disable access for 'alice' on host jump-srv-01 immediately.

* Note: The firewall has temporarily blocked her VPN IP, but local account access on internal servers must still be locked.

Question

Oliver is a Linux security administrator at an MNC. An employee named Alice has resigned from his organization and Oliver wants to disable this user in Ubuntu. Which of the following commands can be used to accomplish this?