> 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/aikido-device-protection/endpoint-protection.md).

# デバイス保護とは

デバイス保護を使うと、チームのデバイスにインストールされているソフトウェアパッケージを可視化し、管理できます。ブラウザー拡張機能、コードライブラリ、IDEプラグイン、ビルド依存関係をすべて一か所で把握できます。

{% hint style="info" %}
すべてのプランには、限定数のデバイス向けのデバイス保護が含まれています。詳細はお問い合わせください。
{% endhint %}

{% content-ref url="/pages/0cc7b904326599730abae87d7adc3a98dc08c6cf" %}
[対応エコシステム](/docs/docs-ja/aikido-device-protection/miscellaneous-aikido-endpoint/supported-ecosystems.md)
{% endcontent-ref %}

{% embed url="<https://www.youtube.com/watch?t=5s&v=uN2QVB_lPYM>" %}

## ユースケース

* インストールされる前にマルウェアを停止：Aikidoは既知の悪意のあるパッケージを自動的に識別し、ブロックします。
* タイポスクワッティングを標準で検知：新しいパッケージはすべて初回リクエスト時にスキャンされるため、マルウェアを含む টাইポスクワッティング・パッケージも設定不要で検知・停止できます。
* ソフトウェアサプライチェーンを完全に可視化：チームのデバイス全体にインストールされているすべてのブラウザー拡張機能、コードライブラリ、IDEプラグイン、ビルド依存関係を確認できます。
* 特定のエコシステムを制限：チームで必要のない場合は、Chrome や NPM などのソースからのインストールをすべてブロックできます。
* 新しいパッケージには承認を必須に：管理者が承認内容を管理しつつ、チームメンバーがインストール申請できるようにします。

## はじめに

マルウェアや悪意のあるパッケージからデバイスの保護を始める準備はできましたか？以下の手順に従って、環境に Aikido Device を展開し、設定してください。

{% stepper %}
{% step %}
**エージェントを環境全体に展開**

MDM または手動インストールを使用して、組織全体に Aikido Device を展開します。チームやデバイスごとに異なる設定が必要な場合は、複数のグループを作成できます。

{% content-ref url="/pages/e6f5d529bc57591620b5c3ef74e7b990ddd6ac7e" %}
[デバイス保護の展開](/docs/docs-ja/aikido-device-protection/deploying-aikido-endpoint.md)
{% endcontent-ref %}
{% endstep %}

{% step %}
**エコシステムを設定**

対応エコシステム、許可リスト、ブロックリスト、最小パッケージ年齢、グループ固有の例外を含む、パッケージ保護設定を構成します。

{% content-ref url="/pages/4476a21721ea37a9e5dfa9238516bb2282aa84af" %}
[インストールポリシーの設定](/docs/docs-ja/aikido-device-protection/using-aikido-endpoint/configuring-installation-policies.md)
{% endcontent-ref %}
{% endstep %}

{% step %}
**詳細を見る**

{% content-ref url="/pages/8a0a38a7d95ed149c0a1d6b1f8b839dc1e20c5c2" %}
[パッケージの閲覧](/docs/docs-ja/aikido-device-protection/using-aikido-endpoint/browsing-packages.md)
{% endcontent-ref %}

{% content-ref url="/pages/6ef0499134359e0da4fa7dbf371d16ec2137a1af" %}
[インストール要求の承認](/docs/docs-ja/aikido-device-protection/using-aikido-endpoint/reviewing-install-requests.md)
{% endcontent-ref %}
{% endstep %}
{% endstepper %}

##


---

# 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/aikido-device-protection/endpoint-protection.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.
