> 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/kuraudosukyan/connect-your-cloud/allowing-ip-addresses-for-cloud-scanning.md).

# クラウドスキャンで IP アドレスを許可する

AikidoのCloud Scanningは、クラウド環境の設定ミス（CSPM）をチェックします。

これらのスキャンは、Aikidoの固定されたIPアドレス群から実行されます。スキャンを許可するには、クラウドプロバイダーでこれらのIPを許可リストに追加する必要がある場合があります。

{% hint style="warning" %}
これはクラウドの設定ミスのスキャン（CSPM）にのみ適用されます。

Aikidoの他の機能、例えば [コンテナスキャン](/docs/docs-ja/kdosukyan/miscellaneous/allowing-ip-addresses-for-code-container-scanning.md), [コードスキャン](/docs/docs-ja/kdosukyan/miscellaneous/allowing-ip-addresses-for-code-container-scanning.md)、または [APIスキャン](/docs/docs-ja/dast-sfesu/miscellaneous/allowing-ip-addresses-for-dast-surface-monitoring.md)は、これらのIPを使用しません。
{% endhint %}

## なぜ当社のIPを許可リストに追加するのですか？

一部のクラウドプロバイダーやファイアウォール設定では、未知のソースからのリクエストがブロックされます。AikidoのIPを追加すると、当社のスキャナーがあなたの環境に到達し、設定ミスを報告できるようになります。

IPアドレスを許可リストに追加する必要がある一般的なユースケースには、以下が含まれます。

* 次のような特定のAzureリソースへのアクセス： [Key Vault](https://learn.microsoft.com/en-us/azure/key-vault/general/network-security#key-vault-firewall-enabled-ipv4-addresses-and-ranges---static-ips).
* サードパーティの監視システムがクラウドAPIリクエストを検知する場合。

## どの IP を許可リストに追加すべきですか？

クラウドスキャンのトラフィックは、次の地域から来ます **あなたの Aikido ワークスペースが** ではなく、クラウドリソースが稼働している地域からではありません。Aikidoにログインする際に使用するURLを確認し、その地域のIPを許可リストに追加してください：

| Aikido URL                                     | リージョン | IP リスト          |
| ---------------------------------------------- | ----- | --------------- |
| [app.aikido.dev](https://app.aikido.dev)       | EU    | EU ベースの IP アドレス |
| [app.us.aikido.dev](https://app.us.aikido.dev) | US    | US ベースの IP アドレス |
| [app.au.aikido.dev](https://app.au.aikido.dev) | AU    | 近日公開            |
| [app.me.aikido.dev](https://app.me.aikido.dev) | ME    | ME ベースの IP アドレス |

{% hint style="warning" %}
次の URL でログインする場合： `app.aikido.dev`、スキャンでは **EU** IPは、クラウドリソースが米国にホストされている場合でも同様です。その場合に米国のIPのみを許可リストに追加すると、スキャンは失敗します。
{% endhint %}

## 現在のIPアドレス

### EU ベースの IP アドレス（`app.aikido.dev`)

* 34.240.182.181
* 52.31.217.247

### US ベースの IP アドレス（`app.us.aikido.dev`)

* 98.80.32.100
* 52.54.124.156

### ME ベースの IP アドレス（`app.me.aikido.dev`)

* 40.172.244.108
* 3.29.255.25


---

# 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/kuraudosukyan/connect-your-cloud/allowing-ip-addresses-for-cloud-scanning.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.
