---
title: Crown Jewels
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > Datadog Security > Cloud Security > Crown Jewels
---

# Crown Jewels

{% callout %}
##### Join the Preview!

Crown Jewels is in Preview. Use this form to submit your request today.

[Request Access](https://www.datadoghq.com/product-preview/runtime-prioritization-engine/)
{% /callout %}

## Overview{% #overview %}

Crown Jewels is an inventory of your most critical cloud resources, automatically detected from the telemetry you already send to Datadog. The list is the starting point for prioritizing remediation work across Cloud Security: you can sort, filter and route vulnerabilities, misconfigurations, and identity risks that are linked to a crown jewel differently from the rest of your findings.

Most security teams have more findings than they can act on, but by knowing which resources matter most, you can start addressing the subset of findings that need attention first.

Datadog generates the initial list for you by analyzing existing telemetry, including APM, logs, and cloud storage. From there, you can curate the list to match what matters most in your environment.

## What gets detected{% #what-gets-detected %}

Crown Jewels evaluates three resource types:

| Resource Type | Data evaluated                                                       |
| ------------- | -------------------------------------------------------------------- |
| Services      | APM-instrumented services and inferred services                      |
| Databases     | Database instances observed through APM and Database Monitoring      |
| Buckets       | S3 buckets observed by Agentless Scanning and Sensitive Data Scanner |

Datadog adds a resource to the list when one or more detection signals indicate that the resource handles sensitive data, holds credentials, or sits at a structurally important position in your environment.

### Detection signals{% #detection-signals %}

Crown Jewels can only make detections based on the telemetry sources that are enabled for a given resource. Coverage scales with the depth of your Datadog instrumentation; the richer your instrumentation is, the greater the surface Datadog can evaluate, and thus the more accurate your automatically detected list can be.

If a telemetry source for a signal type is missing and Datadog can't populate related resources automatically, you can still add resources manually.

| Signal                        | Source                                      | Example                                                                               |
| ----------------------------- | ------------------------------------------- | ------------------------------------------------------------------------------------- |
| Secrets in APM spans          | Sensitive Data Scanner on APM               | A service with AWS access keys observed in span attributes                            |
| Sensitive fields in logs      | Sensitive Data Scanner on logs              | A service with credit card numbers, emails, or credentials detected in log events     |
| Sensitive column names        | Sensitive Data Scanner on APM               | A database with columns named `password`, `ssn`, `email`, etc.                        |
| Sensitive data at rest        | Agentless Scanning + Sensitive Data Scanner | An S3 bucket containing PII, credentials, or other sensitive content                  |
| Service dependency fan-in     | APM service map                             | A high fan-in service with a wide dependency has a major blast radius if compromised) |
| Sensitive Data in API traffic | App and API Protection                      | A service exposing endpoints with sensitive data like PII                             |

## Use the list to filter findings{% #use-the-list-to-filter-findings %}

Every finding on the Crown Jewels list is tagged with `@risk.is_crown_jewel:true`. The tag propagates to findings associated with that resource through Datadog's security data model. All of the following would be marked as crown jewel findings:

- A misconfiguration on a virtual machine attached to a crown jewel service
- A vulnerability in a container image used by a crown jewel service

This propagation lets you use `@risk.is_crown_jewel:true` as a filter or facet in:

- **Vulnerability Explorer** to focus remediation on findings tied to critical resources.
- **Misconfiguration Explorer** to scope hardening work to the assets that matter most.
- **Notifications** to route notifications differently for crown jewel assets.
- **Findings Automation** to define custom remediation patterns for findings related to crown jewels.

You can combine the filter with other criteria; for example, you can filter the Vulnerability Explorer to `severity:critical` AND `@risk.is_crown_jewel:true`.

## Review and edit the list{% #review-and-edit-the-list %}

To view your Crown Jewels, go to **Security** > **Settings** > **Cloud Security** > [**Crown Jewels**](https://app.datadoghq.com/security/configuration/crown-jewels). Datadog automatically populates the list with entries showing:

- The resource type and name.
- The detection signal that triggered inclusion.
- A summary of the underlying evidence.

Treat the automatically generated list as a draft that you can curate so it reflects what is actually critical to your business. You can:

- **Remove** entries that do not match your understanding of what is critical (for example, a service flagged because of a low-value URL string).
- **Add** resources Datadog did not auto-detect but that you know are critical to your business.

## Privacy and data handling{% #privacy-and-data-handling %}

Crown Jewels runs on telemetry you have already sent to Datadog. It does not move data outside of your Datadog account or send data to third parties. Detection runs in the same regional infrastructure as your other Cloud Security data.

## Further reading{% #further-reading %}

- [Cloud Security Misconfigurations](https://docs.datadoghq.com/security/cloud_security_management/misconfigurations.md)
- [Cloud Security Vulnerabilities](https://docs.datadoghq.com/security/cloud_security_management/vulnerabilities.md)
- [Sensitive Data Scanner](https://docs.datadoghq.com/security/sensitive_data_scanner.md)
