> 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/takeover.md).

# アカウント乗っ取り

{% hint style="info" %}
**複数の指標では、クリエイティブ スタッフィング攻撃は全体攻撃の80%以上です。**

攻撃者の次の情報を相関分析し、探知·遮断対応

* 要求ヘッダー情報、そして要求本文のID値
* サーバー応答ステータス値、サイズ

PLURAの世界特許技術を使用
{% endhint %}

### 分析情報 <a href="#id-0" id="id-0"></a>

**ワードプレスのウェブサイトで「クリデンシャルスタッフィング」攻撃のデモンストレーションで説明**

### 1. アカウント奪取例 <a href="#id-1" id="id-1"></a>

* 以下のように[**アカウント奪取フィルタ**](https://docs.plura.io/ko/function/common/sfilter/takeover)ーで登録した経路に攻撃の試みが発生した場合、直ちに探知

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

<figure><img src="/files/35LGxKiEaJeehvoQYYnc" alt=""><figcaption></figcaption></figure>

### 2. 相関解析検出 <a href="#id-2" id="id-2"></a>

* 要求と応答の相関分析による攻撃探知
  * [x] リクエスト ヘッダー情報: レッパー、クッキー、ユーザー エージェント
  * [x] リクエスト本文情報:使用されたID 數
  * [x] 応答情報:ログイン成功と失敗 回 數
  * [x] 時間
* 検出されたログの右マウスボタンをクリックし、詳細ページに移動

<figure><img src="/files/9Y9gGUrDtOIa3xyzM8Sz" alt=""><figcaption></figcaption></figure>

### 3. Login抽出情報 <a href="#id-3" id="id-3"></a>

* 使用されたIDとPassword 數字の情報分析。

### 4. 分類選択 <a href="#id-4" id="id-4"></a>

* 分類を選択してログを表示できます。

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

### 参考サイト <a href="#id-5" id="id-5"></a>

> 1. \[QnA] クリエイティブ スタッフィング 攻撃に対応する with ChatGPT : <https://blog.plura.io/ko/respond/credential-stuffing-countermeasures/>
> 2. クリデンシャル·スタッフィング : <https://blog.plura.io/ja/respond/credential_stuffing/>


---

# 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/takeover.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.
