> 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-xsiam/detect-investigate-and-respond-to-threats/threat-management/extended-threat-intelligence/threat-intel-dashboard.md).

# Threat Intel Dashboard

The **Threat Intel Dashboard** visualizes threat intelligence data, such as threat objects and indicators, within your environment to help you understand data distribution and identify trends.

You can use the dashboard as provided or clone and modify it to suit your needs.

<figure><img src="/files/xvCiBsKOAXh937PhlEOc" alt="This screenshot from Cortex UI shows the Threat Intel Dashboard." height="423" width="624"><figcaption></figcaption></figure>

## Accessing the dashboard

To access the dashboard, go to **Threat Management → Threat Intelligence → Dashboard**.

Alternatively, you can access it from **Dashboards & Reports → Dashboard**. From the dashboard header, a menu lists all available predefined and custom dashboards. Find the **Threat Intel Dashboard** dashboard on that list and select it.

If you position the cursor over a specific dashboard widget, you can access the related XQL query by selecting the XQL link in the top-right corner of the widget:

<figure><img src="/files/H4YayWjfJfbfzpn4sATy" alt="This screenshot from Cortex UI shows how to view the XQL source behind a widget in the Threat Intel Dashboard." height="240" width="446"><figcaption></figcaption></figure>

## Dashboard content

The Threat Intelligence Dashboard serves as a comprehensive overview of Unit 42 threat intelligence data, helping you understand data distribution and identify trends.

The dashboard starts with a high-level overview of ingestion health and data distribution to ensure all streams from Unit 42 remain active.

As you move down, the data becomes increasingly granular. The second row breaks down top threat actors and malware families by specific IOC counts, while the third row expands the scope to provide a holistic view of indicators across the entire environment.

These categories are separated because file-based data typically arrives in much larger volumes than network traffic data, and each represents a distinct technical domain—one focused on file processes and the other on network communication.

**Related links**

For general information about dashboards, see [Monitor dashboards and reports](/cortex-xsiam/detect-investigate-and-respond-to-threats/monitor-dashboards-and-reports.md).

<br>


---

# 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-xsiam/detect-investigate-and-respond-to-threats/threat-management/extended-threat-intelligence/threat-intel-dashboard.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.
