Skip to content

Commit 603e8b7

Browse files
authored
Merge pull request #4169 from DebLanger/US439422CAP
CAP Updates
2 parents 5d1af68 + 1c28694 commit 603e8b7

File tree

8 files changed

+107
-76
lines changed

8 files changed

+107
-76
lines changed

exposure-management/classify-critical-assets.md

Lines changed: 61 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -3,54 +3,78 @@ title: Review and classify critical assets in Microsoft Security Exposure Manage
33
description: Learn how to manage critical assets in Microsoft Security Exposure Management.
44
ms.author: dlanger
55
author: dlanger
6-
manager: rayne-wiselman
6+
manager: ornat-spodek
77
ms.topic: overview
88
ms.service: exposure-management
9-
ms.date: 11/04/2024
9+
ms.date: 06/09/2025
1010
---
1111

1212
# Review and classify critical assets
1313

14-
[Microsoft Security Exposure Management](microsoft-security-exposure-management.md) helps keep your business critical assets secure and available. This article describes how to work with critical assets.
14+
[Microsoft Security Exposure Management](microsoft-security-exposure-management.md) keeps your business-critical assets secure and available. Critical assets help the SOC team prioritize efforts to improve the organization's security posture. Focusing on critical assets ensures that the most important assets are protected against the risk of data breaches and operational disruptions. This article describes how to work with critical assets.
15+
16+
## Asset criticality
17+
18+
Asset criticality is a measure of the importance of an asset to your organization's operations and security posture. It reflects a combination of its cyber-role, production context, and system or subsystem.
19+
20+
:::image type="content" source="media/classify-critical-assets/asset-criticality.png" alt-text="Screenshot of a flowchart showing asset criticality.":::
21+
22+
Assets are categorized into four levels of criticality:
23+
24+
- **Very High** - Very high criticality assets are essential to the survival and continuity of your business. Their compromise could result in catastrophic consequences.
25+
- **High** - High criticality assets are crucial to your organization's core operations. Their compromise could lead to significant disruptions.
26+
- **Medium** - Medium criticality assets have a moderate impact and might affect certain functions or processes.
27+
- **Low** - Low criticality assets have minimal impact on your business operations and security if compromised.
28+
29+
:::image type="content" source="media/classify-critical-assets/criticality-levels.png" alt-text="Screenshot of criticality levels diagram.":::
30+
31+
Understanding and categorizing assets based on their criticality helps prioritize security efforts and ensures that the most important assets receive the highest level of protection.
32+
33+
Impact analysis and crown jewels analysis are essential methodologies for identifying and prioritizing critical assets. The National Institute of Standards and Technology (NIST) provides guidelines for criticality analysis, which can be found in [NIST IR 8179](https://nvlpubs.nist.gov/nistpubs/ir/2018/NIST.IR.8179.pdf).
34+
35+
The NIST Cybersecurity Framework (CSF) 800-53 also emphasizes guidance for asset management and criticality analysis, as outlined in ID.AM-05, which can be found at: [https://csf.tools/reference/nist-cybersecurity-framework/v2-0/id/id-am/id-am-05/](https://csf.tools/reference/nist-cybersecurity-framework/v2-0/id/id-am/id-am-05/).
1536

1637
## Prerequisites
1738

18-
- Before you start, learn about [critical asset management](critical-asset-management.md) in Security Exposure Management.
19-
- [Review required permissions](prerequisites.md#permissions) for working with the critical assets.
20-
- When classifying critical assets, we support devices running version 10.3740.XXXX of the Defender for Endpoint sensor or later. We recommended running a more recent sensor version, as listed on the Defender for Endpoint [What's New page](/defender-endpoint/windows-whatsnew).
39+
Before you begin, ensure you meet the following requirements for working with critical assets in Microsoft Security Exposure Management.
2140

22-
You can check which sensor version a device is running as follows:
41+
- Before you start, learn about [critical asset management](critical-asset-management.md) in Exposure Management.
42+
- [Review required permissions](prerequisites.md#permissions) for working with critical assets.
43+
- For security telemetry to support MSEM use cases, endpoints must be running version 10.3740.XXXX or later of the Microsoft Defender for Endpoint agent. We recommend using the latest agent version, as listed on the Defender for Endpoint [What's New page](/defender-endpoint/windows-whatsnew).
2344

24-
- On a specific device, browse to the MsSense.exe file in
25-
C:\Program Files\Windows Defender Advanced Threat Protection. Right-click the file, and select **Properties**. On the **Details** tab, check the file version.
26-
- For multiple devices, it's easier to run an [advanced hunting Kusto query](/defender-xdr/advanced-hunting-query-language) to check device sensor versions, as follows:
45+
You can check which agent version a device is running as follows:
2746

28-
``` DeviceInfo | project DeviceName, ClientVersion ```
47+
- On a specific device, browse to the MsSense.exe file in C:\Program Files\Windows Defender Advanced Threat Protection. Right-click the file and select **Properties**. On the **Details** tab, check the file version.
48+
- For multiple devices, it's easier to run an [advanced hunting Kusto query](/defender-xdr/advanced-hunting-query-language) to check device sensor versions, as follows:
2949

50+
``` DeviceInfo | project DeviceName, ClientVersion ```
3051

3152
## Review critical assets
3253

3354
Review critical assets as follows.
3455

3556
1. In the [Microsoft Defender portal](https://security.microsoft.com), select **Settings > Microsoft XDR > Rules > Critical asset management**.
36-
1. On the **Critical asset management** page, review predefined and custom critical asset classifications, including the number of assets in the classification, whether assets are on or off, and criticality levels.
57+
1. On the **Critical asset management** page, review predefined and custom critical asset classifications, including the number of assets in the classification, whether assets are on or off, and criticality levels.
3758

38-
:::image type="content" source="./media/classify-critical-assets/critical-asset-management-window.png" alt-text="Screenshot of the Critical asset management window." lightbox="./media/classify-critical-assets/critical-asset-management-window.png":::
59+
:::image type="content" source="./media/classify-critical-assets/critical-asset-management-window.png" alt-text="Screenshot of the Critical asset management window.":::
3960

4061
> [!NOTE]
4162
> You can also see critical assets in **Assets > Devices** > **Classify critical asset**. In addition, you can view the **Critical Asset Protection** initiative in **Exposure insights -> Initiatives**.
4263
4364
## Request a new predefined classification
4465

45-
Request a new predefined classification as follows.
66+
Suggesting a new classification to our research and development teams helps expand our out-of-the-box detections to include classifications and roles that can be applied across the ecosystem. This greatly enhances the product, and Microsoft does all the work.
4667

47-
1. On the **Critical asset management** page, select **Suggest new classification**.
68+
Request a new predefined classification as follows:
4869

70+
1. On the **Critical asset management** page, select **Suggest new classification**.
4971
1. Fill in what classification you'd like to see and then select **Submit request**.
5072

5173
## Create a custom classification
5274

53-
Create a custom classification as follows.
75+
Custom classifications allow you to fine-tune the role assignment logic and criticality level to align with your organization's criticality policy. For example, classify assets in a specific network or types of assets that should have a different criticality level than the default.
76+
77+
Create a custom classification as follows:
5478

5579
1. On the **Critical asset management** page, select **Create a new classification.**
5680

@@ -59,10 +83,10 @@ Create a custom classification as follows.
5983
- **Name** - A new classification name.
6084
- **Description** - A new classification description.
6185
- **Query builder**
62-
- Use the query builder to define a new classification, for instance, "mark all devices with a certain naming convention as critical."
63-
- Add one or more boolean filters that are defined per device, identity, or cloud resource.
86+
- Use the query builder to define a new classification, for instance, "mark all devices with a certain naming convention as critical."
87+
- Add one or more Boolean filters that are defined per device, identity, or cloud resource.
6488

65-
:::image type="content" source="./media/classify-critical-assets/create-critical-asset-classification.png" alt-text="Screenshot of the page where you create critical asset classifications." lightbox="./media/classify-critical-assets/create-critical-asset-classification.png":::
89+
:::image type="content" source="./media/classify-critical-assets/create-critical-asset-classification.png" alt-text="Screenshot of the page where you create critical asset classifications.":::
6690

6791
1. After setting the criteria, select **Next**.
6892
1. On the following pages, preview the affected assets, and assign the criticality level.
@@ -72,9 +96,7 @@ Create a custom classification as follows.
7296
Set levels as follows.
7397

7498
1. On the **Critical asset management** page, select a critical asset classification.
75-
7699
1. In the **Overview** tab, select the desired criticality level.
77-
78100
1. Select **Save**.
79101

80102
:::image type="content" source="./media/classify-critical-assets/edit-criticality-levels.png" alt-text="Screenshot of the Critical asset management criticality editing feature.":::
@@ -89,38 +111,45 @@ Edit custom classifications as follows.
89111
1. On the **Critical asset management** page, browse to the classification you want to modify. Only custom classifications can be edited or deleted.
90112
1. Select **Edit**, **Delete**, or **Turn off**.
91113

92-
## Add assets to classifications
93-
94-
1. On the **Critical asset management** page, select the relevant asset classification.
114+
## Add assets to predefined classifications
95115

96-
1. To see all assets in the classification, select the **Overview** or **Assets** tab.
116+
1. On the **Critical asset management** page, select the relevant asset classification. The **Pending Approval** column helps find classifications with assets that didn't meet the automatic classification threshold and require user approval.
97117

98-
1. Review the asset list.
118+
:::image type="content" source="media/classify-critical-assets/add-assets.png" alt-text="Screenshot of predefined classifications in the asset management interface.":::
99119

100-
1. To approve assets that fit the classification but are out of threshold, browse to **Assets to review**.
120+
1. To see all assets in the classification that are currently considered critical, select the **Assets** tab.
121+
1. To approve assets that fit the classification but are out of threshold, browse to **Pending Approval**.
101122
1. Review the listed assets. Select the **plus** button next to the assets you want to add.
102123

103124
> [!NOTE]
104-
> **Assets to review** only displays when there are assets to review.
125+
> **Pending Approval** only displays when there are assets to review.
126+
127+
:::image type="content" source="media/classify-critical-assets/pending-approval.png" alt-text="Screenshot of the pending approval tab in asset management.":::
128+
129+
You can change the criticality levels and turn off the classification for all assets. You can also edit and delete custom critical assets.
105130

106-
:::image type="content" source="./media/classify-critical-assets/assets-to-review.png" alt-text="Screenshot of the Assets to review screen.":::
131+
## Remove approved assets from predefined classifications
132+
133+
1. On the **Critical asset management** page, select the relevant asset classification.
134+
1. To see all assets in the classification that are currently considered critical, select the **Assets** tab.
135+
1. Select the **X** next to the assets you want to remove.
107136

108-
You can change the criticality levels and turn off all assets. You can also edit and delete custom critical assets.
137+
:::image type="content" source="media/classify-critical-assets/assets-tab.png" alt-text="Screenshot of the assets tab in asset management.":::
109138

110139
## Sort by criticality
111140

112141
1. Select **Devices** in the **Device Inventory**.
113142
1. Sort by **Criticality level** to view business critical assets with a "very high" level of criticality.
114143

115-
:::image type="content" source="./media/classify-critical-assets/device-inventory.png" alt-text="screenshot of the Device inventory window" lightbox="./media/classify-critical-assets/device-inventory.png":::
144+
:::image type="content" source="./media/classify-critical-assets/device-inventory.png" alt-text="Screenshot of the Device inventory window showing criticality sorting.":::
116145

117146
## Prioritize recommendations for critical assets
118147

119148
To help prioritize security recommendations, and remediation steps to focus on critical assets, the sum of exposed critical assets for a recommendation can be viewed from the [Security recommendations](/defender-vulnerability-management/tvm-security-recommendation) page in the Microsoft Defender portal.
120149

121150
To see the sum of exposed critical assets go to the [Security recommendations](/defender-vulnerability-management/tvm-security-recommendation) page:
122151

123-
:::image type="content" source=" ./media/critical-asset-management/security-recommendations-critical-assets.png" alt-text="Screenshot of the critical assets column on the security recommendations page." lightbox="./media/critical-asset-management/security-recommendations-critical-assets.png":::
152+
:::image type="content" source="./media/critical-asset-management/security-recommendations-critical-assets.png" alt-text="Screenshot of the critical assets column on the security recommendations page.":::
124153

125154
## Next steps
126155

0 commit comments

Comments
 (0)