Skip to content
Threat Feed
high advisory

Active Directory Rights Management Services (AD RMS) Trust Model Risks

Active Directory Rights Management Services (AD RMS) utilizes a non-rotatable Server Licensor Certificate master key that, if compromised, allows for the indefinite offline decryption of all protected corporate data.

Active Directory Rights Management Services (AD RMS) remains a fully supported role in Windows Server 2025, despite Microsoft transitioning to cloud-based information protection solutions. The system is designed to provide persistent document-level encryption, attaching permissions to files regardless of their transport or destination. However, the architecture relies on a centralized trust model centered on the Server Licensor Certificate (SLC), which carries the public half of a master key pair. The matching private key serves as the root for every document protected under the cluster. Because rotating this key would orphan existing protected content, the system lacks a rotation mechanism, with certificate validity windows spanning over 250 years. This architectural constraint creates a high-impact risk: if an attacker compromises the AD RMS Service Group, they can extract the master private key to decrypt sensitive documents offline, bypassing server-side access controls entirely. Defenders must treat the AD RMS server and its service account group as a tier-zero asset equivalent to Domain Admins.

Attack Chain

  1. Attacker obtains an initial foothold within the Active Directory domain using an ordinary user account.
  2. Attacker performs discovery to identify the AD RMS cluster via Active Directory service connection points.
  3. Attacker identifies the specific AD RMS Service Group membership through LDAP queries.
  4. Attacker escalates privileges to obtain membership or control over the AD RMS Service Group members.
  5. Attacker accesses the AD RMS server filesystem to locate the Server Licensor Certificate and associated private key stores.
  6. Attacker extracts the master private key using custom or specialized forensic tools.
  7. Attacker exfiltrates the encrypted documents along with the stolen private key.
  8. Attacker performs offline decryption of organizational data without triggering server-side audit logs or security alerts.

Impact

Successful exploitation results in the permanent loss of confidentiality for all data protected by the AD RMS deployment. Because the master key cannot be rotated, organizations cannot remediate a key compromise by simply updating the service; they face the risk of indefinite, persistent access to historical and future sensitive documents by the threat actor. Given that AD RMS is often used to protect highly confidential intellectual property, legal documents, and strategic plans, the impact of unauthorized offline decryption is critical.

Recommendation

Prioritize the identification and governance of the AD RMS service account and the AD RMS Service Group.

  • Audit membership of the AD RMS Service Group; treat members with the same privilege level as Domain Admins or Service Administrators.
  • Restrict administrative access to the server hosting the AD RMS role to minimize the risk of key material extraction.
  • Implement monitoring for any unauthorized access or enumeration attempts directed at the AD RMS infrastructure.
  • Prepare for long-term migration of protected content to modern information protection platforms that support robust key rotation and lifecycle management.

Immediate actions

Audit and restrict membership of the AD RMS Service Group to verified service accounts only.

IT Operations 72h

Threat Hunt

Identify servers with the AD RMS role installed in the environment.

T1087.002 high high confidence hunt now

Data: Active Directory service connection point enumeration

Mitigations

Initiate migration planning away from AD RMS to modern cloud-based information protection platforms.

medium_term IT Operations

Legacy AD RMS trust model risks