> 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/administration/configure-external-integrations-on-prisma-cloud/integrate-prisma-cloud-with-tenable.md).

# Integrate Prisma Cloud with Tenable

Learn how to integrate Prisma® Cloud with Tenable.

Prisma® Cloud ingests vulnerability data from Tenable to provide you with additional context about risks in the cloud. With this integration, you can identify suspicious traffic to sensitive workloads such as databases with known vulnerabilities.

AWS, Azure, and GCP clouds support the Prisma Cloud integration with Tenable.

1. Tenable.io provides API access to assets and their vulnerability information. Configure the Tenable account to use the Tenable AWS, Azure, and GCP connectors. You cannot identify the cloud resource without these connectors.

   The Tenable API requires an access key and a secret key to be added to the request header. Generate an access key and secret key for each user on the Tenable.io app. (See [Tenable documentation](https://developer.tenable.com/docs/authorization) for information.) Also, ensure that the Tenable role you are using to enable this integration has administrator permissions that include `vulns-request-export` and `assets-request-export` API access.
2. Set up Tenable integration on Prisma Cloud.
   1. Login to Prisma Cloud.
   2. Select **Settings > Integrations & Notifications > Integrations**.
   3. Select **Add Integration > Tenable** from the list.
   4. Enter an **Integration Name** and an optional **Description**.
   5. Enter the **Access Key** and the **Secret Key** that are generated in Tenable.io.

      See [Tenable documentation](https://developer.tenable.com/docs/authorization) for information.

      <figure><img src="/files/SGK01ATeJyvt2G1bgXl1" alt="tenable int 1"><figcaption></figcaption></figure>
   6. Click **Next**, review the **Summary**, and then **Test Integration**.

      <figure><img src="/files/gy7FSWr3Mvt6wrvEuSuh" alt="tenable int 2"><figcaption></figcaption></figure>
   7. **Save Integration** after the testing is successful.
3. View vulnerabilities detected by Tenable in Prisma Cloud.

   After Prisma Cloud has access to the Tenable findings, you can use the following RQL queries for visibility into the host vulnerability information collected from Tenable.

   1. Navigate to **Investigate > Search** page.
   2. **Config Query**

      ```
      config from cloud.resource where finding.type = 'Host Vulnerability' AND finding.source = 'Tenable' AND finding.severity = 'high'
      ```

      <figure><img src="/files/bpBS9nqFGVIb915UMHg6" alt="tenable hostfinding config query"><figcaption></figcaption></figure>

      1. Select a resource to get information about vulnerabilities. Select **Audit Trail** to view the CVE numbers.

         <figure><img src="/files/B0IFaopMXseDgM3SUCuO" alt="tenable audit trail"><figcaption></figcaption></figure>
      2. Select **Vulnerabilities** to view the information related to vulnerabilities.

         <figure><img src="/files/mVJOYPJgEiWzeqsAAV2p" alt="tenable findings trail"><figcaption></figcaption></figure>
   3. **Network Query**

      ```
      network from vpc.flow_record where dest.resource IN ( resource where finding.type = 'Host Vulnerability' )
      ```

      1. Select a resource to get the information about host vulnerabilities.
      2. Navigate to **Alert Summary** and choose **Host Vulnerability** to see details.

         <figure><img src="/files/k1O4upupo99syUMH61c4" alt="tenable host findings view"><figcaption></figcaption></figure>


---

# 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/administration/configure-external-integrations-on-prisma-cloud/integrate-prisma-cloud-with-tenable.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.
