Skip to content

Commit 92cc945

Browse files
natasha-moore-elasticmergify[bot]
authored andcommitted
Asset criticality advanced setting removed (#5991)
(cherry picked from commit 2390859) # Conflicts: # docs/advanced-entity-analytics/api/asset-criticality-api-overview.asciidoc # docs/serverless/advanced-entity-analytics/asset-criticality.mdx # docs/serverless/advanced-entity-analytics/entity-risk-scoring.mdx # docs/serverless/advanced-entity-analytics/ers-req.mdx # docs/serverless/explore/hosts-overview.mdx # docs/serverless/explore/users-page.mdx # docs/serverless/settings/advanced-settings.mdx
1 parent 0ee2d99 commit 92cc945

File tree

13 files changed

+752
-33
lines changed

13 files changed

+752
-33
lines changed

docs/advanced-entity-analytics/api/asset-criticality-api-overview.asciidoc

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,14 @@
22
[role="xpack"]
33
== Asset criticality API
44

5-
You can manage <<asset-criticality, asset criticality>> records through the API. To use this API, you must first turn on the `securitySolution:enableAssetCriticality` <<enable-asset-criticality, advanced setting>>.
5+
<<<<<<< HEAD
6+
You can manage <<asset-criticality, asset criticality>> records through the API. To use this API, you must first turn on the `securitySolution:enableAssetCriticality` <<enable-asset-criticality, advanced setting>>.
7+
=======
8+
.New API Reference
9+
[sidebar]
10+
--
11+
For the most up-to-date API details, refer to {api-kibana}/group/endpoint-security-entity-analytics-api[Entity Analytics APIs].
12+
--
13+
14+
You can manage <<asset-criticality, asset criticality>> records through the API.
15+
>>>>>>> 2390859c (Asset criticality advanced setting removed (#5991))

docs/advanced-entity-analytics/asset-criticality.asciidoc

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,7 @@
44
.Requirements
55
[sidebar]
66
--
7-
To view and assign asset criticality, you must:
8-
9-
* Have the appropriate user role.
10-
* Turn on the `securitySolution:enableAssetCriticality` <<enable-asset-criticality, advanced setting>>.
11-
12-
For more information, refer to <<ers-requirements, Entity risk scoring prerequisites>>.
7+
To view and assign asset criticality, you must have the appropriate user role. For more information, refer to <<ers-requirements, Entity risk scoring prerequisites>>.
138
--
149

1510
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.

docs/advanced-entity-analytics/entity-risk-scoring.asciidoc

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,7 @@ Entity risk scores are determined by the following risk inputs:
3030

3131
The resulting entity risk scores are stored in the `risk-score.risk-score-<space-id>` data stream alias.
3232

33-
[NOTE]
34-
======
35-
* Entities without any alerts, or with only `Closed` alerts, are not assigned a risk score.
36-
* To use asset criticality, you must enable the `securitySolution:enableAssetCriticality` <<enable-asset-criticality, advanced setting>>.
37-
======
33+
NOTE: Entities without any alerts, or with only `Closed` alerts, are not assigned a risk score.
3834

3935
[discrete]
4036
[[how-is-risk-score-calculated]]

docs/advanced-entity-analytics/ers-req.asciidoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ The risk scoring engine uses an internal user role to score all hosts and users,
4545
[discrete]
4646
== Asset criticality
4747

48-
To use the asset criticality feature, turn on the `securitySolution:enableAssetCriticality` <<enable-asset-criticality, advanced setting>>.
49-
5048
[discrete]
5149
=== Privileges
5250

docs/getting-started/advanced-setting.asciidoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,6 @@ Security *Overview* page.
102102
* `securitySolution:newsFeedUrl`: The URL from which the security news feed content is
103103
retrieved.
104104

105-
[discrete]
106-
[[enable-asset-criticality]]
107-
== Enable asset criticality workflows
108-
The `securitySolution:enableAssetCriticality` setting determines whether asset criticality is included as a risk input to entity risk scoring. This setting is turned off by default. Turn it on to enable asset criticality workflows and to use asset criticality as part of entity risk scoring.
109-
110105
[discrete]
111106
[[exclude-cold-frozen-tiers]]
112107
== Exclude cold and frozen tier data from analyzer queries

docs/getting-started/users-page.asciidoc

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ A user's details page displays all relevant information for the selected user. T
3636

3737
The user details page includes the following sections:
3838

39-
* **Asset Criticality**: If the `securitySolution:enableAssetCriticality` <<enable-asset-criticality, advanced setting>> is on, this section displays the user's current <<asset-criticality, asset criticality level>>.
39+
* **Asset Criticality**: This section displays the user's current <<asset-criticality, asset criticality level>>.
4040

4141
* *Summary*: Details such as the user ID, when the user was first and last seen, the associated IP address(es), and operating system. If the user risk score feature is enabled, this section also displays user risk score data.
4242

@@ -99,12 +99,6 @@ image::images/users/user-risk-inputs.png[User risk inputs]
9999
[[user-asset-criticality-section]]
100100
=== Asset Criticality
101101

102-
.Requirements
103-
[sidebar]
104-
--
105-
The **Asset Criticality** section is only available if the `securitySolution:enableAssetCriticality` <<enable-asset-criticality, advanced setting>> is on.
106-
--
107-
108102
The **Asset Criticality** section displays the selected user's <<asset-criticality, asset criticality level>>. Asset criticality contributes to the overall <<entity-risk-scoring, user risk score>>. The criticality level defines how impactful the user is when calculating the risk score.
109103

110104
[role="screenshot"]

docs/management/hosts/hosts-overview.asciidoc

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ A host's details page displays all relevant information for the selected host. T
4242

4343
The host details page includes the following sections:
4444

45-
* **Asset Criticality**: If the `securitySolution:enableAssetCriticality` <<enable-asset-criticality, advanced setting>> is on, this section displays the host's current <<asset-criticality, asset criticality level>>.
45+
* **Asset Criticality**: This section displays the host's current <<asset-criticality, asset criticality level>>.
4646
* *Summary*: Details such as the host ID, when the host was first and last seen, the associated IP addresses, and associated operating system. If the host risk score feature is enabled, this section also displays host risk score data.
4747
* *Alert metrics*: The total number of alerts by severity, rule, and status (`Open`, `Acknowledged`, or `Closed`).
4848
* *Data tables*: The same data tables as on the main Hosts page, except with values for the selected host instead of all hosts.
@@ -102,12 +102,6 @@ image::images/host-risk-inputs.png[Host risk inputs]
102102
[[host-asset-criticality-section]]
103103
=== Asset Criticality
104104

105-
.Requirements
106-
[sidebar]
107-
--
108-
The **Asset Criticality** section is only available if the `securitySolution:enableAssetCriticality` <<enable-asset-criticality, advanced setting>> is on.
109-
--
110-
111105
The **Asset Criticality** section displays the selected host's <<asset-criticality, asset criticality level>>. Asset criticality contributes to the overall <<entity-risk-scoring, host risk score>>. The criticality level defines how impactful the host is when calculating the risk score.
112106

113107
[role="screenshot"]
Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
---
2+
slug: /serverless/security/asset-criticality
3+
title: Asset criticality
4+
description: Learn how to use asset criticality to improve your security operations.
5+
tags: [ 'serverless', 'security', 'overview', 'analyze' ]
6+
status: in review
7+
---
8+
9+
<DocBadge template="technical preview" />
10+
11+
<DocCallOut title="Requirements">
12+
To view and assign asset criticality, you must have the appropriate user role. For more information, refer to <DocLink slug="/serverless/security/ers-requirements">Entity risk scoring prerequisites</DocLink>.
13+
</DocCallOut>
14+
15+
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.
16+
17+
You can assign one of the following asset criticality levels to your entities, based on their impact:
18+
19+
* Low impact
20+
* Medium impact
21+
* High impact
22+
* Extreme impact
23+
24+
For example, you can assign **Extreme impact** to business-critical entities, or **Low impact** to entities that pose minimal risk to your security posture.
25+
26+
## View and assign asset criticality
27+
28+
Entities do not have a default asset criticality level. You can either assign asset criticality to your entities individually, or <DocLink slug="/serverless/security/asset-criticality" section="bulk-assign-asset-criticality">bulk assign</DocLink> it to multiple entities by importing a text file.
29+
30+
When you assign, change, or unassign an individual entity's asset criticality level, that entity's risk score is immediately recalculated.
31+
32+
<DocCallOut title="Note">
33+
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.
34+
</DocCallOut>
35+
36+
You can view, assign, change, or unassign asset criticality from the following places in the ((elastic-sec)) app:
37+
38+
* The <DocLink slug="/serverless/security/hosts-overview" section="host-details-page">host details page</DocLink> and <DocLink slug="/serverless/security/users-page" section="user-details-page">user details page</DocLink>:
39+
40+
![Assign asset criticality from the host details page](../images/asset-criticality/-assign-asset-criticality-host-details.png)
41+
42+
* The <DocLink slug="/serverless/security/hosts-overview" section="host-details-flyout">host details flyout</DocLink> and <DocLink slug="/serverless/security/users-page" section="user-details-flyout">user details flyout</DocLink>:
43+
44+
![Assign asset criticality from the host details flyout](../images/asset-criticality/-assign-asset-criticality-host-flyout.png)
45+
46+
* The host details flyout and user details flyout in <DocLink slug="/serverless/security/timelines-ui">Timeline</DocLink>:
47+
48+
![Assign asset criticality from the host details flyout in Timeline](../images/asset-criticality/-assign-asset-criticality-timeline.png)
49+
50+
### Bulk assign asset criticality
51+
52+
You can bulk assign asset criticality to multiple entities by importing a CSV, TXT or TSV file from your asset management tools.
53+
54+
The file must contain three columns, with each entity record listed on a separate row:
55+
56+
1. The first column should indicate whether the entity is a `host` or a `user`.
57+
1. The second column should specify the entity's `host.name` or `user.name`.
58+
1. The third column should specify one of the following asset criticality levels:
59+
* `extreme_impact`
60+
* `high_impact`
61+
* `medium_impact`
62+
* `low_impact`
63+
64+
The maximum file size is 1 MB.
65+
66+
File structure example:
67+
68+
```
69+
user,user-001,low_impact
70+
user,user-002,medium_impact
71+
host,host-001,extreme_impact
72+
````
73+
74+
To import a file:
75+
1. Go to **Project Settings** → **Stack Management** → **Entity Store**.
76+
1. Select or drag and drop the file you want to import.
77+
78+
<DocCallOut title="Note">
79+
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. We recommend that you fix any invalid lines and re-upload the file.
80+
</DocCallOut>
81+
82+
1. Click **Assign**.
83+
84+
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.
85+
86+
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.
87+
88+
## Improve your security operations
89+
90+
With asset criticality, you can improve your security operations by:
91+
92+
* <DocLink slug="/serverless/security/asset-criticality" section="prioritize-open-alerts">Prioritizing open alerts</DocLink>
93+
* <DocLink slug="/serverless/security/asset-criticality" section="monitor-an-entitys-risk">Monitoring an entity's risk</DocLink>
94+
95+
### Prioritize open alerts
96+
97+
You can use asset criticality as a prioritization factor when triaging alerts and conducting investigations and response activities.
98+
99+
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 <DocLink slug="/serverless/security/analyze-risk-score-data" section="triage-alerts-associated-with-high-risk-or-business-critical-entities">prioritize alerts associated with business-critical entities</DocLink>.
100+
101+
### Monitor an entity's risk
102+
103+
The risk scoring engine dynamically factors in an entity's asset criticality, along with `Open` and `Acknowledged` detection alerts to <DocLink slug="/serverless/security/entity-risk-scoring" section="how-is-risk-score-calculated">calculate the entity's overall risk score</DocLink>. This dynamic risk scoring allows you to monitor changes in the risk profiles of your most sensitive entities, and quickly escalate high-risk threats.
104+
105+
To view the impact of asset criticality on an entity's risk score, follow these steps:
106+
107+
1. Open the <DocLink slug="/serverless/security/hosts-overview" section="host-details-flyout">host details flyout</DocLink> or <DocLink slug="/serverless/security/users-page" section="user-details-flyout">user details flyout</DocLink>. The risk summary section shows asset criticality's contribution to the overall risk score.
108+
1. Click **View risk contributions** to open the flyout's left panel.
109+
1. In the **Risk contributions** section, verify the entity's criticality level from the time the alert was generated.
110+
111+
![View asset criticality impact on host risk score](../images/asset-criticality/-asset-criticality-impact.png)
Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
---
2+
slug: /serverless/security/entity-risk-scoring
3+
title: Entity risk scoring
4+
description: Learn about the risk scoring engine and its features.
5+
tags: [ 'serverless', 'security', 'overview', 'analyze' ]
6+
status: in review
7+
---
8+
9+
<DocBadge template="technical preview" />
10+
11+
Entity risk scoring is an advanced ((elastic-sec)) analytics feature that helps security analysts detect changes in an entity's risk posture, hunt for new threats, and prioritize incident response.
12+
13+
Entity risk scoring allows you to monitor risk score changes of hosts and users in your environment. When generating advanced scoring analytics, the risk scoring engine utilizes threats from its end-to-end XDR use cases, such as SIEM, cloud, and endpoint. It leverages the Elastic SIEM detection engine to generate host and user risk scores from the last 30 days.
14+
15+
It also generates risk scores on a recurring interval, and allows for easy onboarding and management. The engine is built to factor in risks from all ((elastic-sec)) use cases, and allows you to customize and control how and when risk is calculated.
16+
17+
## Risk scoring inputs
18+
19+
Entity risk scores are determined by the following risk inputs:
20+
21+
<DocTable columns={[
22+
{
23+
"title": "Risk input",
24+
"width": "30%"
25+
},
26+
{
27+
"title": "Storage location",
28+
"width": "70%"
29+
}
30+
]}>
31+
<DocRow>
32+
<DocCell><DocLink slug="/serverless/security/alerts-manage">Alerts</DocLink></DocCell>
33+
<DocCell>`.alerts-security.alerts-<space-id>` index alias</DocCell>
34+
</DocRow>
35+
<DocRow>
36+
<DocCell><DocLink slug="/serverless/security/asset-criticality">Asset criticality level</DocLink></DocCell>
37+
<DocCell>`.asset-criticality.asset-criticality-<space-id>` index alias</DocCell>
38+
</DocRow>
39+
</DocTable>
40+
41+
The resulting entity risk scores are stored in the `risk-score.risk-score-<space-id>` data stream alias.
42+
43+
<DocCallOut title="Note">
44+
45+
Entities without any alerts, or with only `Closed` alerts, are not assigned a risk score.
46+
47+
</DocCallOut>
48+
49+
## How is risk score calculated?
50+
51+
1. The risk scoring engine runs hourly to aggregate `Open` and `Acknowledged` alerts from the last 30 days. For each entity, the engine processes up to 10,000 alerts.
52+
53+
1. The engine groups alerts by `host.name` or `user.name`, and aggregates the individual alert risk scores (`kibana.alert.risk_score`) such that alerts with higher risk scores contribute more than alerts with lower risk scores. The resulting aggregated risk score is assigned to the **Alerts** category in the entity's <DocLink slug="/serverless/security/hosts-overview" section="host-risk-summary">risk summary</DocLink>.
54+
55+
1. The engine then verifies the entity's <DocLink slug="/serverless/security/asset-criticality">asset criticality level</DocLink>. If there is no asset criticality assigned, the entity risk score remains equal to the aggregated score from the **Alerts** category. If a criticality level is assigned, the engine updates the risk score based on the default risk weight for each criticality level. The asset criticality risk input is assigned to the **Asset Criticality** category in the entity's risk summary.
56+
57+
| Asset criticality level | Default risk weight |
58+
|-------------------------|---------------------|
59+
| Low impact | 0.5 |
60+
| Medium impact | 1 |
61+
| High impact | 1.5 |
62+
| Extreme impact | 2 |
63+
64+
<DocCallOut title="Note">
65+
Asset criticality levels and default risk weights are subject to change.
66+
</DocCallOut>
67+
68+
1. Based on the two risk inputs, the risk scoring engine generates a single entity risk score of 0-100. It assigns a risk level by mapping the risk score to one of these levels:
69+
70+
| Risk level | Risk score |
71+
| ------------- |---------------|
72+
| Unknown | < 20 |
73+
| Low | 20-40 |
74+
| Moderate | 40-70 |
75+
| High | 70-90 |
76+
| Critical | > 90 |
77+
78+
<DocAccordion buttonContent="Click for a risk score calculation example">
79+
80+
This example shows how the risk scoring engine calculates the user risk score for `User_A`, whose asset criticality level is **Extreme impact**.
81+
82+
There are 5 open alerts associated with `User_A`:
83+
84+
* Alert 1 with alert risk score 21
85+
* Alert 2 with alert risk score 45
86+
* Alert 3 with alert risk score 21
87+
* Alert 4 with alert risk score 70
88+
* Alert 5 with alert risk score 21
89+
90+
---
91+
92+
To calculate the user risk score, the risk scoring engine:
93+
94+
1. Sorts the associated alerts in descending order of alert risk score:
95+
96+
* Alert 4 with alert risk score 70
97+
* Alert 2 with alert risk score 45
98+
* Alert 1 with alert risk score 21
99+
* Alert 3 with alert risk score 21
100+
* Alert 5 with alert risk score 21
101+
102+
1. Generates an aggregated risk score of 36.16, and assigns it to `User_A`'s **Alerts** risk category.
103+
104+
1. Looks up `User_A`'s asset criticality level, and identifies it as **Extreme impact**.
105+
106+
1. Generates a new risk input under the **Asset Criticality** risk category, with a risk contribution score of 16.95.
107+
108+
1. Increases the user risk score to 53.11, and assigns `User_A` a **Moderate** user risk level.
109+
110+
If `User_A` had no asset criticality level assigned, the user risk score would remain unchanged at 36.16.
111+
112+
</DocAccordion>
113+
114+
Learn how to <DocLink slug="/serverless/security/turn-on-risk-engine">turn on the risk scoring engine</DocLink>.

0 commit comments

Comments
 (0)