# ブロックIPアドレス

{% hint style="info" %}
リアルタイムでブロックされたIPアドレスのリストを確認し、直接IPアドレスをブロックしたり管理できるページです。

* IPブロック登録:ホストログ照会下部の「即時ブロック」ボタンを使用して、IPアドレスをブロックリストに追加して管理することができます。
* ブロックリストに登録されたIPアドレスはすぐにブロックされ、削除するとブロックが解除されます。
* Linux環境では、firewalldが活性化された状態でのみ動作します。

**防御登録方法**

IPアドレスをブロックするために、次のような経路で登録することができます。

1. 全体ログ/探知ログページ > 即時ブロックボタンをクリック
2. 防御 > 遮断 IPアドレス > ホスト > IPアドレス登録ボタンをクリック
3. 防御 > 設定 > ホスト > 防御設定
   {% endhint %}

## 1. ブロックIPアドレス > ホスト <a href="#id-1" id="id-1"></a>

* ホストフィルター探知/全体ログページで直ちに防御ボタンをクリックし、登録されたIPまたはIPアドレス登録ボタンを通じて手動で追加したIPアドレスがリストに表示されます。

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

* 登録されたIPアドレスは、修正/削除ボタンで編集できます。

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

## 2. IPアドレス登録 <a href="#id-2" id="id-2"></a>

* IPアドレス登録ボタンをクリックすると、設定ポップアップが表示されます。

  <figure><img src="/files/QNqBRCPiKNJQ2WalFUOI" alt=""><figcaption></figcaption></figure>
* ポップアップウィンドウに次の情報を入力してIPアドレスを登録します。
  * ホスト:ブロックする対象ホストを選択
  * IPアドレス: ブロックするIPアドレスを入力
  * 説明: 遮断事由または目的入力

## 3. 大量登録 <a href="#id-3" id="id-3"></a>

* 大量にIPアドレスを登録するには、CSVファイルを使用して一括アップロードすることができます。


---

# Agent Instructions: 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:

```
GET https://docs.plura.io/ja/fn/edr/defense/ip.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
