> 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-xdr-3.x/cortex-xdr-3.x-documentation/investigate-and-respond-to-incidents/investigate-alerts/alert-investigation-views/analytics-alert-view.md).

# Analytics alert view

{% hint style="info" %}

### Notice

Requires a Cortex XDR Pro license.
{% endhint %}

The analytics alert view provides a detailed summary of the behavior that triggered an Analytics or Analytics BIOC alert. This view also provides a visual depiction of the behavior and additional information you can use to assess the alert. This includes the endpoint on which the activity was initiated, the user that performed the action, the technique the analytics engine observed, and activity and interactions with other hosts inside or outside of your network.

When enabling Identity Analytics, alerts associated with suspicious user activity such as stolen or misused credentials, lateral movement, credential harvesting, or brute-force data are displayed with a **User** node.

<details>

<summary>Context</summary>

For Analytics alerts, the analytics view indicates the endpoint for which the alert was raised.

For Analytics BIOC alerts, the Analytics view summarizes information about the alert, including the source host name, IP address, the process name on which the alert was raised, and the corresponding process ID.

</details>

<details>

<summary>Alert summary</summary>

(Analytics alerts only) Describes the behavior that triggered the alert and activity impact.

</details>

<details>

<summary>Graphic summary</summary>

Similar to the Causality View, the analytics view provides a graphic representation of the activity that triggered the alert and an interactive way to view the chain of behavior for an Analytics alert. You can move the graphic, extend it, and modify it. To adjust the appearance, you can enlarge/shrink the chain for easy viewing using the size controls on the right. You can also move the chain around by selecting and dragging it. To return the chain to its original position and size, click ![causality-view-reset-icon.png](/files/05qBcBjuokF4fncecOep) in the lower-right of the graph.

Right-click on a node to view additional information.

The activity depicted in the graphic varies depending on the type of alert:

* **Analytics alerts:** You can view a summary of the aggregated activity including the source host, the anomalous activity, connection count, and the destination host. You can also select the host to view any relevant profile information.
* **Analytics BIOC alerts:** You can view the specific event behavior including the causality group owner that initiated the activity and related process nodes. To view the summary of the specific event, you can select the ![analytics-bioc.png](/files/eVX8QrYsr6qXQbbNsJxn) above the process node.

The following nodes display information unique to the analytics alert view:

* ![identity-analytics-user-node.png](/files/xtfn0Eli9rOEcI1Jl7aJ) **User node:** Hover over to display the **User Information** and user **Analytics Profile** data.
* ![multi-event-node.png](/files/naL2U7r0vzfp97WB6m1C) **Multi-Event:** Displays all the event types associated with the alert in the in the All Events table.

</details>

<details>

<summary>Alert description</summary>

The alert description provides details and statistics related to the activity. Beneath the description, you can also view the alert name, severity assigned to the alert, time of the activity, alert tactic (category) and type, and links to the MITRE summary of the attack tactic.

When selecting a User node, **Identity User Details**, such as Active Directory Group, Organizational Unit, and Role associated with the user are displayed. If available, **Login Details** also appear.

</details>

<details>

<summary>All Events table</summary>

Displays events related to the alert.

**User node:** Displays the logins, hosts, alerts, and process executions associated with the user aggregated by the Identity Analytics 7 days prior to and after the analytics alert timestamp. Right-click to **Investigate Causality Chain** and **View in XQL** the associated events.

**Multi-Event:** Displays the events associated with the alert according to the type of event type. Right-click to **View in XQL** and further **Investigate with XQL** the event details.

</details>

<details>

<summary>Actions</summary>

Actions you can take in response to an Analytics alert. These actions can include isolating a host from the network, initiating a live terminal session, and adding an IP address or domain name to an external dynamic list (EDL) that is enforceable in your Palo Alto Networks firewall security policy.

</details>


---

# 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-xdr-3.x/cortex-xdr-3.x-documentation/investigate-and-respond-to-incidents/investigate-alerts/alert-investigation-views/analytics-alert-view.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.
