> 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-8-on-prem/8.11/investigate-and-respond-to-threats/threat-intel-management/indicator-management.md).

# Indicator management

Indicators are artifacts associated with security incidents and are an essential part of the incident management and remediation process. They help correlate incidents, create hunting operations, and enable you to easily analyze incidents and reduce Mean Time to Response (MTTR).

{% hint style="info" %}

### Note

If you don't have a TIM license, you can only view the **Indicators** tab. For more information, see [Manage indicators](/cortex-xsoar-8-on-prem/8.11/investigate-and-respond-to-threats/incidents-and-indicators-investigation/manage-indicators.md).
{% endhint %}

#### Indicators

Displays a list of indicators added to Cortex XSOAR, where you can perform several indicator actions.

{% hint style="info" %}

### Note

If you are unable to perform a specific action or view data, you may not have sufficient user role permissions. Contact your Cortex XSOAR administrator for more details.
{% endhint %}

You can perform the following actions on the **Threat Intel** page.

| Action                   | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Investigate an indicator | Click on an indicator to view and take action on the indicator.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| Create an indicator      | <p>Indicators are added to the Indicators table from incoming incidents, feed integrations, or manually creating a new indicator.</p><p>When creating an indicator, in the <strong>Verdict</strong> field, you can either select a verdict or leave it blank to calculate it by clicking <strong>Save & Enrich</strong>, which updates the indicator from enrichment sources. After you select an indicator type, you can add any custom field data.</p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p><strong>Note</strong></p><p>In the CLI, you can run the <strong>!createNewIndicator</strong> command.</p></div> |
| Create an incident       | Create an incident from the selected indicator and populate relevant incident fields with indicator data.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| Edit                     | Edit a single indicator or select multiple indicators to perform a bulk edit.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| Delete and Exclude       | <p>Delete and exclude one or more indicators from all indicator types or a subset of indicator types.</p><p>If you select the <strong>Do not add to exclusion list</strong> checkbox, the selected indicators are only deleted.</p>                                                                                                                                                                                                                                                                                                                                                                                                                           |
| Export CSV               | Export the selected indicators to a CSV file. By default, the CSV file is generated in UTF8 format. Administrator permission is required to update server configurations, including changing the format, see [Export incidents and indicators to CSV using the UTF8-BOM format](/cortex-xsoar-8-on-prem/8.11/investigate-and-respond-to-threats/threat-intel-management/export-indicators.md).                                                                                                                                                                                                                                                                |
| Export STIX              | Export the selected indicators to a STIX file.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| Upload a STIX file       | To upload a STIX file, click the upload button (top right of the page) and add the indicators from the file.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |

{% hint style="info" %}

### Note

By default, when editing a list or text values in an incident/indicator, the changes are not saved until you confirm your changes (clicking the checkmark icon in the value field). These icons are designed to give you additional security when updating fields in incidents, indicators, and Threat Intel Reports.

You can change this default behavior by updating the server configuration. You need administrator permission to update server configurations. For more information, see [Configure inline value fields](/cortex-xsoar-8-on-prem/8.11/configure-cortex-xsoar/incident-configuration/configure-inline-value-fields.md).
{% endhint %}

#### Threat Intel Reports

Threat Intel Reports summarize and share threat intelligence research conducted within your organization by threat analysts and threat hunters. Threat Intel Reports help you communicate the current threat landscape to internal and external stakeholders, whether in the form of high-level summary reports for C-level executives, or detailed, tactical reports for the SOC and other security stakeholders. For more information, see [Manage Threat Intel Reports](/cortex-xsoar-8-on-prem/8.11/investigate-and-respond-to-threats/threat-intel-management/manage-threat-intel-reports.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://cortex-docs.paloaltonetworks.com/cortex-xsoar-8-on-prem/8.11/investigate-and-respond-to-threats/threat-intel-management/indicator-management.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.
