You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/serverless/advanced-entity-analytics/analyze-risk-score-data.asciidoc
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,8 @@ We recommend that you prioritize <<security-analyze-risk-score-data-alert-triagi
28
28
29
29
From the Entity Analytics dashboard, you can access entity key performance indicators (KPIs), risk scores, and levels. You can also click the number link in the **Alerts** column to investigate and analyze the alerts on the Alerts page.
30
30
31
+
If you have enabled the <<entity-store, entity store>>, the dashboard also displays the <<entity-entities, **Entities** section>>, where you can view all hosts and users along with their risk and asset criticality data.
Copy file name to clipboardExpand all lines: docs/serverless/advanced-entity-analytics/asset-criticality.asciidoc
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
.Requirements
8
8
[NOTE]
9
9
====
10
-
To view and assign asset criticality, you must have the appropriate user role. For more information, refer to <<security-ers-requirements,Entity risk scoring prerequisites>>.
10
+
To view and assign asset criticality, you must have the appropriate user role. For more information, refer to <<security-ers-requirements,Entity risk scoring requirements>>.
11
11
====
12
12
13
13
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.
image::images/asset-criticality/-assign-asset-criticality-timeline.png[Assign asset criticality from the host details flyout in Timeline]
51
51
52
+
If you have enabled the <<entity-store, entity store>>, you can also view asset criticality assignments in the <<entity-entities, **Entities** section>> of the Entity Analytics dashboard:
To use the entity store, you must have the appropriate privileges. For more information, refer to <<security-ers-requirements, Entity risk scoring requirements>>.
10
+
--
11
+
12
+
The entity store allows you to query, reconcile, maintain, and persist entity metadata such as:
13
+
14
+
* Ingested log data
15
+
* Data from integrated identity providers (such as Active Directory, EntraID, and Okta)
16
+
* Data from internal and external alerts
17
+
* External asset repository data
18
+
* Asset criticality data
19
+
* Entity risk score data
20
+
21
+
The entity store can hold any entity type observed by {elastic-sec}. It allows you to view and query select entities represented in your indices without needing to perform real-time searches of observable data. The entity store extracts entities from all indices in the {elastic-sec} <<default-data-view-security, default data view>>.
22
+
23
+
When the entity store is enabled, the following resources are generated for each entity type (hosts and users):
24
+
25
+
* {es} resources, such as transforms, ingest pipelines, and enrich policies.
26
+
* Data and fields for each entity.
27
+
* The `.entities.v1.latest.security_user_<space-id>` and `.entities.v1.latest.security_host_<space-id>` indices, which contain field mappings for hosts and users respectively. You can query these indices to see a list of fields that are mapped in the entity store.
28
+
29
+
[discrete]
30
+
[[enable-entity-store]]
31
+
== Enable entity store
32
+
33
+
To enable the entity store:
34
+
35
+
. Find **Entity Store** in the navigation menu or by using the {kibana-ref}/introduction.html#kibana-navigation-search[global search field].
36
+
. On the **Entity Store** page, turn the toggle on.
37
+
38
+
Once you enable the entity store, the Entity Analytics dashboard displays the <<entity-entities, **Entities**>> section.
39
+
40
+
[discrete]
41
+
[[clear-entity-store]]
42
+
== Clear entity store data
43
+
44
+
Once the entity store is enabled, you may want to clear the stored data and start fresh. For example, if you normalized the `user.name` or `host.name` fields, clearing the entity store data would allow you to repopulate the entity store with the updated, normalized values. This action removes all previously extracted entity information, enabling new data extraction and analysis.
45
+
46
+
Clearing entity store data does not delete your source data, assigned entity risk scores, or asset criticality assignments.
47
+
48
+
CAUTION: Clearing entity store data permanently deletes persisted user and host records, and data is no longer available for analysis. Proceed with caution, as this cannot be undone.
49
+
50
+
To clear entity data:
51
+
52
+
. Find **Entity Store** in the navigation menu or by using the {kibana-ref}/introduction.html#kibana-navigation-search[global search field].
To use entity risk scoring and asset criticality, you need the appropriate user roles. These features require the Security Analytics Complete <<elasticsearch-manage-project,project feature>>.
7
+
To use entity risk scoring, asset criticality, and entity store, you need the appropriate user roles. These features require the Security Analytics Complete <<elasticsearch-manage-project,project feature>>.
8
8
9
-
This page covers the requirements for using the entity risk scoring and asset criticality features, as well as their known limitations.
9
+
This page covers the requirements for using the entity risk scoring, asset criticality, and entity store features, as well as their known limitations.
10
10
11
11
[discrete]
12
12
[[security-ers-requirements-entity-risk-scoring]]
@@ -90,3 +90,28 @@ Custom roles need the following privileges for the `.asset-criticality.asset-cri
90
90
| Unassign asset criticality
91
91
| `delete`
92
92
|===
93
+
94
+
[discrete]
95
+
== Entity store
96
+
97
+
[discrete]
98
+
=== User roles
99
+
100
+
To use the entity store, you need either the appropriate <<general-assign-user-roles,predefined Security user role>> or a <<custom-roles,custom role>> with the right privileges:
Copy file name to clipboardExpand all lines: docs/serverless/dashboards/detection-entity-dashboard.asciidoc
+67-23Lines changed: 67 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,18 +11,13 @@
11
11
12
12
The Entity Analytics dashboard provides a centralized view of emerging insider threats - including host risk, user risk, and anomalies from within your network. Use it to triage, investigate, and respond to these emerging threats.
13
13
14
-
.Requirements
15
-
[NOTE]
16
-
====
17
-
To display host and user risk scores, you must <<security-turn-on-risk-engine,turn on the risk scoring engine>>.
Displays the total number of critical hosts, critical users, and anomalies. Select a link to jump to the Host risk table, User risk table, or Anomalies table.
29
+
Displays the total number of critical hosts, critical users, and anomalies. Select a link to jump to the **Hosts** page, **Users** page, or **Anomalies** table.
30
+
31
+
[discrete]
32
+
[[entity-user-risk-scores]]
33
+
== User Risk Scores
34
+
35
+
.Requirements
36
+
[sidebar]
37
+
--
38
+
To display user risk scores, you must <<security-turn-on-risk-engine, turn on the risk scoring engine>>.
39
+
--
40
+
41
+
Displays user risk score data for your environment, including the total number of users, and the five most recently recorded user risk scores, with their associated user names, risk data, and number of detection alerts. Like host risk scores, user risk scores are calculated using a weighted sum on a scale of 0 (lowest) to 100 (highest).
Interact with the table to filter data, view more details, and take action:
47
+
48
+
* Select the **User risk level** menu to filter the chart by the selected level.
49
+
* Click a user name link to open the user details flyout.
50
+
* Hover over a user name link to display inline actions: **Add to timeline**, which adds the selected value to Timeline, and **Copy to Clipboard**, which copies the user name value for you to paste later.
51
+
* Click **View all** in the upper-right to display all user risk information on the Users page.
52
+
* Click the number link in the **Alerts** column to view the alerts on the Alerts page. Hover over the number and select **Investigate in timeline** (image:images/icons/timeline.svg[Timeline]) to launch Timeline with a query that includes the associated user name value.
53
+
54
+
For more information about user risk scores, refer to <<security-entity-risk-scoring,Entity risk scoring>>.
35
55
36
56
[discrete]
37
57
[[entity-host-risk-scores]]
38
58
== Host Risk Scores
39
59
60
+
.Requirements
61
+
[sidebar]
62
+
--
63
+
To display host risk scores, you must <<security-turn-on-risk-engine, turn on the risk scoring engine>>.
64
+
--
65
+
40
66
Displays host risk score data for your environment, including the total number of hosts, and the five most recently recorded host risk scores, with their associated host names, risk data, and number of detection alerts. Host risk scores are calculated using a weighted sum on a scale of 0 (lowest) to 100 (highest).
41
67
42
68
[role="screenshot"]
@@ -52,24 +78,42 @@ Interact with the table to filter data, view more details, and take action:
52
78
53
79
For more information about host risk scores, refer to <<security-entity-risk-scoring,Entity risk scoring>>.
54
80
55
-
[discrete]
56
-
[[entity-user-risk-scores]]
57
-
== User Risk Scores
81
+
[[entity-entities]]
82
+
[float]
83
+
== Entities
58
84
59
-
Displays user risk score data for your environment, including the total number of users, and the five most recently recorded user risk scores, with their associated user names, risk data, and number of detection alerts. Like host risk scores, user risk scores are calculated using a weighted sum on a scale of 0 (lowest) to 100 (highest).
85
+
preview::[]
86
+
87
+
.Requirements
88
+
[sidebar]
89
+
--
90
+
To display the **Entities** section, you must <<enable-entity-store,enable the entity store>>.
91
+
--
92
+
93
+
The **Entities** section provides a centralized view of all hosts and users in your environment. It displays entities from the <<entity-store, entity store>>, which meet any of the following criteria:
94
+
95
+
* Have been observed by {elastic-sec}
96
+
* Have an asset criticality assignment
97
+
* Have been added to {elastic-sec} through an integration, such Active Directory or Okta
98
+
99
+
NOTE: The **Entities** table only shows a subset of the data available for each entity. You can query the `.entities.v1.latest.security_user_<space-id>` and `.entities.v1.latest.security_host_<space-id>` indices to see all the fields for each entity in the entity store.
Interact with the table to filter data, view more details, and take action:
104
+
Entity data from different sources appears in the **Entities** section based on the following timelines:
65
105
66
-
* Select the **User risk level** menu to filter the chart by the selected level.
67
-
* Click a user name link to open the user details flyout.
68
-
* Hover over a user name link to display inline actions: **Add to timeline**, which adds the selected value to Timeline, and **Copy to Clipboard**, which copies the user name value for you to paste later.
69
-
* Click **View all** in the upper-right to display all user risk information on the Users page.
70
-
* Click the number link in the **Alerts** column to view the alerts on the Alerts page. Hover over the number and select **Investigate in timeline** (image:images/icons/timeline.svg[Timeline]) to launch Timeline with a query that includes the associated user name value.
106
+
* When you first enable the entity store, only data stored in the last 24 hours is processed. After that, data is processed continuously.
107
+
* Observed events from the {elastic-sec} default data view are processed in near real-time.
108
+
* Entity Analytics data, such as entity risk scores and asset criticality (including bulk asset criticality upload), is also processed in near real-time.
109
+
* The availability of entities extracted from Entity Analytics integrations depends on the specific integration. Refer to {integrations-docs}/entityanalytics_ad[Active Directory Entity Analytics], {integrations-docs}/entityanalytics_entra_id[Microsoft Entra ID Entity Analytics], and {integrations-docs}/entityanalytics_okta[Okta Entity Analytics] for more details.
71
110
72
-
For more information about user risk scores, refer to <<security-entity-risk-scoring,Entity risk scoring>>.
111
+
Interact with the table to filter data and view more details:
112
+
113
+
* Select the **Risk level** dropdown to filter the table by the selected user or host risk level.
114
+
* Select the **Criticality** dropdown to filter the table by the selected asset criticality level.
115
+
* Select the **Source** dropdown to filter the table by the data source.
116
+
* Click the **View details** icon (image:images/icons/expand.svg[View details]) to open the entity details flyout.
0 commit comments