> 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 インジケーターを追加

### 説明

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

### 場所

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

**Runbook の完全名**

rjgit-org\_security\_add-defender-indicator

### 権限

#### アプリケーション権限

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

### Parameters

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

インジケーターの値。ハッシュ、拇印、IP アドレス、ドメイン名、URL など。

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

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

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

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

#### タイトル

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

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

#### 説明

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

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

#### アクション

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

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

#### 重大度

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

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

#### アラート生成

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

| プロパティ | 値     |
| ----- | ----- |
| 必須    | false |
| 既定値   | 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:

```
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.
