AZ-801 · Question #24
You have an Azure virtual machine named VM1 that runs Windows Server. You plan to deploy a new line-of-business (LOB) application to VM1. You need to ensure that the application can create child…
The correct answer is D. Exploit protection. Exploit protection in Windows Server includes settings that control 'Child process creation,' which can be configured to allow or block child processes for specific applications or globally. This feature ensures that a line-of-business application can successfully create child…
Question
Options
- AMicrosoft Defender Credential Guard
- BMicrosoft Defender Application Control
- CMicrosoft Defender SmartScreen
- DExploit protection
How the community answered
(44 responses)- A18% (8)
- B5% (2)
- C7% (3)
- D70% (31)
Why each option
Exploit protection in Windows Server includes settings that control 'Child process creation,' which can be configured to allow or block child processes for specific applications or globally. This feature ensures that a line-of-business application can successfully create child processes if required for its functionality.
Microsoft Defender Credential Guard protects NTLM password hashes and Kerberos Ticket Granting Tickets using virtualization-based security to prevent credential theft attacks, which is unrelated to allowing child process creation.
Microsoft Defender Application Control (WDAC) is used to control which applications are allowed to run on a system based on customizable policies, but it does not specifically manage an allowed application's ability to create child processes.
Microsoft Defender SmartScreen helps protect users from malicious websites and downloads by checking reputation, which has no bearing on an application's ability to create child processes.
Exploit protection, a component of Windows Defender, offers various system-level and program-specific mitigations against exploits, including controls over 'Child process creation.' If an application needs to create child processes, the Exploit protection settings can be adjusted (e.g., by ensuring 'Block child processes' is disabled or configured as an audit-only rule for the specific application) to allow this functionality. Configuring Exploit protection is the direct way to manage this behavior for applications.
Concept tested: Exploit protection child process control
Source: learn.microsoft.com/microsoft-365/security/defender-endpoint/exploit-protection
Topics
Community Discussion
No community discussion yet for this question.