# Defender インジケーターの追加

### 説明

Microsoft Defender for Endpoint に新しいインジケーターを作成して、特定のファイル ハッシュ、証明書のサムプリント、IP、ドメイン、または URL を許可またはブロックします。インジケーターのアクションは、監査用のアラート、またはアラートしてブロックするアクションに対して、アラートを自動的に生成できます。

### 場所

Organization → Security → Add Defender Indicator

**ランブックの完全名**

rjgit-org\_security\_add-defender-indicator

### アクセス許可

#### アプリケーションのアクセス許可

* **種類**: WindowsDefenderATP
  * Ti.ReadWrite.All

### パラメーター

#### IndicatorValue

ハッシュ、サムプリント、IP アドレス、ドメイン名、または URL などのインジケーターの値。

| プロパティ | 値    |
| ----- | ---- |
| 必須    | true |
| 既定値   |      |
| 種類    | 文字列  |

#### IndicatorType

インジケーター値の種類。

| プロパティ | 値          |
| ----- | ---------- |
| 必須    | true       |
| 既定値   | FileSha256 |
| 種類    | 文字列        |

#### タイトル

インジケーター エントリのタイトル。

| プロパティ | 値    |
| ----- | ---- |
| 必須    | true |
| 既定値   |      |
| 種類    | 文字列  |

#### 説明

インジケーター エントリの説明。

| プロパティ | 値    |
| ----- | ---- |
| 必須    | true |
| 既定値   |      |
| 種類    | 文字列  |

#### アクション

インジケーターに適用されるアクション。

| プロパティ | 値    |
| ----- | ---- |
| 必須    | true |
| 既定値   | 許可済み |
| 種類    | 文字列  |

#### 重大度

インジケーターに使用される重大度。

| プロパティ | 値    |
| ----- | ---- |
| 必須    | true |
| 既定値   | 情報   |
| 種類    | 文字列  |

#### GenerateAlert

true に設定すると、インジケーターが一致したときにアラートが生成されます。

| プロパティ | 値       |
| ----- | ------- |
| 必須    | false   |
| 既定値   | False   |
| 種類    | Boolean |

[ランブック リファレンスの概要に戻る](/ja/zi-dong-hua/runbooks/runbook-references.md)


---

# 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.realmjoin.com/ja/zi-dong-hua/runbooks/runbook-references/org/security/add-defender-indicator.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.
