> 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="/files/93149bb346a155ccfb26c7570a0b2e4cbe9249e5" alt=""><figcaption></figcaption></figure>
3. Manage Bypass List を選択します<br>

   <figure><img src="/files/100cacfaf8496629138220258d555103b21fe23f" 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.
