# Add Defender Indicator

### Description

Creates a new indicator in Microsoft Defender for Endpoint to allow or block a specific file hash, certificate thumbprint, IP, domain, or URL. The indicator action can generate alerts automatically for audit or alert-and-block actions.

### Location

Organization → Security → Add Defender Indicator

**Full Runbook name**

rjgit-org\_security\_add-defender-indicator

### Permissions

#### Application permissions

* **Type**: WindowsDefenderATP
  * Ti.ReadWrite.All

### Parameters

#### IndicatorValue

Value of the indicator, such as a hash, thumbprint, IP address, domain name, or URL.

| Property      | Value  |
| ------------- | ------ |
| Required      | true   |
| Default Value |        |
| Type          | String |

#### IndicatorType

Type of the indicator value.

| Property      | Value      |
| ------------- | ---------- |
| Required      | true       |
| Default Value | FileSha256 |
| Type          | String     |

#### Title

Title of the indicator entry.

| Property      | Value  |
| ------------- | ------ |
| Required      | true   |
| Default Value |        |
| Type          | String |

#### Description

Description of the indicator entry.

| Property      | Value  |
| ------------- | ------ |
| Required      | true   |
| Default Value |        |
| Type          | String |

#### Action

Action applied to the indicator.

| Property      | Value   |
| ------------- | ------- |
| Required      | true    |
| Default Value | Allowed |
| Type          | String  |

#### Severity

Severity used for the indicator.

| Property      | Value         |
| ------------- | ------------- |
| Required      | true          |
| Default Value | Informational |
| Type          | String        |

#### GenerateAlert

If set to true, an alert is generated when the indicator matches.

| Property      | Value   |
| ------------- | ------- |
| Required      | false   |
| Default Value | False   |
| Type          | Boolean |

[Back to Runbook Reference overview](/automation/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/automation/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.
