> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/cortex-xsoar-6-threat-intel-management-guides/6.14/configure-indicators/indicator-management/exclusion-list.md).

# Exclusion List

Indicators added to the exclusion list are disregarded by the system, and are not created or involved in automated flows such as indicator extraction. You can still manually enrich IP addresses and URLs that are on the exclusion list, but the results are not posted to the War Room.

There are several methods by which to add indicators to the exclusion list.

#### Delete and Exclude Indicators

You can select one or more indicators from the Indicators table and click the **Delete and Exclude** button. The indicators are deleted from the Indicators table and added to the exclusion list. You can associate these indicators with one or more indicator types.

If you delete the indicator it is removed from Cortex XSOAR. This option should be used mainly for correcting errors in ingestion, and not as part of your regular work flow.

#### Manually Add Indicators to the Exclusion List

From the **Exclusion List** page, you can manually add a single indicator or define indicators using a regular expression (regex) or CIDR.

{% hint style="warning" %}

### Caution

Ensure you are using the correct syntax when defining the values for your exclusion lists.
{% endhint %}

**Regex**

A regular expression enables you to identify a sequence of characters in an unknown string. The following example would identify [www.demisto.com](http://www.demisto.com): **`[A-Za-z0-9!@#$%\.&]*demisto[A-Za-z0-9!@#$%\.&]*`**.

**CIDR**

Classless inter-domain routing (CIDR) enables you to define a range of IP addresses. For example, the IPv4 block 192.168.100.0/22 represents the 1024 IPv4 addresses from 192.168.100.0 to 192.168.103.255.

**Exclusion List Examples**

| Exclusion                                                         | Description                                                                                                                                                                                                                                            | Settings                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| ----------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Domain, URLs, and subdomains                                      | Excludes a specific domain, and all subdomains and URLs associated with the domain.                                                                                                                                                                    | <p>Define two entries to cover all URLs and subdomains associated with a specific domain.</p><p>Entry one:</p><ul><li>Value: Subdomains and URLs. Example: <strong><code>.example.com</code></strong></li><li>Select <strong>Use Regex</strong>.</li><li>Do not select any indicator types.</li></ul><p>Entry two:</p><ul><li>Value: The specific domain. Example: <strong><code>example.com</code></strong></li><li><strong>Do NOT</strong> select <strong>Use Regex</strong>.</li><li>Do not select any indicator types.</li></ul> |
| Subdomain (and URLs) specifically                                 | Excludes any subdomains and URLs of a domain, but the domain is still extracted.                                                                                                                                                                       | <ul><li>Value: Subdomains and URLs. Example: <strong><code>.example.com</code></strong></li><li>Select <strong>Use Regex</strong>.</li><li>Do not select any indicator types.</li></ul>                                                                                                                                                                                                                                                                                                                                              |
| Specific domain only                                              | Excludes a specific domain. Subdomains and URLs are still extracted.                                                                                                                                                                                   | <ul><li>Value: The specific domain. Example: <strong><code>example.com</code></strong></li><li><strong>Do NOT</strong> select <strong>Use Regex</strong>.</li><li>Select indicator type: <strong>Domain</strong>.</li></ul>                                                                                                                                                                                                                                                                                                          |
| URL with wildcards                                                | Excludes any indicators of type URL matching the regex. Indicators example.com and examplesub.example.com of type Domain would still be extracted. Start the regex with **`https?://`** to exclude both HTTP and HTTPS URLs.                           | <ul><li>Value: The URL with wildcard added at the end. Example: <strong><code><http://examplesub.example.com></code></strong></li><li>Select <strong>Use Regex</strong>.</li><li>Select indicator type: <strong>URL</strong>.</li></ul>                                                                                                                                                                                                                                                                                              |
| Specific URL                                                      | Excludes a specific URL, but the domain and subdomains are still extracted.                                                                                                                                                                            | <ul><li>Value: The specific URL. Example: <strong><code><http://examplesub.example.com/myexample></code></strong></li><li><strong>Do NOT</strong> select <strong>Use Regex</strong>.</li><li>Select indicator type: <strong>URL</strong>.</li></ul>                                                                                                                                                                                                                                                                                  |
| URLs, domain, and subdomains, case-insensitive, anchored to start | Excludes domain example.com, its subdomains, and its URLs. Case-insensitive. Anchors regex match to the start of the indicator value, so indicators that contain but do not start with a match (e.g., example.net?param=example.com) are not excluded. | <ul><li>Value: Domain, subdomains and URLs (http or https), case insensitive and anchored to the start of the indicator. Example: <strong><code>(?i)^(https?://)?((\[a-zA-Z0-9-]+.)+)?example.com</code></strong></li><li>Select <strong>Use Regex</strong>.</li><li>Select indicator types: <strong>URL</strong>, <strong>Domain</strong>.</li></ul>                                                                                                                                                                                |
| All URLs                                                          | Excludes all URLs for a specific domain that have a path (even an empty path), but the domain and subdomains are still extracted.                                                                                                                      | <ul><li>Value: URLs (http or https) with or without a path. Example: <strong><code>example.com/</code></strong></li><li>Select <strong>Use Regex</strong>.</li><li>Do not select any indicator types.</li></ul>                                                                                                                                                                                                                                                                                                                      |


---

# 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://cortex-docs.paloaltonetworks.com/cortex-xsoar-6-threat-intel-management-guides/6.14/configure-indicators/indicator-management/exclusion-list.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.
