> For the complete documentation index, see [llms.txt](https://docs.plura.io/ja/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plura.io/ja/fn/comm/sdetection/attack/matrix.md).

# マトリックス

{% hint style="info" %}
**情報セキュリティの課題は、先制的な攻撃対応です**。&#x20;

攻撃の兆候を探知して被害が発生する前に解決しなければなりません。&#x20;

攻撃は初期偵察から始まり、権限上昇、側面移動、そして影響という段階的な進行を経ます。&#x20;

マトリックスでは、このような攻撃の進行を明確に確認できます。&#x20;

影響段階のランサムウェア攻撃が発生する前の権限上昇段階で宿主システムを探知、除去するため 先制的攻撃対応システムを構築することになります。
{% endhint %}

### 1. マトリックス  <a href="#id-1" id="id-1"></a>

* [x] マイターアタックに対する検出をマトリックス形式で提供

- 日付, ドメイン, プラットフォーム選択セレクトオプション提供
- 検出が蓄積されると該当マトリックスカーラーが変更されます。
- Sub Tech IDが存在する場合, 展開ボタンで内容を確認出来ます。
- 検出されたIDをクリックする時、該当IDの検出詳細ページに移動します。
- マトリックス右上の新しいウィンドウボタンをクリックすると, マトリックスの新しいウィンドウの移動します。

<figure><img src="/files/q08CaWsHP784VK7GlT5i" alt=""><figcaption></figcaption></figure>

### 2. マトリックスの新しいウィンド <a href="#id-2" id="id-2"></a>

* 右上のボタンをクリックすると、ライト&ダークモードの変更が可能

### 3. MITRE ATT\&CK Matrixの例 <a href="#id-3" id="id-3"></a>

<figure><img src="/files/AqlcMBDDPLNEHHtqj6zX" alt=""><figcaption></figcaption></figure>

### :sunny: ライトモード <a href="#id-4" id="id-4"></a>

<figure><img src="/files/SvMWe4bOou4v9XVhrwjB" alt=""><figcaption></figcaption></figure>

### :crescent\_moon: ダークモード <a href="#id-5" id="id-5"></a>

<figure><img src="/files/g1b2zImlICmt40BBcJHX" alt=""><figcaption></figcaption></figure>

### MITRE ATT\&CK 公式サイト> マトリックス <a href="#id-6" id="id-6"></a>

> <https://attack.mitre.org/matrices/enterprise/>

### MITRE ATT\&CK 理解 <a href="#id-7" id="id-7"></a>

> <https://blog.plura.io/ja/column/mitre_attck/>


---

# 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://docs.plura.io/ja/fn/comm/sdetection/attack/matrix.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.
