Research Update Enhanced src/windows-hardening/active-direct...#2079
Merged
carlospolop merged 1 commit intomasterfrom Apr 1, 2026
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: Content Categories: Based on the analysis, this content was categorized under "Research". Repository Maintenance:
Review Notes:
Bot Version: HackTricks News Bot v1.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 Automated Content Update
This PR was automatically generated by the HackTricks News Bot based on a technical blog post.
📝 Source Information
🎯 Content Summary
Research Update for src/windows-hardening/active-directory-methodology/ad-certificates/account-persistence.md
This PR contains automated research updates including:
Generated by: HackTricks Research Agent
Timestamp: 2026-04-01 03:28:02 UTC
Tool usage
🔧 Technical Details
Research update for HackTricks content
🤖 Agent Actions
Reading the target page first, then I’ll compare nearby AD CS documentation so the update stays specific to account persistence and doesn’t duplicate other certificate pages.
The page is already fairly mature, so I’m narrowing the gap: related HackTricks pages next, then recent research to find additions that are specific to persistence rather than escalation or theft.
I have the local overlap mapped. Now I’m looking for post-2023 material that changes how account persistence actually works in practice: enforcement-era mappings, renewal behavior, and certificate-auth tooling across PKINIT and Schannel.
The current candidate additions are becoming clearer: one practical gap is Schannel/LDAPS use of persisted certificates when PKINIT is blocked, and another is stronger operator guidance around explicit mappings under the post-February 11, 2025 enforcement model.
I have enough material to make a targeted update. Before editing, I’m pinning down exact command forms so the additions stay executable rather than hand-wavy.
I’m editing the target file now. The changes are limited to account-persistence tradecraft: strong mapping string construction, computer-object persistence, and Schannel use of persisted certificates when PKINIT is unavailable.
Updated account-persistence.md.
I added practical persistence details around
altSecurityIdentitiesand enforcement-era certificate auth:certipy auth -ldap-shellfor persisted certs when PKINIT is unavailableIssuer,Serial, andSKIfrom a PFX and build strong mappings-on-behalf-ofplus later renewal and Schannel useURLs used during research:
This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.