> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/data-security-documentation/data-security/supported-assets-in-cortex-data-security.md).

# Supported assets in Cortex Data Security

Cortex Data Security helps you discover, classify, protect, and govern your data across multi-cloud environments. With Cortex Data Security, you can reduce data misuse, achieve compliance, and prevent ransomware attacks and data breaches.

Cortex Data Security offers data classification for the following assets and services:

**AWS**

* **Storage:** Amazon Simple Storage Service (S3), Amazon EBS volumes
* **Databases:** Amazon Aurora (provisioned), RDS (MySQL, MariaDB Server, PostgreSQL, Amazon RDS instance and cluster snapshots), Amazon DynamoDB, Amazon Redshift
* **Self-Managed Databases:**
  * MongoDB
  * MySQL
  * SQL Server
  * PostgreSQL
  * MariaDB Server

**Azure**

* **Storage:** Azure Blob Storage, Azure Managed Disks
* **Databases:** Azure SQL, Azure Cosmos DB, Azure SQL Managed Instance
* **Self-Managed Databases (outpost scan only):**
  * MongoDB
  * MySQL
  * SQL Server
  * PostgreSQL
  * MariaDB

{% hint style="info" icon="note-sticky" %}
**Note:** CMK (customer-managed key) in SQL Server is only supported in outpost mode.
{% endhint %}

**GCP**

* **Storage:** Cloud Storage, Persistent Disks
* **Databases:** Cloud SQL (MySQL, PostgreSQL, SQL Server), Bigtable
* **Analytics:** BigQuery
* **Self-Managed Databases:**
  * MongoDB
  * MySQL
  * SQL Server
  * PostgreSQL
  * MariaDB

**OCI (Oracle Cloud Infrastructure)**

* **Storage:** OCI Object Storage

**Databricks**

* Account
* Workspace
* Metastore
* Catalog (Database)

**Snowflake**

* Account
* Stage
* Database

**MongoDB Atlas**

* Organization
* Project
* Cluster
* Databse

**Microsoft Office 365**

* Microsoft Document Library
* Microsoft OneDrive
* Microsoft SharePoint Site

**Google Workspace**

* Google Personal Drive
* Google Shared Drive

**Microsoft Teams**

* Microsoft Teams Personal Workspace
* Microsoft Teams Workspace

**Anthropic Claude**

* Claude Personal Workspace
* Claude Project

**Salesforce**

* Salesforce User Storage
* Knowledge Base
* Chatter Messages

**On-Premises**

* **Databases**
  * MySQL
  * PostgreSQL
* **File Shares**
  * SMB
  * NFS

{% hint style="info" icon="note-sticky" %}
**Note:** The list above refers to only data classification; however, Cortex Data Security discovers and monitors all cloud assets and services for usage and misconfigurations.
{% endhint %}

{% hint style="info" icon="note-sticky" %}
**Note:** For information about configuring data classification asset types, see [How to configure the scanning settings for supported services](/data-security-documentation/onboard-and-configure/post-onboarding/how-to-configure-the-scanning-settings-for-supported-services.md).
{% endhint %}

To view and work with the data assets discovered in your environment, see [Data Inventory](/data-security-documentation/inventory-and-monitoring/asset-management/data-inventory.md).


---

# 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://cortex-docs.paloaltonetworks.com/data-security-documentation/data-security/supported-assets-in-cortex-data-security.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.
