CSA (312-39) SOC Simulation Lab

In this simulation, you will analyze a sequence of Active Directory security events to identify automated domain responses to credential abuse. You'll learn how to distinguish between administrative account actions and threshold-based log patterns, a critical skill for L1/L2 SOC triage.

Scenario Context

You are a Tier 3 SOC Analyst at a mid-sized healthcare provider. An L1 analyst has escalated a ticket regarding an IT administrator's service account (svc_backup_admin) failing to authenticate to multiple critical file shares.

The L1 analyst suspects an active brute-force attack or ransomware propagation. You pull the Windows Event Logs from the primary Domain Controller (DC-01) for the last 15 minutes to establish a timeline of events surrounding the account.

Security Environment

Your SIEM query returns the following chronological log sequence from the Windows Security event channel:

Time: 09:14:22 | EventID: 4625 | Account: svc_backup_admin | Reason: Unknown user name or bad password. Time: 09:14:23 | EventID: 4625 | Account: svc_backup_admin | Reason: Unknown user name or bad password. Time: 09:14:25 | EventID: 4625 | Account: svc_backup_admin | Reason: Unknown user name or bad password. Time: 09:14:25 | EventID: 4740 | TargetAccount: svc_backup_admin | CallerComputerName: APP-SVR-02 Time: 09:15:01 | EventID: 4625 | Account: svc_backup_admin | Reason: Account currently disabled or locked out.

Question

What does Windows event ID 4740 indicate?
SOC Hint: Look at the timeline in the Security Environment. Three bad passwords occurred in 3 seconds, followed immediately by this event. What automatic defensive action does Active Directory take when a password threshold is crossed?