> 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のクラウドスキャンは、クラウド環境の設定ミス（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/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アドレス

クラウドスキャンで使用されるIPアドレスの一覧はこちらで確認できます：

#### EU ベースの IP アドレス

* 34.240.182.181
* 52.31.217.247

#### US ベースの IP アドレス

* 98.80.32.100
* 52.54.124.156

#### ME ベースの IP アドレス

* 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.
