> 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 と 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.
