Microsoft Defender for Identity
Identity protection

Certificates security posture assessment in Microsoft Defender for Identity

In brief

The page now explicitly identifies the ESC11, insecure IIS endpoints/ESC8, and ESC7 assessments, clarifies the AD CS sensor prerequisite, and presents the testing warning as a caution callout.

What Defender admins need to know

Administrators can more easily match each assessment to its risk and prerequisite. No mandatory configuration change is stated.

Summaries are generated from the documentation change itself.

Documentation change

The comparison below shows only the changed extract. Use the full-page view for complete context.

Security assessment: Certificates

If the RPC enrollment interface doesn't require packet privacy, it becomes vulnerable to relay attacks (ESC11). The IF_ENFORCEENCRYPTICERTREQUEST flag is on by default, but is often turned off to allow clients that can't support the required RPC authentication level, such as clients running Windows XP.

Implementation

certutil -setreg CA\InterfaceFlags +IF_ENFORCEENCRYPTICERTREQUEST
```
To restart the service, run:

```cmd
net stop certsvc & net start certsvc
```

Review the recommended action at https://security.microsoft.com/securescore?viewid=actions for insecure AD CS certificate enrollment IIS endpoints.

The insecure AD CS certificate enrollment IIS endpoints assessment lists the problematic HTTP endpoints in your organization and guidance to configuring the endpoints securely.

Once handled,the insecure IIS endpoints are remediated, the ESC8 attack risk is mitigated, reducing your attack surface significantly.

Edit misconfigured certificate templates owner (ESC4)

Prerequisites

ThisThe misconfigured Certificate Authority ACL (ESC7) assessment is available only to customers who installed a sensor on an AD CS server.

Implementation