Skip to content

InspiraEnterprise/CortexXDR-DataConnector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CortexXDR-Data-Connector

Enhancing the security posture of your organization requires comprehensive visibility into your endpoint activities. Cortex XDR provides powerful threat detection and response capabilities, and integrating its logs with Azure Log Analytics can streamline your security operations. In this guide, we'll walk you through the process of creating a custom data connector using an Azure Function to fetch logs from Cortex XDR's API and store them in a custom table within your Log Analytics workspace.

Prerequisites:

Before diving into the implementation, ensure you have the following in place:

  1. Active Cortex XDR account with API url, access key ID and secret key.
  2. Azure subscription with Log Analytics workspace provisioned.

Installation / Setup Guide

  1. Click "Deploy To Azure"

    Deploy to Azure

  2. Select the preferred Subscription, Resource Group and Location

  3. Click on Review and deploy

  4. Once the deployment succeeded, goto Configuration and provide below details:
    a. WORKSPACE_ID = Azure Sentinel Workspace Id
    b. SHARED_KEY = Azure Sentinel Shared Key
    c. API_URL = Cortex XDR API Url
    d. USER = Cortex XDR Access Key ID
    e. PASSWORD = Cortex XDR Secret Key

    Note: Replace with the orginal value.

  5. Click on save.

  6. You can see one custom table name "PaloAltoSentinel_CL" in your Log Analytics Workspace.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages