> 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-xpanse/incidents-and-alerts/alerts/alert-fields.md).

# Alert Fields

The **Alerts** page in Expander displays a table of all alerts in Cortex Xpanse.

The following table describes both the default fields and additional optional fields that you can add to the alerts table using the column manager.

<table data-header-hidden><thead><tr><th width="260"></th><th></th></tr></thead><tbody><tr><td>Field</td><td>Description</td></tr><tr><td>Alert ID</td><td>A unique identifier that Cortex Xpanse assigns to each alert.</td></tr><tr><td>Alert Name</td><td>Matches the service name, which is service type and the specific domain:port or IP:port pair for the service.</td></tr><tr><td>Alert Source</td><td>Indicates whether the underlying asset was discovered through an Xpanse scan or a cloud integration (Prisma Cloud, MS Azure, GCP, AWS).</td></tr><tr><td>Asset IDs</td><td>Unique identifier for the underlying asset.</td></tr><tr><td>Attack Surface Rule</td><td>The attack surface rule that triggered the creation of the alert.</td></tr><tr><td>Attack Surface Rule Category</td><td>An Xpanse categorization, typically based on input from customers or published materials such the the BOD-22-01 or BOD-23-02 from CISA.</td></tr><tr><td>Business Units</td><td>The business units assigned to the assets associated with the alert.</td></tr><tr><td>Cloud Providers</td><td>The cloud provider used to collect the cloud assets.</td></tr><tr><td>Country</td><td>Location of the service based on IP geolocation information.</td></tr><tr><td>Description</td><td>Text summary of the event including the alert source, alert name, severity, and file path.</td></tr><tr><td>Domain Names</td><td>The domain on which an alert was triggered.</td></tr><tr><td>Excluded</td><td>Whether the alert is excluded by an exclusion configuration.</td></tr><tr><td>External ID</td><td>Unique identifier for the alert.</td></tr><tr><td>Has Service</td><td>Indicates whether the alert is associated with a service and provides a link to the service information.</td></tr><tr><td>Incident Assigned Email</td><td>Email address of the user assigned to the related incident.</td></tr><tr><td>Incident Assigned User</td><td>User assigned to the related incident.</td></tr><tr><td>Incident ID</td><td>The ID of any incident that includes this alert.</td></tr><tr><td>Incident Resolved Timestamp</td><td>Timestamp of when the related incident was resolved.</td></tr><tr><td>Incident Status</td><td>Status of the related incident.</td></tr><tr><td>IPv4 Addresses</td><td>List of the IPv4 addresses associated with this asset.</td></tr><tr><td>IPv6 Addresses</td><td>List of the IPv6 addresses associated with this asset.</td></tr><tr><td>Last Observed</td><td>Timestamp of when Xpanse last observed this alert.</td></tr><tr><td>MITRE ATT&#x26;CK Tactic</td><td>Displays MITRE ATT&#x26;CK tactics associated with the alert.</td></tr><tr><td>MITRE ATT&#x26;CK Technique</td><td>Displays the MITRE ATT&#x26;CK technique and sub-technique with the alert.</td></tr><tr><td>Playbook Run Status</td><td>Status of the Active Response playbook running on this alert.</td></tr><tr><td>Port Number</td><td>Number of the port that the service is running on.</td></tr><tr><td>Port Protocol</td><td>The protocol detected on the service.</td></tr><tr><td>Prisma Cloud Management Status</td><td><p>Indicates the origin of the data. Applies only to tenants with a Prisma Cloud integration.</p><ul><li><strong>Unmanaged Cloud</strong>: Cloud assets discovered by Xpanse that are not present or supported in your Prisma Cloud inventory.</li><li><strong>Managed Cloud</strong>: Cloud assets discovered by Xpanse that are present in your Prisma Cloud inventory.</li><li><strong>Not Applicable</strong>: The service for this alert is derived from on-prem assets.</li></ul></td></tr><tr><td>Resolution Status</td><td><p>The status that was assigned to this alert when it was triggered or last modified. See <a href="/pages/yz1opSxqA1MAdKZRuoAa">Alert Status</a> for descriptions of each status.</p><p>Right-click an alert to <strong>Change Status</strong>.</p></td></tr><tr><td>Service IDs</td><td>Unique ID associated with the service.</td></tr><tr><td>Severity</td><td>The severity that was assigned to this alert when it was triggered or modified: Low, Medium, High, or Critical. Right-click an alert to <strong>Change Severity</strong>.</td></tr><tr><td>Starred</td><td>Whether the alert is starred by starring configuration.</td></tr><tr><td>Tags</td><td>The asset tags associated with the alert.</td></tr><tr><td>Timestamp</td><td><p>The date and time when the alert was triggered.</p><p>Right-click to <strong>Show rows 30 days prior</strong> or <strong>30 days after</strong> the selected timestamp field value.</p></td></tr><tr><td>Website IDs</td><td>Unique ID associated with the website.</td></tr></tbody></table>


---

# 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-xpanse/incidents-and-alerts/alerts/alert-fields.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.
