> 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/edr/defense/manual.md).

# 即時ブロック

{% hint style="info" %}
特定のセキュリティ ログを選択した後、すぐにブロック ボタンをクリックしてリアルタイムの防御を実行できます。&#x20;

ブロックされたIPは防御 > ブロックIP アドレスページで管理できます。
{% endhint %}

### **1.** 即時ブロックボタン表示 <a href="#id-1" id="id-1"></a>

* セキュリティ探知、フィルター探知、全体ログから防御が必要な項目を選択すると、左下に直ちに遮断ボタンが表示されます。

<figure><img src="/files/3LizmsKcJJIBfuAWEfEy" alt=""><figcaption></figcaption></figure>

### **2.** ブロック設定ポップアップ <a href="#id-2" id="id-2"></a>

* ポップアップウィンドウで、ブロックするIPアドレスとブロック理由を入力し、確認ボタンをクリックします。

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

### 3. ブロック完了及び確認 <a href="#id-3" id="id-3"></a>

* ブロックが設定されると、そのログで"ブロック実行中"の状態が表示されます。

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

<figure><img src="/files/2BxKlftM60aQL0O9XioW" alt=""><figcaption></figcaption></figure>

* ブロックIPアドレスボタンをクリックすると、防御 > ブロックIPアドレスページに移動して設定されたブロックIPリストを確認することができます。

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


---

# 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/edr/defense/manual.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.
