> 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/blocking-tor-traffic-with-zen-firewall.md).

# Zen Firewall で Tor トラフィックをブロックまたは監視する

Aikido の Zen Firewall は、アプリケーションにアクセスしているユーザーを識別し、ブロックするのに役立ちます。〜を通じて [Tor ネットワーク](https://www.torproject.org/)。この機能は、〜に対する可視性と制御を提供することで、セキュリティ対策を強化します [Tor ベースのトラフィック](https://www.torproject.org/).

> **重要**: Tor ブロックは、グローバルな「[ブロック/検出モード](/docs/docs-ja/zen-firewall/zen-features/blocking-vs-detection-mode-in-zen-firewall.md)」設定とは独立して動作します。Tor ブロックを有効にすると、Zen が検知モードでも常に適用されます。

## ユースケース <a href="#use-cases" id="use-cases"></a>

* 🛡️ **Tor ユーザーをブロックまたは監視**: セキュリティコンプライアンスやリスク軽減が必要な場合、Tor の出口ノードからのアクセスを自動的に防止します
* 🔒 **コンプライアンスを満たす**: 匿名プロキシトラフィックのブロックを義務付ける規制要件に対応します
* 💳 **取引を保護**: 金融取引が識別可能で匿名でない送信元から行われるようにします

## Tor トラフィックをブロックする方法 <a href="#how-to-block-tor-traffic" id="how-to-block-tor-traffic"></a>

特定のアプリを選択し、 **ファイアウォール** タブ。" の横にあるトグルをクリック**Tor トラフィックをブロック」** Tor ブロックを有効にするには。Tor トラフィックは無視、監視、またはブロックできます。

![攻撃および Tor トラフィックのブロックオプションを備えたデモアプリのファイアウォール設定。](https://715870456-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKbzcQGrx7UtrG0nPZZ7%2Fuploads%2Fgit-blob-3cbfc76fa390a5f2492f7b7f1e4dafa0cb126811%2FScreenshot%202025-08-13%20at%2017.22.40.png?alt=media)

{% hint style="info" %}
Tor のブロックは即時ではないことに注意してください。ブロックが有効になるまで最大 1 分かかります。
{% endhint %}


---

# 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/blocking-tor-traffic-with-zen-firewall.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.
