Prisma Cloud Compute by Palo Alto Networks (v1.7.34)

Use the Prisma Cloud Compute integration to fetch incidents from your Prisma Cloud Compute environment.

Author
Cortex XSOAR
Support
xsoar
URL
https://www.paloaltonetworks.com/cortex
Categories
Cloud Security

Automation Rules (2)

Incident fields (44)

Integrations (1)

Layout rules (2)

Layouts (10)

Modeling rules (1)

Parsing rules (1)

Playbooks (1)

Scripts (14)

README

Prisma Cloud Compute

This pack includes Cortex XSIAM content.

<~XSIAM>

Overview

This integration lets you import Palo Alto Networks - Prisma Cloud Compute alerts into Cortex XSIAM.

Use Cases

Manage Prisma Cloud Compute alerts in Cortex XSIAM.
You can create new playbooks, or extend the default ones, to analyze alerts, assign tasks based on your analysis, and open tickets on other platforms.

Configure Prisma Cloud Compute

Configure Prisma Cloud Compute to send alerts to Cortex XSIAM by creating an alert profile.

  1. Log in to your Prisma Cloud Compute console. On new Prisma Cloud versions, go to Runtime Security.
  2. Navigate to Manage > Alerts.
  3. Create a new alert profile by clicking Add Profile.
  4. Provide a name, select Cortex from the provider list, and select XSOAR under Application.
  5. Select the alert triggers. Alert triggers specify which alerts are sent to Cortex XSIAM.
  6. Click Save to save the alert profile.

Configure Cortex XSIAM

  1. Navigate to Settings > Integrations > Instances.
  2. Search for Prisma Cloud Compute.
  3. Click Add instance to create and configure a new integration.
    • Name: Name for the integration.
    • Fetches incidents: Configures this integration instance to fetch alerts from Prisma Cloud Compute.
    • Prisma Cloud Compute Console URL: URL address of your Prisma Cloud Compute console. Copy the address from the alert profile created in Prisma Cloud Compute, or under Runtime Security copy the address from System > Utilities > Path to Console.
    • Prisma Cloud Compute Project Name (if applies): If using projects in Prisma Cloud Compute, enter the project name here. Copy the project name from the alert profile created in Prisma Cloud Compute.
    • Trust any certificate (not secure): Skips verification of the CA certificate (not recommended).
    • Use system proxy settings: Uses the system’s proxy settings.
    • Credentials: Prisma Cloud Compute login credentials.
    • Prisma Cloud Compute CA Certificate: CA Certificate used by Prisma Cloud Compute. Copy the certificate from the alert profile created in Prisma Cloud Compute.
  4. Click Test to validate the integration.
  5. Click Done to save the integration.

Using the integration and scripts

The integration ships with four default playbooks:

Two of the above playbooks - Cloud Discovery Alert and Vulnerability Alert, contain a single script. The script in each playbook encodes the raw JSON alerts into Cortex XSIAM objects that can then be used in the playbooks. The scripts are:

To better understand how playbooks and scripts interoperate, consider the Prisma Cloud Compute - Vulnerability Alert playbook.

image

image

At this point, you can add tasks that extend the playbook to check and respond to alerts depending on the properties of the Cortex XSOAR object.

Audit Alert v3 playbook

This is a default playbook for parsing and enrichment of Prisma Cloud Compute audit alerts.

The playbook has the following sections:

Enrichment:

Remediation:

Currently, the playbook supports incidents created by Runtime and WAAS triggers.

Compliance Alert v2

This is a default playbook for parsing and enrichment of Prisma Cloud Compute compliance alerts.

It will handle hosts, images and container compliance alerts.
Each sub playbook in this playbook is dedicated to a specific resource type: host, container or image, and will loop through all of the retrieved Compliance Issue IDs in order to retrieve enriched information about each of the resources.
The enriched information will be displayed in the layout under dedicated tabs and includes resources information like hostnames, container ID, image ID, cloud provider info, enriched compliance issue details and more.

In addition, the playbook can create and update external ticketing systems for each compliance issue automatically with the relevant enriched information. In order to do so, fill the relevant playbook inputs

Troubleshooting

If any alerts are missing in Cortex XSIAM, do the following.

image

Troubleshooting: Mismatch Between Prisma Cloud Alerts and Cortex XSIAM Issues

Prisma Cloud Compute aggregates alerts occurring within a specific time window into a single alert before sending them to Cortex XSIAM. This may result in fewer issues created compared to the total number of alerts in the Prisma Cloud Compute console. Your alerts are not lost — they are stored inside each issue in the aggregatedAlerts field and can be viewed with this XQL query:

dataset = prisma_cloud_compute_raw
| fields aggregatedAlerts

To receive each alert as a separate issue, reduce the aggregation window in your Prisma Cloud alert profile:

  1. Open a case with Prisma Cloud Support and request enabling SAAS_ADDITIONAL_ALERT_AGGREGATION_OPTIONS_ENABLED = true on your tenant. This unlocks the 1-second aggregation option (the default minimum is 10 minutes).
  2. In the Prisma Cloud Console, go to Manage → Alerts → [Alert Profile] → Aggregation Period and set it to 1 second.
  3. Click Save. Each alert will now be forwarded individually to Cortex XSIAM.

