> 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/faq/siem/demoattack/replayattck.md).

# 再送信攻撃の使い方案内

### 1. 再送信攻撃 <a href="#id-1" id="id-1"></a>

**再送信攻撃**とは, 検出ログを使用して実際に攻撃を確認する機能で模擬ハッキングの一環です。

**再送信攻撃**で模擬ハッキングをする理由は攻撃の成功と失敗を確認するためです。 SQLインジェクション攻撃の成功は非常に深刻な危険にさらされるので成功に対して必ず確認する必要がありますが 多数の攻撃ログの中で模擬ハッキングをテストすることは簡単ではありません。

PLURAの再送信攻撃はこのような不便をなくし、業務効率を最大化するため提供しています。

“**再送信攻撃**”ボタンは再転送攻撃の条件成立のみ表示されるので常に見えない可能性があります。

また, ユーザーブラウザで進行されるので該当ホスト(Host), URLに接近出来るネットワーク環境でなければ正常に動作しない可能性があります。 つまり、 ネットワークの影響を受けます。

### 2. HTTP Method 再転送対象 <a href="#id-2" id="id-2"></a>

2-1. GET全ログ

2-2. POST | PUT | PATCH | DELETEの場合はパラメータ名が存在し,Content-typeも存在するログ

### 3. Content-Type 再転送対象 <a href="#id-3" id="id-3"></a>

3-1. application/x-www-form-urlencoded : key/value形式

3-2. application/json : json形式

3-3. application/xml :xml形式

編集ボタンをクリックしてプロトコル&ポートを変更出来ます。(デフォルトはhttps : 443)

httpsを使用しない場合、http : 80で修正して再送信攻撃データを転送出来ます。 修正された値は保存されます。

**“curl://” ボタン** 選択する時、自動コピー(再転送Queryが生成)されウェブ転送方式よりもっと多様な攻撃オプションを提供します。

※ **“curl://” 攻撃オプション:** 再転送攻撃 + 全Method含め(GET, POST, PUT, PATCH, DELETE, HEAD, OPTION, CONNECT, TRACE)

### 4. HTTP Method再転送対象ではない場合 – 再送信攻撃ボタン非表示 <a href="#id-4" id="id-4"></a>

4-1. POST (上段再転送可能条件が未成立の場合)

4-2. PUT (上段再転送可能条件が未成立の場合)

4-3. PATCH (上段再転送可能条件が未成立の場合)

4-4. DELETE (上段再転送可能条件が未成立の場合)

4-5. HEAD

4-6. OPTION

4-7. CONNECT

4-8. TRACE

### 5. Content-Type再転送対象ではない場合 – 再送信攻撃ボタン非表示 <a href="#id-5" id="id-5"></a>

5-1. multipart/form-data : key/value 形式 (バイナリ含め)

5-2. application/octet-stream : バイナリファイル

5-3. text/yaml : yml


---

# 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/faq/siem/demoattack/replayattck.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.
