> 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 トラフィックのブロックオプションを備えたデモアプリのファイアウォール設定。](/files/fd84a6604602d664ea52961339224bdf49027655)

{% 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.
