> 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/inventory/asset-attribution.md).

# Asset Attribution

Cortex Xpanse provides attribution information about each asset in your asset inventory, so you know at-a-glance why Expander believes an asset belongs to your organization. Xpanse provides the following attribution data for each asset:

* [Asset Attribution Evidence](#UUID-33e7da43-25e1-53ff-fa72-2a299e05d6f1_UUID-848052db-5994-251d-7a3e-8cf6610bd1c9)
* [Attribution Confidence Labels](#UUID-33e7da43-25e1-53ff-fa72-2a299e05d6f1_UUID-c6840b49-917b-2adc-ca2b-023765114784)
* [Attribution-Related Tags](#UUID-33e7da43-25e1-53ff-fa72-2a299e05d6f1_UUID-7cf4a652-6a54-362a-7972-86bbba7f7512)

Note that asset attribution information is not available for services or websites.

## Asset Attribution Evidence

The **Asset Attribution Evidence** section appears on the asset details panel and on the **Assets** tab in an incident. This section provides two key pieces of information:

* Origin Information—Explains whether an asset was discovered by Cortex Xpanse or provided by your organization and when the asset was last seen.
* Attribution Evidence—Explains why the asset was attributed to your organization. Provides the seed term that Cortex Xpanse used to attribute the asset to your organization and the specific piece of scan data that Cortex Xpanse matched to the seed term.

  A seed term is a text string that our research team generated and associated with your organization. For example, seed terms for Cortex Xpanse might include: Xpanse, Cortex, Cortex Xpanse, Palo Alto Networks, PANW, PAN, etc. We use machine learning models as well as manual research to match the seed terms with our scan data to attribute assets to your organization.

![asset-attribution-evidence.png](/files/5T753rikeIQVsLwLXcch)

Depending on the asset type and scan data, most assets will have one or more pieces of attribution evidence. Assets that don't have attribution evidence do not have a seed term match. The following are reasons we may not have a seed term match:

* The domain or IP range is provided by the customer and cannot be externally validated using public data.
* The domain registration information is redacted, blank, or private. We attribute these through manual routing.
* The domain is attributed by an associated website (e.g. example.com is attributed to Example Corp because the website at [www.example.com](http://www.example.com) shows clear evidence of belonging to Example Corp).
* The domain is attributed based on a DNS record.

If you have questions about a specific asset, reach out to Customer Success.

## Attribution Confidence Labels

Confidence labels allow you to quickly see how confident Expander is that an asset belongs to your organization. The following table lists the attribution criteria Expander uses to assign confidence labels. If an asset has multiple methods of attribution, Expander applies the confidence label based on the highest confidence method.

| Confidence Label                                         | Attribution Criteria                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| -------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| ![very-high-confidence.png](/files/F3BpHGp0YQTVaf7plymU) | <p><strong>Very High Confidence</strong> applies to following the assets:</p><ul><li>IP Ranges attributed to you because they are registered to your organization and because they host your content (such as your certificates or domains). Content-attributed IP Ranges are tagged with the <strong>Has Your Content</strong> tag.</li></ul>                                                                                                                                                                                                                                                                                                                                                                |
| ![high-confidence.png](/files/HKQ5Eo781aQwLPBeVXeS)      | <p><strong>High Confidence</strong> applies to the following assets:</p><ul><li>Any asset that was provided by you, rather than discovered by Expander. These assets have the <strong>Provided Domain</strong> asset tag (AT) and the <strong>Provided Range</strong> IP range tag (IPR).</li><li>Certificates</li><li>Domains</li></ul>                                                                                                                                                                                                                                                                                                                                                                      |
| ![medium-confidence.png](/files/BmEN3VaMjYTfgBj3LvKA)    | <p><strong>Medium Confidence</strong> applies to the following assets:</p><ul><li>IP Ranges attributed to your organization by registration only. These ranges typically do not host certificates or domains that look like you, and are more likely to be instances of stale registration. These IP Ranges are tagged with the <strong>Registered to You</strong> tag.</li><li><p>Assets from cloud compute instance integrations</p><ul><li>XCloud (AWS, Azure, GCP)</li><li>Prisma Cloud</li></ul><p>Cloud compute assets can have dynamically assigned IP addresses, so the IP address that was recorded when the asset was last updated may no longer be associated with your organization</p></li></ul> |

Confidence labels appear on the asset details panel and the Assets tab in an incident.

## Attribution-Related Tags

Cortex Xpanse uses the Attribution Reason tags listed below to indicate whether an asset as discovered by Xpanse or provided by you and why it was attributed to you. These tags enable you to use attribution criteria to filter assets and incidents and to provide scope-based access control. Expander applies the relevant attribution-related tags to assets automatically. Attribution Reason tags are not editable.

Attribution Reason tags include the following:

* **Has Your Content**
* **Registered to You**
* **Discovered**
* **Provided**

{% hint style="info" %}

### Note

You might see duplicate Discovered and Provided tags on your assets—the newly assigned Attribution Reason tags and older Asset and IP Range tags. The older tags will not be removed.
{% endhint %}

All tags are displayed in the **Tags** column of the **Asset Inventory** pages and on the details panel.


---

# 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/inventory/asset-attribution.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.
