> 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/miscellaneous-info/domain-verification.md).

# ドメイン検証

ドメイン検証では、Aikido がそのドメインを参照するスキャンや統合を許可する前に、そのドメインの所有または管理権限があることを確認します。

{% hint style="danger" %}
自組織に属するドメインのみを検証してください。検証すると、そのドメインに関連付けられたアセットのスキャンと分析の許可が付与されます。
{% endhint %}

この手順により、所有していないドメインに対してスキャン機能が悪用されるのを防ぎ、悪意のある、または誤って行われたスキャンから、あなたの組織と他者の両方を保護します。

<div data-with-frame="true"><figure><img src="/files/fcdde2c8d1a2516902d62e4ebef567ec127fc382" alt=""><figcaption></figcaption></figure></div>

## 検証方法

次のいずれかの方法でドメインを検証できます。いずれの方法でも、そのドメインの DNS またはホスティングの管理権限があることを証明します。

### オプション1: CNAME レコード

ドメインの DNS 設定に CNAME レコードを追加します。

* Aikido が一意の CNAME 値を提供します
* DNS プロバイダーでレコードを作成します
* Aikido がレコードが正しく解決されることを確認します

### オプション2: TXT レコード

ドメインの DNS 設定に TXT レコードを追加します。

* Aikido が一意の TXT 値を提供します
* DNS プロバイダーにレコードを追加します
* Aikido がレコードの存在を確認します

### オプション3: ドメイン上の TXT ファイル（AI Pentest のみ）

{% hint style="warning" %}
TXT ファイルは、以下からアクセスされます [コードおよびコンテナスキャンの IP](/docs/docs-ja/kdosukyan/miscellaneous/allowing-ip-addresses-for-code-container-scanning.md)。これらの IP が許可リストに登録されていることを確認してください。そうしないと、ドメイン検証は失敗します。
{% endhint %}

ドメインのルートパスに TXT ファイルをアップロードします。

* Aikido がファイル名と検証トークンを提供します
* 必要な URL にファイルをホストします
* Aikido が、そのファイルが以下から公開アクセス可能であることを確認します [コードおよびコンテナーのスキャンでIPアドレスを許可する](/docs/docs-ja/kdosukyan/miscellaneous/allowing-ip-addresses-for-code-container-scanning.md)、検証を成功させるためにこれらを追加してください

このオプションは、DNS を管理できないが、ドメインにファイルを配置できる場合に便利です。


---

# 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/miscellaneous-info/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.
