How to perform advanced Data Security investigations using XQL - How to work with datasets in Cortex Cloud Data Security. - Administrator Guide - Cortex XSIAM - Cortex - Security Operations

Cortex XSIAM 3.x Documentation

Product
Cortex XSIAM
Creation date
2025-07-15
Last date published
2026-06-11
Category
Administrator Guide
Abstract

How to work with datasets in Cortex Cloud Data Security.

Notice

This feature is included with a Cortex XSIAM Premium license. It is also included with any other Cortex XSIAM license that has the Cloud Posture Security or Cloud Runtime Security add-on.

Overview

Cortex Cloud Data Security centralizes data-related information into a list of datasets, providing the foundation for comprehensive security investigations. Using Cortex Query Language (XQL) , you can create custom queries to extract valuable insights from these data sources within your system. For more information, see Get started with XQL.

You can use the following data-related datasets:

Dataset

Description

dspm_asset_metadata

Contains high-level information about all data assets, including details such as their creation and modification dates, cloud service, and any tags.

dspm_asset_table_inventory

Provides an inventory of tables and their associated fields, which is useful for analyzing data at a more granular level.

dspm_asset_data_patterns

Tracks specific patterns of sensitive data, such as SSN or credit card numbers, found within your assets.

dspm_asset_data_profiles

Provides a summary of the data's content, including counts of sensitive fields and the percentage of sensitive data found.

data_ingestion_health

Monitors the health of data ingestion pipelines, logging failures or issues that could lead to incomplete security monitoring.

findings

Contains findings associated with assets discovered within your environments. For more information, see Findings and events.

issues

Contains issues generated on assets within your environments. For more information, see Issues.

Investigate Cortex Cloud Data Security

To run queries on your Cortex Cloud Data Security datasets:

  1. In Cortex XSIAM, in the navigation pane on the left, click Investigation & Response, then under Search, click Query Builder.

  2. Click XQL.

  3. You can start typing your query in the box at the top of the screen, or search for existing queries on the Query Library tab.

  4. Click Run. The query results appear on the Query Results tab.

Note

For more information, see Build XQL queries.Build XQL queries

Examples