<?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>T1484 — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/t1484/</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 17:59:26 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/t1484/feed.xml" rel="self" type="application/rss+xml"/><item><title>Windows AD Hidden Organizational Unit Creation</title><link>https://feed.craftedsignal.io/briefs/2026-05-windows-ad-hidden-ou/</link><pubDate>Thu, 28 May 2026 17:59:26 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-windows-ad-hidden-ou/</guid><description>This analytic detects when an ACL is applied to an organizational unit (OU) to deny listing the objects residing in it; this activity, combined with modifying the owner of the OU, can hide Active Directory objects, even from domain administrators.</description><content:encoded><![CDATA[<p>This detection focuses on identifying attempts to hide Active Directory objects by manipulating organizational unit (OU) permissions. Attackers may modify the Access Control Lists (ACLs) of OUs to deny listing the objects residing within them. This technique, often coupled with changes to the OU&rsquo;s owner, effectively conceals AD objects from standard discovery methods, even for domain administrators. The detection leverages Windows Event Log Security event ID 5136 to monitor for these permission modifications on organizationalUnit objects. This is a post-exploitation technique used to maintain persistence or evade detection in a compromised Active Directory environment.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An attacker gains initial access to a system with sufficient privileges to modify Active Directory objects.</li>
<li>The attacker identifies a target Organizational Unit (OU) to hide.</li>
<li>The attacker modifies the ACL of the target OU using tools like PowerShell or built-in Windows utilities.</li>
<li>The modification involves adding an Access Control Entry (ACE) that denies &ldquo;List contents&rdquo; or &ldquo;List objects&rdquo; permissions to a specific user or group.</li>
<li>Windows Event Log Security generates event ID 5136 when the OU&rsquo;s ACL is modified.</li>
<li>The attacker may also change the owner of the OU to further obscure their activity.</li>
<li>The attacker leverages the hidden OU to store malicious objects (e.g., user accounts, group policy objects) for persistence or lateral movement.</li>
<li>The attacker maintains a foothold in the Active Directory environment, evading standard enumeration techniques.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful execution of this technique allows attackers to maintain a persistent presence within the Active Directory environment, bypassing normal enumeration and auditing processes. This can lead to prolonged periods of undetected activity, enabling lateral movement, data exfiltration, or the deployment of ransomware. The hiding of OUs also complicates incident response efforts, potentially allowing the attackers to regain access after remediation attempts.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Enable and monitor Windows Event Log Security, specifically event ID 5136, to capture Active Directory object modifications.</li>
<li>Deploy the Sigma rules provided to detect suspicious ACL modifications on Organizational Units (OUs).</li>
<li>Investigate any instances of event ID 5136 where the OperationType indicates modifications to permissions (&quot;%%14674&quot;, &ldquo;%%14675&rdquo;) and the ObjectClass is organizationalUnit.</li>
<li>Implement regular reviews of Active Directory object permissions, focusing on OUs with restricted visibility, to uncover hidden objects.</li>
<li>Consider implementing additional monitoring and alerting for changes to OU ownership.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>active-directory</category><category>persistence</category><category>privilege-escalation</category><category>windows</category><category>t1222.001</category><category>t1484</category></item></channel></rss>