> 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/zen-firewall/zen-features/bypassed-ips.md).

# バイパスされたIP

バイパスされたIPは、Aikido Zenがリクエスト処理中に明示的に無視する、信頼済みのIPアドレスまたはCIDR範囲です。バイパスされたIPからのリクエストは、Zenの検査および適用の対象から完全に除外されます。

つまり、Zenはそのトラフィックを分析せず、検出結果を生成せず、ブロックルールも適用しません。

## バイパスされたIPを使う理由

すべてのトラフィックが実際の攻撃者の挙動を表しているわけではありません。中には、信頼して管理しているシステムからのリクエストもあります。

一般的な例としては、ロードバランサーやリバースプロキシなどの内部インフラ、監視・稼働監視サービス、内部テスト環境、承認済みのセキュリティツール、またはAikidoのスキャントラフィックなどがあります。

これらのIPをバイパスすることでノイズを減らし、誤検知を避け、アラートを実際の脅威に集中させることができます。

実行時に **AIペンテストまたはドメインおよびAPIセキュリティ** スキャンを行う場合、実施したいスキャンの種類によっては、IPのバイパスが有用なことがあります。

場合によっては、検出やブロックの挙動を確認するためにZenを完全に有効にしておきたいことがあります。別の場合では、スキャンのトラフィックを一時的にバイパスすることで干渉を防ぎ、中断なくテストを行えます。

## バイパスされたIPの設定方法

{% hint style="danger" %}
設定されたIPに対しては、すべてのZenセキュリティ機能が無効になるため、完全に信頼できる送信元だけを追加してください。
{% endhint %}

1. AikidoダッシュボードのFirewallタブに移動します
2. ページ下部のDanger zoneセクションまでスクロールします<br>

   <figure><img src="https://715870456-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKbzcQGrx7UtrG0nPZZ7%2Fuploads%2Fgit-blob-e7143deb15296097eacfc8aeefeb2911be03e385%2FScreenshot%202026-01-13%20at%2016.22.24.png?alt=media" alt=""><figcaption></figcaption></figure>
3. Bypass Listの管理を選択します<br>

   <figure><img src="https://715870456-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKbzcQGrx7UtrG0nPZZ7%2Fuploads%2Fgit-blob-f441b2a14193f1bdc8a496438d52ab923577507d%2FScreenshot%202026-03-06%20at%2009.24.20.png?alt=media" alt=""><figcaption></figcaption></figure>
4. 1つ以上のIPアドレスまたはCIDR範囲を追加します
5. 変更を保存する


---

# 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/zen-firewall/zen-features/bypassed-ips.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.
