> 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/zen-features/monitor-outbound-domains.md).

# 送信先ドメインを監視する

Aikido の Zen Firewall を使うと、外向きのドメインと IP アドレスを監視できます。

### ユースケース <a href="#use-cases" id="use-cases"></a>

* **シャドー IT の検出：** 開発者が意図的または無意識のうちに、本番データを第三者と共有しているのか（例 [api.openai.com](http://api.openai.com) )
* **PII の漏えい**：PII や機密データが第三者に誤って漏えいするのを防ぎます
* **コンプライアンス：** コンプライアンスのために既存のデータフローを把握します。

> Zen を設定すると、外向きドメインの監視が **標準で利用できます。**

### 将来 <a href="#future" id="future"></a>

* 特定の外向きドメインをブロックして、アプリを SSRF から保護します
* 承認されていない第三者サービスへの PII 漏えい

### 外向きドメインを監視する方法 <a href="#how-to-monitor-your-outbound-domains" id="how-to-monitor-your-outbound-domains"></a>

特定のアプリを選択し、［Outbound Domains］タブに進みます。すべての外向きドメインの全体像を確認できます。

![ホスト名、ポート、最後に検出された時刻を表示する Demo App の外向きドメイン表。](https://715870456-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKbzcQGrx7UtrG0nPZZ7%2Fuploads%2Fgit-blob-db1fcc87fccf30761c65c9a0c001702adf571c40%2FScreenshot%202025-08-13%20at%2017.30.19.png?alt=media)

### 新しい外向きドメインが検出されたら通知を受け取る <a href="#get-notified-when-new-outbound-domains-were-detected" id="get-notified-when-new-outbound-domains-were-detected"></a>

アプリが新しい外部宛先に接続したタイミングを把握することは、セキュリティと監視に不可欠です。アプリケーションがこれまで接続したことのないホスト名へ外向き接続を行うたびにアラートを受け取れます。

これらのアラートを受け取るには、 [**サービス概要**](https://app.aikido.dev/runtime/services) に移動し、 **アラートを管理**に移動し、設定を見つけて有効にしてください **「新しい外向きホスト名の通知を送信する」**&#x540C;じページで、どの特定のアプリでこれらのアラートを発生させるかを細かく調整したり、好みの Slack または Microsoft Teams チャネルを選択したりできます。

![アプリ、チャネル、通知設定を選んで Slack アラートを設定し、即時に通知を受け取れます。](https://715870456-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKbzcQGrx7UtrG0nPZZ7%2Fuploads%2Fgit-blob-358030d8e909f861ac786d27deb16e84a601b943%2Fmonitor-outbound-domains_9e0a4d0b-ed14-4581-985a-24a399f5faba.png?alt=media)


---

# 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/zen-features/monitor-outbound-domains.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.
