> 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 は環境のスナップショットを1回送信します。
* 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.
