A Microsoft Defender for Endpoint alert indicates that a device has been communicating with a known command-and-control (C2) server. The device is critical for production. What is the most appropriate response?
Isolating the device with Microsoft Defender for Endpoint's device isolation feature is the correct initial response because it severs all inbound and outbound communication except to the Defender service, immediately containing the threat while keeping the device powered on. When forensic preservation mode is enabled, the device remains in a state that preserves volatile evidence and prevents file system changes, allowing security analysts to investigate the compromise, collect artifacts, and remediate without losing critical data—all through a centrally managed, reversible action.
Why this answer
Microsoft Defender for Endpoint's device isolation feature is designed to contain a compromised device while preserving forensic data and minimizing disruption. For a critical production device, full isolation (blocking all network traffic except to the Defender service) stops C2 communication without physically disconnecting the device, allowing the security team to investigate and remediate remotely.
Exam trap
The trap here is that candidates often choose 'Block the C2 server URL in the firewall' (Option C) because it seems like a quick network fix, but they fail to recognize that the device itself is already compromised and must be contained at the endpoint level to prevent lateral movement or data exfiltration.
How to eliminate wrong answers
Option A is wrong because physically disconnecting the network cable is a brute-force containment that may cause abrupt service disruption, loss of remote management, and potential data corruption on a critical production device; it also prevents the security team from performing remote investigation or applying updates. Option B is wrong because running a full antivirus scan is a detection and remediation step, not a containment action; it does not stop active C2 communication and may allow the attacker to exfiltrate data or execute further commands during the scan. Option C is wrong because blocking the C2 server URL in the firewall only prevents future connections to that specific URL, but the device may still be compromised and could communicate with other C2 endpoints or use IP-based fallback; it does not contain the device itself.