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