Palo Alto Prisma Cloud CSPM (using Azure Functions) connector for Microsoft Sentinel

The Palo Alto Prisma Cloud CSPM data connector provides the capability to ingest Prisma Cloud CSPM alerts and audit logs into Microsoft sentinel using the Prisma Cloud CSPM API. Refer to Prisma Cloud CSPM API documentation for more information.

Connector attributes

Connector attribute Description
Log Analytics table(s) PaloAltoPrismaCloudAlert_CL
PaloAltoPrismaCloudAudit_CL
Data collection rules support Not currently supported
Supported by Microsoft Corporation

Query samples

All Prisma Cloud alerts

PaloAltoPrismaCloudAlert_CL

| sort by TimeGenerated desc

All Prisma Cloud audit logs

PaloAltoPrismaCloudAudit_CL

| sort by TimeGenerated desc

Prerequisites

To integrate with Palo Alto Prisma Cloud CSPM (using Azure Functions) make sure you have:

Vendor installation instructions

Note

This connector uses Azure Functions to connect to the Palo Alto Prisma Cloud REST API to pull logs into Microsoft sentinel. This might result in additional data ingestion costs. Check the Azure Functions pricing page for details.

(Optional Step) Securely store workspace and API authorization key(s) or token(s) in Azure Key Vault. Azure Key Vault provides a secure mechanism to store and retrieve key values. Follow these instructions to use Azure Key Vault with an Azure Function App.

Note

This data connector depends on a parser based on a Kusto Function to work as expected PaloAltoPrismaCloud which is deployed with the Microsoft sentinel Solution.

STEP 1 - Configuration of the Prisma Cloud

Follow the documentation to create Prisma Cloud Access Key and obtain Prisma Cloud API Url

NOTE: Please use SYSTEM ADMIN role for giving access to Prisma Cloud API because only SYSTEM ADMIN role is allowed to View Prisma Cloud Audit Logs. Refer to Prisma Cloud Administrator Permissions (paloaltonetworks.com) for more details of administrator permissions.

STEP 2 - Choose ONE from the following two deployment options to deploy the connector and the associated Azure Function

IMPORTANT: Before deploying the Prisma Cloud data connector, have the Workspace ID and Workspace Primary Key (can be copied from the following), as well as Prisma Cloud API credentials, readily available.

Next steps

For more information, go to the related solution in the Azure Marketplace.