# 정보 수집

Azure 크리덴셜을 획득했을 때 GraphRunner와 같은 cli 도구를 사용하여 정보 수집이 가능합니다.

## Abuse

<pre class="language-powershell"><code class="lang-powershell"><strong># GraphRunner 설치
</strong>wget https://raw.githubusercontent.com/dafthack/GraphRunner/main/GraphRunner.ps1

<strong># Azure 계정정보를 통해 GraphRunner 토큰 생성 및 저장
</strong>Get-GraphTokens

<strong># 전체 모듈 확인
</strong>List-GraphRunnerModules

<strong># 각 모듈별 사용법 검색
</strong>Get-Help '&#x3C;module-name>' -examples
</code></pre>


---

# 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.pentestwiki.com/cloud/azure/undefined.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.
