Dynamic Objects in Active Directory The Stealthy Threat#1927
Open
carlospolop wants to merge 1 commit intomasterfrom
Open
Dynamic Objects in Active Directory The Stealthy Threat#1927carlospolop wants to merge 1 commit intomasterfrom
carlospolop wants to merge 1 commit intomasterfrom
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://www.tenable.com/blog/active-directory-dynamic-objects-stealthy-threat Content Categories: Based on the analysis, this content was categorized under "Windows Hardening -> Active Directory Methodology (new page: "AD Dynamic Objects (dynamicObject) for Anti-Forensics / Evasion"; include subsections for MAQ abuse, primaryGroupID stealth membership, AdminSDHolder orphan-SID ACL pollution, dynamic GPO and AD-integrated DNS tricks, and hybrid Entra delta-sync deletion gap as a note)". 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
Title / context
The post (Tenable Research, published Feb 20, 2026) explains how Active Directory Dynamic Objects (objects created with auxiliary class
dynamicObject) can be abused as an anti-forensics primitive. Dynamic objects self-delete when their TTL expires and, crucially, do not create tombstones / recycle-bin artifacts. This makes many investigations fail post-mortem because the originating LDAP object and its metadata disappear, while ...🔧 Technical Details
Dynamic object anti-forensics (tombstone bypass): Create AD objects with auxiliary class
dynamicObjectso they haveentryTTL(seconds countdown) andmsDS-Entry-Time-To-Die(absolute expiry). When TTL reaches 0, AD Garbage Collector deletes the object without recycle-bin/tombstone artifacts, preventing recovery/attribution. TTL min/default is governed bymsDS-Other-Settings(DynamicObjectMinTTL/DynamicObjectDefaultTTL), and deletion may be delayed briefly (observed up to ~15 minutes), so detection must be near real time.MAQ bypass with self-deleting computer objects: Abuse default
ms-DS-MachineAccountQuota(10) to create dynamicComputerobjects; after expiry the quota slot is freed and the created account disappears. In PowerMad’sNew-MachineAccount, adddynamicObjectto theobjectClasslist (replace"objectClass","Computer"wi...🤖 Agent Actions
Updated Active Directory methodology with a new page detailing dynamicObject anti-forensics: mechanics/TTL controls, MAQ evasion, stealth primaryGroupID abuse, AdminSDHolder orphan-SID pollution, dynamic GPO execution cleanup, ephemeral AD-integrated DNS redirection, and Entra delta-sync gaps. Linked this page into the AD methodology README under a new “Dynamic Objects Anti-Forensics / Evasion” subsection. References include the Tenable research blog.
This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.