> For the complete documentation index, see [llms.txt](https://docs.realmjoin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.realmjoin.com/ja/zi-dong-hua/runbooks/runbook-references/org/security/add-defender-indicator.md).

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

### 説明

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

### 場所

組織 → セキュリティ → Defender インジケーターの追加

**Runbook の完全名**

rjgit-org\_security\_add-defender-indicator

### 詳細

| プロパティ    | 値                                  |
| -------- | ---------------------------------- |
| バージョン    | 1.0.2                              |
| 必要なモジュール | RealmJoin.RunbookHelper (>= 0.8.9) |
| スケジュール可能 | いいえ                                |

### アクセス許可

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

* **種類**: WindowsDefenderATP
  * Ti.ReadWrite.All
    * *Defender for Endpoint の POST /indicators を使用して、脅威インジケーター (ハッシュ、IP、ドメイン、または URL) を作成します*

### パラメーター

#### インジケーター値

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

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

#### インジケーターの種類

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

| プロパティ   | 値            |
| ------- | ------------ |
| 必須      | はい           |
| 既定値     | ファイル SHA-256 |
| 種類      | 文字列          |
| ポータル表示名 | インジケーターの種類   |

**ポータルのオプション**

| ポータルオプション    | 値            |
| ------------ | ------------ |
| ファイル SHA-256 | ファイル SHA-256 |
| ファイル SHA-1   | ファイル SHA-1   |
| ファイル MD5     | ファイル MD5     |
| 証明書のサムプリント   | 証明書のサムプリント   |
| IP アドレス      | IP アドレス      |
| ドメイン名        | ドメイン名        |
| URL          | URL          |

#### タイトル

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

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

#### 説明

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

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

#### アクション

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

| プロパティ   | 値     |
| ------- | ----- |
| 必須      | はい    |
| 既定値     | 許可    |
| 種類      | 文字列   |
| ポータル表示名 | アクション |

**ポータルのオプション**

| ポータルオプション | 値         |
| --------- | --------- |
| アラート      | アラート      |
| 警告        | 警告        |
| ブロック      | ブロック      |
| 監査        | 監査        |
| ブロックして修復  | ブロックして修復  |
| アラートとブロック | アラートとブロック |
| 許可        | 許可        |

#### 重大度

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

| プロパティ   | 値   |
| ------- | --- |
| 必須      | はい  |
| 既定値     | 情報  |
| 種類      | 文字列 |
| ポータル表示名 | 重大度 |

**ポータルのオプション**

| ポータルオプション | 値  |
| --------- | -- |
| 情報        | 情報 |
| 低         | 低  |
| 中         | 中  |
| 高         | 高  |

#### アラートを生成

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

| プロパティ | 値     |
| ----- | ----- |
| 必須    | いいえ   |
| 既定値   | False |
| 種類    | ブール値  |

[Runbook Reference の概要に戻る](/ja/zi-dong-hua/runbooks/runbook-references.md)


---

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