> For the complete documentation index, see [llms.txt](https://www.pentestwiki.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.pentestwiki.com/cloud/azure/undefined.md).

# 정보 수집

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>
