> 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/es/automatizacion/runbooks/runbook-references/org/general/add-or-remove-smartscreen-exclusion.md).

# Agregar o quitar exclusión de Smartscreen

### Descripción

Este runbook enumera, agrega o quita indicadores de URL en Microsoft Defender. Puede permitir, auditar, advertir o bloquear un dominio determinado creando una entrada de indicador.

### Ubicación

Organization → General → Agregar o quitar exclusión de Smartscreen

**Nombre completo del runbook**

rjgit-org\_general\_add-or-remove-smartscreen-exclusion

### Detalles

| Propiedad          | Valor                              |
| ------------------ | ---------------------------------- |
| Versión            | 1.0.1                              |
| Módulos requeridos | RealmJoin.RunbookHelper (>= 0.8.9) |
| Programable        | no                                 |

### Permisos

#### Permisos de aplicación

* **Tipo**: WindowsDefenderATP
  * Ti.ReadWrite.All
    * *Enumera, crea y elimina indicadores de amenazas de dominio en Defender for Endpoint*

### Parámetros

#### acción

"Listar todos los indicadores de URL", "Agregar un indicador de URL" o "Eliminar todos los indicadores de esta URL" podrían seleccionarse como acción a realizar.

| Propiedad                        | Valor  |
| -------------------------------- | ------ |
| Requerido                        | falso  |
| Valor predeterminado             | 0      |
| Tipo                             | Int32  |
| Nombre para mostrar en el portal | Acción |

**Opciones del portal**

| Opción del portal                          | Valor |
| ------------------------------------------ | ----- |
| Listar todos los indicadores de URL        | 0     |
| Agregar un indicador de URL                | 1     |
| Eliminar todos los indicadores de esta URL | 2     |

#### URL

Nombre de dominio para administrar, por ejemplo "exclusiondemo.com".

| Propiedad            | Valor  |
| -------------------- | ------ |
| Requerido            | falso  |
| Valor predeterminado |        |
| Tipo                 | Cadena |

#### modo

Modo de indicador que se aplicará.

| Propiedad                        | Valor                                             |
| -------------------------------- | ------------------------------------------------- |
| Requerido                        | falso                                             |
| Valor predeterminado             | 0                                                 |
| Tipo                             | Int32                                             |
| Nombre para mostrar en el portal | ¿Permitir, auditar, advertir o bloquear esta URL? |

**Opciones del portal**

| Opción del portal | Valor |
| ----------------- | ----- |
| Permitir          | 0     |
| Auditar           | 1     |
| Advertir          | 2     |
| Bloquear          | 3     |

#### títuloDeExplicación

Título usado al crear un indicador.

| Propiedad            | Valor                                |
| -------------------- | ------------------------------------ |
| Requerido            | falso                                |
| Valor predeterminado | Permitir este dominio en SmartScreen |
| Tipo                 | Cadena                               |

#### descripciónDeExplicación

Descripción usada al crear un indicador.

| Propiedad            | Valor                                          |
| -------------------- | ---------------------------------------------- |
| Requerido            | falso                                          |
| Valor predeterminado | Exclusión requerida. Proporcione más detalles. |
| Tipo                 | Cadena                                         |

[Volver a la vista general de la referencia del runbook](/es/automatizacion/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/es/automatizacion/runbooks/runbook-references/org/general/add-or-remove-smartscreen-exclusion.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.
