> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/docs/docs-ja/pentesuto/configure-a-pentest/domain-verification.md).

# ドメイン検証

不正利用を防ぐため、ペンテストの対象範囲に含まれるドメインの所有権を証明していただく必要があります。

以下のいずれかの検証方法を設定することで、Aikido はあなたがそのドメインの所有者であり、アプリケーションに対してペンテストを行う権限があることを確認できます。

### 検証方法

以下のドメイン検証方法をサポートしています：

* **CNAME レコード**：Aikido が提供する CNAME レコードを DNS 設定に追加してください
* **TXT レコード**：Aikido が提供する TXT レコードを DNS 設定に追加してください
* **ファイルのアップロード**：検証ファイルをアプリケーションまたはウェブサイトにアップロードしてください

これらは、ペンテストの設定中にオンボーディングフローの一部として設定できます：

<figure><img src="/files/07d8552f6157badc9b60e86eca90d257cd865b26" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/b3af3a5866aba79666a99cb055a9a9fa1f639c5f" alt=""><figcaption></figcaption></figure>

### プラットフォーム固有の手順

詳細な手順は以下でご利用いただけます：

* Supabase： [Supabase のドメイン検証](/docs/docs-ja/pentesuto/configure-a-pentest/domain-verification/supabase.md)
* Azure API Management： [Azure API Management のドメイン確認](/docs/docs-ja/pentesuto/configure-a-pentest/domain-verification/azure-apim.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.aikido.dev/docs/docs-ja/pentesuto/configure-a-pentest/domain-verification.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
