> 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/penetorshontesuto/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/penetorshontesuto/configure-a-pentest/domain-verification/supabase.md)
* Azure API Management: [Azure API Management ドメインの検証](/docs/docs-ja/penetorshontesuto/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/penetorshontesuto/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.
