Published case study

Windows intrusion investigation

An end-to-end reconstruction of a brute-force RDP compromise using Windows Security Event Logs and Sysmon telemetry.

Windows Event ViewerSysmonManual correlationTryHackMe lab

Executive summary

Two Windows event-log files were analyzed to trace an intrusion from initial access through post-exploitation. Authentication records, Logon IDs, SIDs, process activity, file creation, and network connections were correlated to determine what happened and which activity required escalation.

Attack chain reconstructed

StageFinding
Initial accessFourteen failed logons from 10.10.53.248 in approximately four seconds, followed by a successful RDP session.
CompromiseSuccessful Administrator logon recorded by Event ID 4624, Logon Type 10, with Logon ID 0x183c36d.
Backdoor accountThe attacker session created the local account svc_sysrestore, recorded by Event ID 4720.
Privilege changeThe new account was added to Backup Operators and Remote Desktop Users using activity recorded by Event ID 4732.
Malware deliverySysmon process and alternate-data-stream telemetry identified ckjg.exe downloaded through Chrome.
PersistenceThe malware created a shortcut in the Startup folder, enabling execution after login.
Command & controlSysmon network telemetry showed a connection to 193.46.217.4:7777, associated with hkfasfsafg.click.
Post-exploitationPowerShell history showed system reconnaissance and additional attacker activity.

Methodology

  1. Filtered Event ID 4625 to identify the failed-logon pattern, then pivoted to 4624 to identify the successful RDP session.
  2. Used the compromised session’s Logon ID to correlate account creation and group-membership changes.
  3. Reviewed Sysmon Events 1, 11, and 15 to trace execution, persistence, and download origin.
  4. Analyzed Sysmon Event 3 for suspicious outbound network activity.
  5. Reviewed PowerShell history to establish post-exploitation behavior.

Analyst conclusion

The evidence supports escalation as a confirmed compromise. Recommended actions include isolating the endpoint, disabling the affected accounts, blocking identified infrastructure, collecting volatile evidence, and reviewing adjacent systems for reuse of the compromised credentials.

View full report with screenshots