> 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="https://715870456-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKbzcQGrx7UtrG0nPZZ7%2Fuploads%2Fgit-blob-154984a1692d5851b6e25c764133a769789168d6%2FScreenshot%202025-12-18%20at%2010.42.52.png?alt=media" 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ファイルは次の場所からアクセスされます [CodeおよびContainerスキャンの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.
