﻿---
title: Asset criticality
description: The asset criticality feature allows you to classify your organization’s entities based on various operational factors that are important to your organization...
url: https://www.elastic.co/elastic/docs-builder/docs/3028/solutions/security/advanced-entity-analytics/asset-criticality
products:
  - Elastic Cloud Serverless
  - Elastic Security
applies_to:
  - Serverless Security projects: Generally available
  - Elastic Stack: Generally available
---

# Asset criticality
<admonition title="Requirements">
  To view and assign asset criticality, you must have the appropriate user role. For more information, refer to [Entity risk scoring requirements](https://www.elastic.co/elastic/docs-builder/docs/3028/solutions/security/advanced-entity-analytics/entity-risk-scoring-requirements).
</admonition>

The asset criticality feature allows you to classify your organization’s entities based on various operational factors that are important to your organization. Through this classification, you can improve your threat detection capabilities by focusing your alert triage, threat-hunting, and investigation activities on high-impact entities.
You can assign one of the following asset criticality levels to your entities, based on their impact:
- Low impact
- Medium impact
- High impact
- Extreme impact

For example, you can assign **Extreme impact** to business-critical entities, or **Low impact** to entities that pose minimal risk to your security posture.

## View and assign asset criticality

Entities do not have a default asset criticality level. You can either assign asset criticality to your entities individually, or [bulk assign](#bulk-assign-asset-criticality) it to multiple entities by importing a text file. Alternatively, you can assign and manage asset criticality records through the [Asset criticality API](https://www.elastic.co/docs/api/doc/kibana/group/endpoint-security-entity-analytics-api).
When you assign, change, or unassign an individual entity’s asset criticality level, that entity’s risk score is immediately recalculated.
<note>
  If you assign asset criticality using the file import feature, risk scores are **not** immediately recalculated. However, you can trigger an immediate recalculation by clicking **Recalculate entity risk scores now**. Otherwise, the newly assigned or updated asset criticality levels will be factored in during the next hourly risk scoring calculation.
</note>

You can view, assign, change, or unassign asset criticality from the following places in the Elastic Security app:
- The [host details page](/elastic/docs-builder/docs/3028/solutions/security/advanced-entity-analytics/hosts-page#host-details-page) and [user details page](/elastic/docs-builder/docs/3028/solutions/security/advanced-entity-analytics/users-page#user-details-page):
  ![Assign asset criticality from the host details page](https://www.elastic.co/elastic/docs-builder/docs/3028/solutions/images/security-assign-asset-criticality-host-details.png)
- The [entity details flyout](/elastic/docs-builder/docs/3028/solutions/security/advanced-entity-analytics/view-entity-details#entity-details-flyout):
  ![Assign asset criticality from the host details flyout](https://www.elastic.co/elastic/docs-builder/docs/3028/solutions/images/security-assign-asset-criticality-host-flyout.png)
- The entity details flyout in [Timeline](https://www.elastic.co/elastic/docs-builder/docs/3028/solutions/security/investigate/timeline):
  ![Assign asset criticality from the host details flyout in Timeline](https://www.elastic.co/elastic/docs-builder/docs/3028/solutions/images/security-assign-asset-criticality-timeline.png)

If you have enabled the [entity store](https://www.elastic.co/elastic/docs-builder/docs/3028/solutions/security/advanced-entity-analytics/entity-store), you can also view asset criticality assignments in the **Entities** section on the following pages:
- <applies-to>Elastic Stack: Generally available since 9.1</applies-to> <applies-to>Elastic Cloud Serverless: Generally available</applies-to> [Entity analytics](https://www.elastic.co/elastic/docs-builder/docs/3028/solutions/security/advanced-entity-analytics/overview)
- [Entity analytics dashboard](https://www.elastic.co/elastic/docs-builder/docs/3028/solutions/security/dashboards/entity-analytics-dashboard)

![Entities section](https://www.elastic.co/elastic/docs-builder/docs/3028/solutions/images/security-entities-section.png)


### Bulk assign asset criticality

You can bulk assign asset criticality to multiple entities by importing a CSV, TXT or TSV file from your asset management tools.
The file must contain three columns, with each entity record listed on a separate row:
1. The first column should indicate whether the entity is a `host`, `user`, or `service`.
2. The second column should specify the entity’s `host.name`, `user.name`, or `service.name`.
3. The third column should specify one of the following asset criticality levels:
   - `extreme_impact`
- `high_impact`
- `medium_impact`
- `low_impact`
- <applies-to>Elastic Stack: Generally available since 9.1</applies-to> `unassigned`

The maximum file size is 1 MB.
File structure example:
```txt
user,user-001,low_impact
user,user-002,medium_impact
host,host-001,extreme_impact
service,service-001,extreme_impact
```

To import a file:
<applies-switch>
  <applies-item title="{ stack: ga 9.4+, serverless: ga }" applies-to="Elastic Cloud Serverless: Generally available, Elastic Stack: Planned">
    1. Find the **Entity Analytics** management page in the main menu or by using the [global search field](https://www.elastic.co/elastic/docs-builder/docs/3028/explore-analyze/find-and-organize/find-apps-and-objects).
    2. Go to the **Asset Criticality** tab.
    3. Select or drag the file you want to import.
       <note>
       The file validation step highlights any lines that don't follow the required file structure. The asset criticality levels for those entities won't be assigned. To resolve this, fix any invalid lines and re-upload the file.
       </note>
    4. Click **Assign**.
  </applies-item>

  <applies-item title="{ stack: ga 9.0-9.3 }" applies-to="Elastic Stack: Generally available from 9.0 to 9.3">
    1. Find **Entity Store** in the main menu or by using the [global search field](https://www.elastic.co/elastic/docs-builder/docs/3028/explore-analyze/find-and-organize/find-apps-and-objects).
    2. Select or drag the file you want to import.
       <note>
       The file validation step highlights any lines that don’t follow the required file structure. The asset criticality levels for those entities won’t be assigned. To resolve this, fix any invalid lines and re-upload the file.
       </note>
    3. Click **Assign**.
  </applies-item>
</applies-switch>

This process overwrites any previously assigned asset criticality levels for the entities included in the imported file. The newly assigned or updated asset criticality levels are immediately visible within all asset criticality workflows.
You can trigger an immediate recalculation of entity risk scores by clicking **Recalculate entity risk scores now**. Otherwise, the newly assigned or updated asset criticality levels will be factored in during the next hourly risk scoring calculation.

## Improve your security operations

With asset criticality, you can improve your security operations by:
- [Prioritizing open alerts](#prioritize-open-alerts)
- [Monitoring an entity’s risk](#monitor-entity-risk)


### Prioritize open alerts

You can use asset criticality as a prioritization factor when triaging alerts and conducting investigations and response activities.
Once you assign a criticality level to an entity, all subsequent alerts related to that entity are enriched with its criticality level. This additional context allows you to [prioritize alerts associated with business-critical entities](/elastic/docs-builder/docs/3028/solutions/security/advanced-entity-analytics/view-analyze-risk-score-data#triage-alerts-associated-with-high-risk-or-business-critical-entities).

### Monitor an entity’s risk

The risk scoring engine dynamically factors in an entity’s asset criticality, along with `Open` and `Acknowledged` detection alerts to [calculate the entity’s overall risk score](/elastic/docs-builder/docs/3028/solutions/security/advanced-entity-analytics/entity-risk-scoring#how-is-risk-score-calculated). This dynamic risk scoring allows you to monitor changes in the risk profiles of your most sensitive entities, and quickly escalate high-risk threats.
To view the impact of asset criticality on an entity’s risk score, follow these steps:
1. Open the [entity details flyout](/elastic/docs-builder/docs/3028/solutions/security/advanced-entity-analytics/view-entity-details#entity-details-flyout). The risk summary section shows asset criticality’s contribution to the overall risk score.
2. Click **View risk contributions** to open the flyout’s left panel.
3. In the **Risk contributions** section, verify the entity’s criticality level from the time the alert was generated.

![View asset criticality impact on host risk score](https://www.elastic.co/elastic/docs-builder/docs/3028/solutions/images/security-asset-criticality-impact.png)