# 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`と同じ。エンタープライズ管理者アカウントに対してのみ有効)

**例:**

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