> 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/getting-started-with-zen-firewall.md).

# Zen Firewallの使い方

### はじめに <a href="#introduction" id="introduction"></a>

Aikido の Zen Firewall は、アプリケーションを攻撃から守るためにコードへ直接埋め込まれる強力なアプリケーションファイアウォールです。

危険な文字列を含むユーザー入力を防ぐことで、アプリを保護します。これは通常、 **インジェクション** および **パストラバーサル** 攻撃。Zen は、一般的な攻撃からアプリを保護します:

> Aikido の Zen Firewall は、従来の Web アプリケーションファイアウォール（WAF）のようにアプリを保護するために、アプリと同じサーバー上で自律的に動作しますが、 **インフラやコストをかけずに**.

* ✨ インジェクションとパストラバーサルを可能にする危険なユーザー入力を防止
* 🛡️ 重大なインジェクション攻撃を自動的にブロック
* 🚦 ルートとユーザーのレート制限
* 🤖 悪意のあるトラフィックをブロック（ボット、TOR、既知の攻撃者）
* 🌍 国別にアクセスを制御
* 🔍 アウトバウンドトラフィックを監視

### 対応言語とインストール方法 <a href="#languages-and-how-to-install" id="languages-and-how-to-install"></a>

> 行います **送信しない** セキュリティチェックのためにデータをクラウドへ返送することはありません。トークンは、攻撃が検知されたときにダッシュボードに表示するための通信にのみ使用されます。

* **対応:**
  * [Node.js](https://github.com/AikidoSec/firewall-node)
  * [Python](https://github.com/AikidoSec/firewall-python?tab=readme-ov-file)
  * [PHP](https://github.com/AikidoSec/firewall-php)
  * [Java](https://github.com/AikidoSec/firewall-java)
  * [.NET Core と .NET Framework](https://github.com/AikidoSec/firewall-dotnet)
  * [Ruby](https://github.com/AikidoSec/firewall-ruby)
  * [Golang](https://github.com/AikidoSec/firewall-go) （ベータ版）


---

# 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/getting-started-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.
