> For the complete documentation index, see [llms.txt](https://docs.keeper.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keeper.io/keeperpam/jp/commander-cli/command-reference/enterprise-management-commands/breachwatch-commands.md).

# Breachwatchコマンド

## コマンド

| コマンド          | 説明                                    |
| ------------- | ------------------------------------- |
| `breachwatch` | レコードまたはパスワードのBreachWatchダークウェブスキャンの実行 |

### BreachWatchコマンド

{% hint style="info" %}
[BreachWatch](/enterprise-guide/jp/breachwatch.md)アドオンが必要です。
{% endhint %}

**コマンド:** `breachwatch` または `bw`

**詳細:** レコードまたはパスワードに対するBreachWatchダークウェブスキャンの実行

**アクション:**

`list` 侵害されたパスワードの一覧表示

* `--all`、`-a` 侵害されたパスワードの一覧表示 (無視済みを含む)。このフラグを省略し、合計件数が32を超える場合、最初の30件のみが表示される
* `--owned`、`-o` ユーザーが所有する侵害レコードのみの表示

`ignore <UID>` 侵害されたパスワードの無視。スペース区切りで複数指定可能

`password <password>` パスワードを侵害アカウントのデータベースと照合。スペース区切りで複数指定可能

`scan` BreachWatchスキャンの実行

`report` 企業内ユーザーに対するBreachWatchセキュリティレポートの実行 ([`security-audit-report --breachwatch`](/keeperpam/jp/commander-cli/command-reference/reporting-commands.md#security-audit-report-command) と同等。エンタープライズ管理者アカウントでのみ有効)

**例:**

```
breachwatch
breachwatch scan
breachwatch list
bw password n5@x85tG#gH7& my_dog_21
bw ignore qUX4gSrtDRfM1Kq9lrQi-w
bw report
```

1. BreachWatchコマンドの概要を表示
2. BreachWatchダークウェブスキャンを実行し、侵害されたパスワードを表示
3. 侵害としてマークされた (無視されていない) レコードを一覧表示
4. BreachWatchを使用して、パスワード「n5\@x85tG#gH7&」と「my\_dog\_21」の侵害有無を確認
5. 指定したUIDの侵害レコードを無視
6. 企業内ユーザーに対するBreachWatchセキュリティレポートを実行 (管理者アカウントのみ)

#### 自動スキャン

KeeperアカウントでBreachWatchが有効な場合、Keeperコマンダーへのログイン時にBreachWatchスキャンが自動実行されます。

また、レコードを作成または編集した場合、そのレコードに対してスキャンが自動実行されます。


---

# 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:

```
GET https://docs.keeper.io/keeperpam/jp/commander-cli/command-reference/enterprise-management-commands/breachwatch-commands.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
