> 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/miscellaneous/data-sent-by-aikido-zen.md).

# Aikido Zenによって送信されるデータ

Aikido Zen は、セキュリティ活動の分析と環境内での攻撃検出を支援するために、定期的にメタデータを報告します。このデータは集約されており、リアルタイムでは送信されません。また、攻撃が検出されない限り、機密性の高いユーザーデータやペイロードは含まれません。

## 報告頻度

* 起動時 – Zen は環境の一度限りのスナップショットを送信します。
* 10分ごと – Zen は集約された使用統計を送信します。
* 攻撃が検出されたとき – Zen は攻撃の詳細とそのメタデータを直ちに報告します。

## 収集されるデータ

### 起動時

* パッケージ – インストール済み依存関係の一覧。
* システム情報 – OS、アーキテクチャ、ホスト名、マシンの IP。

### 10分ごと

* ルート – API ルートの一覧とその仕様、および各ルートごとの合計ヒット数（個々のリクエストは含まれません）。
* 送信先ホスト名 – アプリが接続するホスト名の集約一覧と、その頻度。
* AI の使用状況 – AI 関連操作の統計。プロンプトは含まれません。
* アプリ統計 – リクエスト数、操作数、および一般的なパフォーマンス指標のカウント。
* ユーザー – 各ユーザーの最後に確認された IP アドレス。ただし、setUser によりユーザー追跡が明示的に有効化されている場合のみ。

### 攻撃が検出されたとき

* 攻撃メタデータ – 分析に必要なリクエストメソッド、エンドポイント、タイムスタンプ、攻撃ベクトルの種類、その他の診断詳細が含まれます。

## プライバシーと PII

Aikido Zen は、個人を特定できる情報（PII）の収集を避けるよう設計されています。

* 通常のレポートはすべて、可能な限り集約され、匿名化されています。
* ユーザーの IP は、明示的に有効化されている場合にのみ含まれます。
* 通常の動作中に、生データ、ヘッダー、またはペイロードが送信されることはありません。


---

# 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/miscellaneous/data-sent-by-aikido-zen.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.
