ExamRange
Home ExamRange Practice Tests

In this simulation, you will learn how to parse and interpret Windows Event Logs to identify unauthorized access. Mastering Event IDs is crucial for tracing the exact moments a threat actor successfully authenticates to a compromised system.

CHFI (312-49) Digital Forensics Simulation

Investigation Scenario

A Seattle-based financial firm suspected unauthorized data exfiltration via Remote Desktop Protocol (RDP) on a critical Windows Server 2019 instance (Hostname: FIN-SRV-01). The digital forensics team was deployed to preserve the evidence. A physical disk image was acquired using FTK Imager, and the resulting .E01 file was hashed and verified.

During the examination phase, the investigator mounted the image and focused on the operating system's native auditing artifacts to establish a timeline of access.

Evidence Collected

Image File: FIN-SRV-01_OS.E01
SHA-256: d2a8b9f4e...[redacted]...83c9a1
Target Artifact: C:\Windows\System32\winevt\Logs\Security.evtx

A preliminary extraction of the Security.evtx log reveals suspicious activity originating from an external IP address (198.51.100.44) between 02:00 and 02:15 AM local time.

TimeCreated Id LevelDisplayName Message ----------- -- ---------------- ------- 10/24/2025 02:02:11 AM 4625 Information An account failed to log on. 10/24/2025 02:02:14 AM 4625 Information An account failed to log on. 10/24/2025 02:02:18 AM 4625 Information An account failed to log on. ... [14 identical events omitted] ... 10/24/2025 02:03:05 AM [???] Information An account was successfully logged on.

Question

During an investigation of a Windows-based server in Seattle, forensic examiners are looking for evidence of unauthorized remote access. They decide to analyze the Windows Event Logs for failed login attempts and remote desktop sessions. Which of the following Event ID numbers is typically associated with a successful logon?