A systems engineer is responding to a security incident involving a Windows 11 point-of-sale terminal that was flagged for stealthy spyware behavior. The engineer has identified the infection symptoms and successfully isolated the system by disabling all network interfaces and unplugging physical connections. According to the standard CompTIA 7-step malware remediation process, which action must the engineer perform NEXT prior to updating anti-malware signatures or initiating a scan?
- ABoot the system into Safe Mode with Networking to run a complete anti-malware scan.
- Turn off System Protection to disable System Restore on the endpoint.Answer
- CConfigure Task Scheduler to run recurring anti-malware scans and apply operating system updates.
- DExecute `sfc /scannow` from an elevated command prompt to fix corrupted system binaries.
Answer
Turn off System Protection to disable System Restore on the endpoint.
The CompTIA 7-step malware remediation process strictly follows this sequence: 1. Identify malware symptoms, 2. Quarantine infected systems, 3. Disable System Restore (in Windows), 4. Remediate infected systems (update anti-malware / scan and remove), 5. Schedule scans and run updates, 6. Enable System Restore and create a restore point, 7. Educate the end user. Since the scenario states that symptoms have been identified (Step 1) and the system has been isolated/quarantined (Step 2), the immediate next step is Step 3: disabling System Restore.
Step-by-Step Solution
Key Concept
CompTIA 7-Step Malware Remediation Process