<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Active Directory Certificate Services — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/active-directory-certificate-services/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Thu, 28 May 2026 18:00:35 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/active-directory-certificate-services/feed.xml" rel="self" type="application/rss+xml"/><item><title>Windows AD CS ESC1 Certificate Authentication Abuse</title><link>https://feed.craftedsignal.io/briefs/2026-05-windows-adcs-esc1/</link><pubDate>Thu, 28 May 2026 18:00:35 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-windows-adcs-esc1/</guid><description>This analytic detects the issuance of a suspicious certificate with a Subject Alternative Name (SAN) using Active Directory Certificate Services (AD CS) and its immediate use for authentication, indicating potential exploitation of improperly configured certificate templates for privilege escalation.</description><content:encoded><![CDATA[<p>This detection identifies potential abuse of Active Directory Certificate Services (AD CS) through ESC1 (Enterprise Subordinate Certification Authority 1) authentication. The technique involves exploiting misconfigured certificate templates to issue certificates with Subject Alternative Names (SANs), which are then used for authentication. This can lead to privilege escalation and complete environment compromise. The detection focuses on Windows Security Event Logs, specifically Event ID 4887 for certificate issuance and Event ID 4768 for Kerberos authentication using the issued certificate. It is critical for defenders because successful exploitation allows attackers to impersonate legitimate users and services, gaining unauthorized access and potentially escalating privileges to domain administrator. The activity is often associated with tools like Certipy.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An attacker identifies an AD CS server with improperly configured certificate templates that allow for SAN spoofing (e.g., ESC1 template).</li>
<li>The attacker uses tools like Certipy or Certify to request a certificate based on a vulnerable template. The request includes a Subject Alternative Name (SAN) that matches a target user&rsquo;s User Principal Name (UPN).</li>
<li>The AD CS server issues a certificate with the specified SAN, allowing it to be used for authentication. Windows Security Event 4887 is logged.</li>
<li>The attacker imports the issued certificate into their user context on the attacking machine.</li>
<li>The attacker uses the certificate to request a Kerberos Ticket Granting Ticket (TGT) for the target user. Windows Security Event 4768 is logged.</li>
<li>The Kerberos TGT is successfully obtained, enabling the attacker to authenticate as the target user.</li>
<li>The attacker leverages the impersonated user&rsquo;s privileges to access sensitive resources, escalate privileges, or move laterally within the network.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of AD CS via ESC1 authentication abuse can lead to complete domain compromise. Attackers can gain unauthorized access to sensitive data, escalate privileges to domain administrator, and move laterally across the network. This can result in data breaches, system downtime, and significant financial losses. The impact is especially severe in environments with critical infrastructure or sensitive data.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Enable enhanced Audit Logging on AD CS and within Group Policy Management for CS servers (reference: SpecterOps Certified Pre-Owned whitepaper).</li>
<li>Deploy the Sigma rule &ldquo;Detect AD CS ESC1 Certificate Authentication Abuse&rdquo; to your SIEM and tune for your environment to detect Event ID 4887 and 4768 activity indicative of certificate abuse.</li>
<li>Review and harden certificate templates to prevent SAN spoofing (reference: SpecterOps Certified Pre-Owned whitepaper).</li>
<li>Monitor Event ID 4768 for Kerberos authentication events with certificates, and correlate them with recent certificate issuance events (Event ID 4887).</li>
<li>Implement the provided Sigma rule &ldquo;Detect Kerberos Authentication with Newly Issued Certificate&rdquo; to identify authentication events shortly after certificate issuance, to detect related Event ID 4768 activity.</li>
<li>Investigate any instances of Event ID 4887 where certificates are issued with Subject Alternative Names (SANs) containing UPNs.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>adcs</category><category>certificate_abuse</category><category>privilege_escalation</category><category>windows</category></item></channel></rss>