Welcome to the CND 312-38 interactive scenario. In this simulation, you will practice host-level defense and endpoint recovery. Understanding administrative tooling is critical when recovering a compromised or misconfigured host to maintain your organization's defense-in-depth posture.

CND (312-38) Network Defense Simulation

Network Scenario

You are a Network Security Analyst monitoring the endpoint security dashboard. A user, Sam, reports severe system instability after attempting to "optimize" his machine using a downloaded script. His actions have potentially degraded host-based defenses.


Host Intrusion Detection System (HIDS) logs confirm unauthorized modifications were made to critical registry keys (e.g., Run keys, Local Security Authority configurations). To restore host integrity and prevent potential persistence from a hidden payload, the system registry must be immediately restored to a known good state.

Traffic & Logs

Excerpt from Endpoint Sysmon Logs (Event ID 13 - Registry Event):

[14:02:15] Event ID 13: Registry Value Set TargetObject: HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\DisableAntiSpyware Details: DWORD (0x1) Image: C:\Users\Sam\Downloads\sys_tweak.exe User: COMPANY\Sam [14:02:18] Event ID 13: Registry Value Set TargetObject: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\SystemUpdate Details: "C:\Users\Sam\AppData\Local\Temp\svchost.exe"

Notice the sequence: Security controls are being bypassed and persistence is being established. Rapid restoration is required.

Question

Jason works as a System Administrator for www.company.com Inc. The company has a Windows-based network. Sam, an employee of the company, accidentally changes some of the applications and system settings. He complains to Jason that his system is not working properly. To troubleshoot the problem, Jason diagnoses the internals of his computer and observes that some changes have been made in Sam's computer registry. To rectify the issue, Jason has to restore the registry. Which of the following utilities can Jason use to accomplish the task? Each correct answer represents a complete solution. Choose all that apply.
Defensive Hint: You are looking for tools designed to edit, back up, or restore the Windows Registry. Three of these are registry tools (two native, one third-party), while the fourth is a Microsoft tool specifically used for parsing Event Logs across multiple servers.

Expert Analysis

1. What is happening in the network:
An endpoint's configuration has been compromised. The Sysmon logs indicate that anti-spyware policies were disabled and a suspicious executable was added to the startup registry keys.

2. Identify attack or behavior:
This is a classic symptom of either insider misuse or malware executing post-exploitation phases: Defense Evasion (disabling AV) and Persistence (adding to Run keys).

3. Why correct answers are correct (A, B, C):
To recover the endpoint, the registry must be restored.
- Regedit.exe is the native Windows GUI utility for viewing, editing, and importing/exporting registry hives.
- Reg.exe is the native command-line utility used for automated registry backup, restoration, and querying.
- Resplendent Registrar (Registrar Registry Manager) is an advanced, third-party administration suite specifically designed for complex registry recovery, defragmentation, and deep editing.

4. Why others are wrong (D):

5. Defensive action:
The host should be logically isolated from the network to prevent lateral movement. The administrator can use `reg.exe` remotely or boot into a recovery environment to import a clean registry backup. The malicious `svchost.exe` in the Temp folder must be quarantined.

MINI LESSON: Endpoint Configuration Management

Network defense extends down to the endpoint. A robust defense-in-depth strategy relies on Host Intrusion Prevention Systems (HIPS) and Group Policy Objects (GPO) to restrict standard users from writing to critical registry hives (like HKLM). Regular automated backups of the System State allow defenders to quickly roll back unauthorized configuration changes without needing a full system re-image.

Ready for the next scenario?

Master network traffic analysis, IDS/IPS tuning, and defense-in-depth strategies.

Explore more CND simulations