Skip to content
← RegistryDossier · 7 steps · 6 edges

SCCM site takeover via NTLM relay (Takeover-1)

Coerce the SCCM site server to authenticate, relay to MSSQL on the site database, and grant yourself Full Administrator inside SCCM.

Filed by AD Knowledge Base
§ Kill-chainDrag · zoom · scroll

§ Context

Assumed environment: SCCM site server is reachable, the site DB is MSSQL with SMB signing not enforced for the relay path, and the site server has machine-account SMB auth enabled (typical).

§ Steps

  1. 01
    Low-priv principal w/ network reachInitial Access
    T1078Valid Accounts
  2. 02
    Run SYSTEM script on every endpointExecution
    T1059Command and Scripting Interpreter
  3. 03
    ntlmrelayx to MSSQL site DBCredential Access
    T1557.001LLMNR/NBT-NS Poisoning and SMB Relay
  4. 04
    Coerce SCCM site server (PetitPotam)Privilege Escalation
    AD-SCCM-CLIENTPUSHSCCM Client Push Installation Abuse
  5. 05
    Full Administrator in SCCMPrivilege Escalation
    AD-SCCM-RELAYSCCM Site Takeover (Takeover-1…8)
  6. 06
    Insert into RBAC_Admins / promoteLateral Movement
    AD-SCCM-MSSQLSCCM MSSQL Site Database Abuse
  7. 07
    Enumerate SCCM (SharpSCCM)Discovery
    AD-NETEXECNetExec / CrackMapExec Sweep

    SharpSCCM.exe get site-info / get device

§ References

§ Frequently asked

What is the "SCCM site takeover via NTLM relay (Takeover-1)" attack path?
Coerce the SCCM site server to authenticate, relay to MSSQL on the site database, and grant yourself Full Administrator inside SCCM. It chains 7 steps drawn from real-world offensive-security techniques.
What starting position does this attack require?
The first step is Low-priv principal w/ network reach (T1078) — a initial access primitive. Assumed environment: SCCM site server is reachable, the site DB is MSSQL with SMB signing not enforced for the relay path, and the site server has machine-account SMB auth enabled (typical).
What is the final impact of this kill-chain?
The final step lands on Enumerate SCCM (SharpSCCM) (AD-NETEXEC), which falls under Discovery. From here, an operator typically pivots into post-exploitation or maintains persistence.
How can defenders detect or prevent this attack?
Detection and prevention vary per step. Refer to each linked MITRE ATT&CK entry under "References" — every technique on that page lists defensive controls, detection telemetry, and known threat-actor usage.

§ Related dossiers