> For the complete documentation index, see [llms.txt](https://docs.prismacloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.prismacloud.io/content-collections/search-and-investigate/vulnerability-queries/vulnerability-query-attributes.md).

# Vulnerability Query Attributes

Learn about Asset query attributes on **Investigate** page.

Review your options when using `vulnerability where`. Each attribute allows you to narrow your search criteria. As you use these attributes, the auto-suggestion feature shows the available expressions and the operators that are applicable for each attribute.

* `age`

  Use the `age` attribute to search for vulnerabilities in a date range that you select.
* `asset.lifecycle`

  Use the `asset.lifecycle` attribute to view the vulnerable assets across your application lifecycle.
* `asset.type`

  Use the `asset.type` attribute to search for vulnerabilities in specific or all asset types. The asset types include: 'Container Registry Image', 'Deployed Image', 'Host', 'Iac', 'Package', 'Serverless Function', and 'Vm Image'.
* `cve.id`

  Use the `cve.id` attribute to search and show all the assets across your lifecycle impacted by this CVE ID.
* `cvss.score`

  The `cvss.score` attribute queries all the vulnerabilities with a CVSS score that you select.
* `package.name`

  Use the `package.name` attribute to query all vulnerabilities with the package name that you select.
* `prioritized`

  The `package.prioritized` attribute filters the query based on vulnerabilities that are prioritized and the ones that are not.
* `risk.factors`

  Use the `risk.factors` attribute to search and query the vulnerabilities based on the risk factors that you select.
* `severity`

  The `severity` attribute queries the vulnerabilities with the severity levels (Critical, High, Informational, Low, Medium) that you select.
* `source`

  Use the `source` to query the vulnerabilities sourced from CAS and Compute.
* `version`

  The `version` attribute queries for vulnerabilities in all the impacted distros that you select.


---

# 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://docs.prismacloud.io/content-collections/search-and-investigate/vulnerability-queries/vulnerability-query-attributes.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.
