# Quarantined

## Overview

The quarantined section will show requestors that have been banned for violation of the [Dynamic Rules](/v2.20.4/console-ui-walkthrough/security/dynamic-rules.md) and [Rate Limiting](/v2.20.4/console-ui-walkthrough/security/rate-limiting.md) rules, requestors that have been blacklisted, and requestors that have been whitelisted. You can add and remove requestors, and transfer them among the various lists.&#x20;

## Main Display

There are four lists of requestors in this section:

1. **Banlist**
2. **Simulation Banlist**
3. **Blacklist**
4. **Whitelist**

Each is described in more detail below.

For each entry, it's possible to see the following: IP address, origin country, AS number, the violation that was triggered, "CNT/Limit" (the number of violations compared to the allowable limit), when the ban began, and when the ban will expire.&#x20;

![Quarantined requestors](/files/-LvK4Yq2V_6qUpKUfVGY)

### **Banlist**&#x20;

**All requests from these requestors are currently being rejected.** These requestors violated a rule that was set to “Ban” mode.&#x20;

### **Simulation Banlist**

**These requestors are NOT having all their requests rejected.** These requestors violated a rule that was set to “Simulated Ban” mode. Simulated Bans are used mainly for testing new rules and seeing how they function, before converting those rules to Ban mode.

### Blacklist

**All requests from these requestors are currently being rejected.** These requestors were placed here by a Reblaze admin.

### Whitelist

**These requestors are exempted from the Dynamic Rules.** Even if they violate a Dynamic Rule, they will not be banned.&#x20;

## Managing Requestors on the Lists

On the right part of the screen is the section menu, invoked via the button with three vertical dots:<img src="/files/-LxafvYyZI_7ss1NFkF-" alt="" data-size="line">. Depending on context, the section menu will offer the management abilities described below.

## Adding an Entry

#### Banlist and Simulation Banlist

Requestors are added to the Banlist and Simulation Banlist automatically when they violate a Dynamic Rule or Rate Limiting Rule.&#x20;

#### Blacklist and Whitelist

You can add a requestor manually to the Whitelist or Blacklist using the "Add New Entry" option in the section menu. This is demonstrated in the following video:

{% embed url="<https://youtu.be/gpxMH3cJAYI>" %}
Adding new entry - Example
{% endembed %}

The fields are:

| Field Name     | **Description**                                                                                                                     |
| -------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
| **Type**       | Cookie, Country, ASN, IP, Request Body, Request Header.                                                                             |
| **Name**       | Will appear for specific types: Cookie (Name), Headers, etc.                                                                        |
| **Value**      | The value which will activate the blacklisting. For example, when Type is "IP", the blacklistable IP address would be entered here. |
| **Reason**     | User description of the reason for adding this entry.                                                                               |
| **Expiration** | The expiration of the entry, in Hours or Minutes (only relevant for blacklists).                                                    |

## Transferring an Entry

Requestors can be transferred among the various lists with this procedure:

1. Select the requestor(s) by checking the box at the left of each entry.
2. Open the section menu.
3. Choose the desired "Move to" command (e.g., "Move to Whitelist").

{% hint style="info" %}
Moving an item to the Banlist can only be done from the Simulation Banlist.&#x20;
{% endhint %}

## Removing an Entry&#x20;

### Automatic Removal

Requestors on the Banlist, Simulation Banlist, or Blacklist will be automatically removed when their expiration time is reached. (The Whitelist has no expiration time.)

### Manual Removal&#x20;

Requestors can be manually removed from the list they are currently on:

1. Select the requestor(s) by checking the box at the left of each entry.
2. Open the section menu by clicking on its button (<img src="/files/-LxafvYyZI_7ss1NFkF-" alt="" data-size="line">).
3. Choose "Delete".


---

# 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://waap.docs.link11.com/v2.20.4/console-ui-walkthrough/security/quarantined.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.
