Subscribe to the Non-Human & AI Identity Journal

Who should be accountable for dMSA abuse in Active Directory?

Accountability should sit with the team that owns directory governance, because the abuse path depends on who can create, modify, and migrate service identities. Security operations can detect the event, but IAM and AD administrators control the permissions that make the attack possible. That separation matters for ownership and remediation.

Why This Matters for Security Teams

dMSA abuse is not just an active directory oddity. It is a governance problem that can turn a service identity into a persistence and privilege path if creation, migration, and delegation are not tightly controlled. The risk sits at the seam between IAM ownership, AD administration, and detection. NHI Management Group notes that 97% of NHIs carry excessive privileges, which makes service identity abuse far easier once an attacker finds a weak lifecycle control. See the broader NHI governance context in Ultimate Guide to NHIs and the breach patterns in Cisco Active Directory credentials breach.

Security teams often focus on alerting after the fact, but accountability is determined by who has the authority to create or reassign the identity in the first place. That is why the right owner is usually directory governance, not the SOC. The NIST Cybersecurity Framework 2.0 frames this as an ownership and control problem, not only a monitoring problem. In practice, many security teams encounter dMSA misuse only after credentials, delegation paths, or replication rights have already been abused.

How It Works in Practice

Accountability for dMSA abuse should map to the team that controls the directory control plane: the group that owns AD governance, service account policy, and privilege assignment standards. Security operations should still detect anomalous creation, migration, or usage, but detection is not the same as accountability. The accountable team is the one that can prevent the abuse path by limiting who may create dMSAs, who may modify their attributes, and who may migrate workloads onto them.

Operationally, that means three things. First, define explicit approval workflows for dMSA creation and migration, with named approvers outside the requestor’s local admin chain. Second, enforce least privilege on AD administrative roles so that service identity changes cannot be made by broad domain-level operators. Third, log and review every dMSA lifecycle event, including creation, reassignment, delegation changes, and removal of the old identity.

  • Assign ownership to directory governance, with IAM and AD administration as control operators.
  • Use separation of duties so no single team can request, approve, and implement the change.
  • Correlate dMSA changes with service deployment tickets and change windows.
  • Alert on privilege expansion, unusual host binding, and migration outside approved paths.

That model aligns with the NIST CSF emphasis on governance, asset management, and identity control, and it also reflects the lifecycle issues called out in the Ultimate Guide to NHIs. These controls tend to break down in large domains where delegated administration is fragmented across multiple business units because no single owner can enforce consistent dMSA policy.

Common Variations and Edge Cases

Tighter ownership around dMSA governance often increases operational overhead, so organisations must balance security consistency against application delivery speed. That tradeoff is real, especially in environments with many legacy services or outsourced AD administration.

There is no universal standard for this yet, but current guidance suggests the accountable party should remain the team that can change directory policy, even when the technical implementation is handled by a platform or infrastructure group. In smaller environments, that may be one combined IAM and AD team. In larger enterprises, accountability may sit with a directory platform owner while cloud or endpoint teams retain responsibility for workload migration.

Edge cases matter. If a managed service provider administers AD, the internal identity owner still needs to retain governance oversight and audit rights. If a SOC detects dMSA abuse, it owns response and containment, not policy ownership. If the organisation uses a Zero Trust program, the directory owner must still ensure service identities are treated as high-value assets, consistent with NIST Cybersecurity Framework 2.0. The clearest rule is simple: the team that can grant the capability to abuse dMSAs should be the team accountable for preventing that abuse.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0 and NIST AI RMF set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
NIST CSF 2.0 PR.AC-4 dMSA abuse is prevented by controlling who can grant and modify access.
OWASP Non-Human Identity Top 10 NHI-01 Service identity abuse stems from weak lifecycle governance and ownership.
NIST AI RMF The question is about accountability and governance for identity abuse.

Assign directory ownership, restrict identity changes, and review privileged access paths regularly.