# AllExtendedRights

* 액티브 디렉토리의 다양한 Extended Rights를 사용할 수 있는 권한. Create/Delete Child, Read/Write Property, Control Access, Take Ownership, Write Owner 등이 있다. 특별 권한을 이용해 다양한 공격을 진행해 대상을 장악할 수 있다.
* 블러드하운드 Edge

### 악용 종류

* 유저: ForceChangePassword 권한으로 비밀번호 강제 변경
* 컴퓨터: LAPS를 이용해 `ms-MCS-AdmPwd` 특성값에 있는 로컬 관리자의 비밀번호 획득
* 도메인: `DS-Replication-Get-Changes`, `DS-Replication-Get-Changes-All` Extended Rights를 사용해 DCSync 진행

각 공격 들은 [Resource-Based Constrained Delegation (RBCD)](/privilege-escalation/ad/rbcd.md) , [LAPS - TODO](/credential-access/laps-todo.md), [DCSync](/credential-access/dcsync.md) 등의 페이지를 참고한다.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.xn--hy1b43d247a.com/privilege-escalation/ad-dacl/allextendedrights.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