Note: Reducing the aggregation period increases the volume of alerts ingested into Cortex XSIAM.
</~XSIAM>

<~XSOAR>

Overview

This integration lets you import Palo Alto Networks - Prisma Cloud Compute alerts into Cortex XSOAR.

Use Cases

Manage Prisma Cloud Compute alerts in Cortex XSOAR.
You can create new playbooks, or extend the default ones, to analyze alerts, assign tasks based on your analysis, and open tickets on other platforms.

Configure Prisma Cloud Compute

Configure Prisma Cloud Compute to send alerts to Cortex XSOAR by creating an alert profile.

  1. Log in to your Prisma Cloud Compute console. On new Prisma Cloud versions, go to Runtime Security.
  2. Navigate to Manage > Alerts.
  3. Create a new alert profile by clicking Add Profile.
  4. Provide a name, select Cortex from the provider list, and select XSOAR under Application.
  5. Select the alert triggers. Alert triggers specify which alerts are sent to Cortex XSOAR.
  6. Click Save to save the alert profile.

Configure Cortex XSOAR

  1. Navigate to Settings > Integrations > Instances.
  2. Search for Prisma Cloud Compute.
  3. Click Add instance to create and configure a new integration.
    • Name: Name for the integration.
    • Fetches incidents: Configures this integration instance to fetch alerts from Prisma Cloud Compute.
    • Prisma Cloud Compute Console URL: URL address of your Prisma Cloud Compute console. Copy the address from the alert profile created in Prisma Cloud Compute, or under Runtime Security copy the address from System > Utilities > Path to Console.
    • Prisma Cloud Compute Project Name (if applies): If using projects in Prisma Cloud Compute, enter the project name here. Copy the project name from the alert profile created in Prisma Cloud Compute.
    • Trust any certificate (not secure): Skips verification of the CA certificate (not recommended).
    • Use system proxy settings: Uses the system’s proxy settings.
    • Credentials: Prisma Cloud Compute login credentials.
    • Prisma Cloud Compute CA Certificate: CA Certificate used by Prisma Cloud Compute. Copy the certificate from the alert profile created in Prisma Cloud Compute.
  4. Click Test to validate the integration.
  5. Click Done to save the integration.

Using the integration and scripts

The integration ships with four default playbooks:

Two of the above playbooks - Cloud Discovery Alert and Vulnerability Alert, contain a single script. The script in each playbook encodes the raw JSON alerts into Cortex XSOAR objects that can then be used in the playbooks. The scripts are:

To better understand how playbooks and scripts interoperate, consider the Prisma Cloud Compute - Vulnerability Alert playbook.

image

image

At this point, you can add tasks that extend the playbook to check and respond to alerts depending on the properties of the Cortex XSOAR object.

Audit Alert v3 playbook

This is a default playbook for parsing and enrichment of Prisma Cloud Compute audit alerts.

The playbook has the following sections:

Enrichment:

Remediation:

Currently, the playbook supports incidents created by Runtime and WAAS triggers.

Compliance Alert v2

This is a default playbook for parsing and enrichment of Prisma Cloud Compute compliance alerts.
It will handle hosts, images and container compliance alerts.
Each sub playbook in this playbook is dedicated to a specific resource type: host, container or image, and will loop through all of the retrieved Compliance Issue IDs in order to retrieve enriched information about each of the resources.
The enriched information will be displayed in the layout under dedicated tabs and includes resources information like hostnames, container ID, image ID, cloud provider info, enriched compliance issue details and more.

In addition, the playbook can create and update external ticketing systems for each compliance issue automatically with the relevant enriched information. In order to do so, fill the relevant playbook inputs

Troubleshooting

If any alerts are missing in Cortex XSOAR, check the status of the integration:

image

Troubleshooting: Mismatch Between Prisma Cloud Alerts and Cortex XSOAR Incidents

Prisma Cloud Compute aggregates alerts occurring within a specific time window into a single alert before sending them to Cortex XSOAR. This may result in fewer incidents created compared to the total number of alerts in the Prisma Cloud Compute console. Your alerts are not lost — they are stored inside each incident in the aggregatedAlerts field.

To receive each alert as a separate incident, reduce the aggregation window in your Prisma Cloud alert profile:

  1. Open a case with Prisma Cloud Support and request enabling SAAS_ADDITIONAL_ALERT_AGGREGATION_OPTIONS_ENABLED = true on your tenant. This unlocks the 1-second aggregation option (the default minimum is 10 minutes).
  2. In the Prisma Cloud Console, go to Manage → Alerts → [Alert Profile] → Aggregation Period and set it to 1 second.
  3. Click Save. Each alert will now be forwarded individually to Cortex XSOAR.

Note: Reducing the aggregation period increases the volume of alerts ingested into Cortex XSOAR.
</~XSOAR>