List Entity Store Entities
List entities records, paging, sorting and filtering as needed.
Query parameters
-
Values are
asc
ordesc
. -
Minimum value is
1
. -
Minimum value is
1
, maximum value is10000
. -
An ES query to filter by.
-
Values are
user
,host
,service
, orgeneric
.
Responses
-
Entities returned successfully
Hide response attributes Show response attributes object
-
Minimum value is
1
. -
Minimum value is
1
, maximum value is1000
. -
One of: Hide attributes Show attributes
-
Hide user attributes Show user attributes object
-
Hide risk attributes Show risk attributes object
-
The time at which the risk score was calculated.
-
Lexical description of the entity's risk.
Values are
Unknown
,Low
,Moderate
,High
, orCritical
. -
The raw numeric value of the given entity's risk score.
-
The normalized numeric value of the given entity's risk score. Useful for comparing with other entities.
Minimum value is
0
, maximum value is100
. -
The number of risk input documents that contributed to the Category 1 score (
category_1_score
). -
The contribution of Category 1 to the overall risk score (
calculated_score
). Category 1 contains Detection Engine Alerts. -
The criticality level of the asset.
Values are
low_impact
,medium_impact
,high_impact
, orextreme_impact
. -
The identifier field defining this risk score. Coupled with
id_value
, uniquely identifies the entity being scored. -
The identifier value defining this risk score. Coupled with
id_field
, uniquely identifies the entity being scored. -
A list of the highest-risk documents contributing to this risk score. Useful for investigative purposes.
A generic representation of a document contributing to a Risk Score.
Hide inputs attributes Show inputs attributes object
-
The risk category of the risk input document.
-
A human-readable description of the risk input document.
-
The unique identifier (
_id
) of the original source document -
The unique index (
_index
) of the original source document -
The weighted risk score of the risk input document.
Minimum value is
0
, maximum value is100
. -
The @timestamp of the risk input document.
-
-
Hide attributes Show attributes
-
Hide host attributes Show host attributes object
-
Hide risk attributes Show risk attributes object
-
The time at which the risk score was calculated.
-
Lexical description of the entity's risk.
Values are
Unknown
,Low
,Moderate
,High
, orCritical
. -
The raw numeric value of the given entity's risk score.
-
The normalized numeric value of the given entity's risk score. Useful for comparing with other entities.
Minimum value is
0
, maximum value is100
. -
The number of risk input documents that contributed to the Category 1 score (
category_1_score
). -
The contribution of Category 1 to the overall risk score (
calculated_score
). Category 1 contains Detection Engine Alerts. -
The criticality level of the asset.
Values are
low_impact
,medium_impact
,high_impact
, orextreme_impact
. -
The identifier field defining this risk score. Coupled with
id_value
, uniquely identifies the entity being scored. -
The identifier value defining this risk score. Coupled with
id_field
, uniquely identifies the entity being scored. -
A list of the highest-risk documents contributing to this risk score. Useful for investigative purposes.
A generic representation of a document contributing to a Risk Score.
Hide inputs attributes Show inputs attributes object
-
The risk category of the risk input document.
-
A human-readable description of the risk input document.
-
The unique identifier (
_id
) of the original source document -
The unique index (
_index
) of the original source document -
The weighted risk score of the risk input document.
Minimum value is
0
, maximum value is100
. -
The @timestamp of the risk input document.
-
-
Hide attributes Show attributes
-
Hide service attributes Show service attributes object
-
Hide risk attributes Show risk attributes object
-
The time at which the risk score was calculated.
-
Lexical description of the entity's risk.
Values are
Unknown
,Low
,Moderate
,High
, orCritical
. -
The raw numeric value of the given entity's risk score.
-
The normalized numeric value of the given entity's risk score. Useful for comparing with other entities.
Minimum value is
0
, maximum value is100
. -
The number of risk input documents that contributed to the Category 1 score (
category_1_score
). -
The contribution of Category 1 to the overall risk score (
calculated_score
). Category 1 contains Detection Engine Alerts. -
The criticality level of the asset.
Values are
low_impact
,medium_impact
,high_impact
, orextreme_impact
. -
The identifier field defining this risk score. Coupled with
id_value
, uniquely identifies the entity being scored. -
The identifier value defining this risk score. Coupled with
id_field
, uniquely identifies the entity being scored. -
A list of the highest-risk documents contributing to this risk score. Useful for investigative purposes.
A generic representation of a document contributing to a Risk Score.
Hide inputs attributes Show inputs attributes object
-
The risk category of the risk input document.
-
A human-readable description of the risk input document.
-
The unique identifier (
_id
) of the original source document -
The unique index (
_index
) of the original source document -
The weighted risk score of the risk input document.
Minimum value is
0
, maximum value is100
. -
The @timestamp of the risk input document.
-
-
Hide attributes Show attributes
-
Minimum value is
0
.
curl \
--request GET 'https://<KIBANA_URL>/api/entity_store/entities/list?entity_types=user' \
--header "Authorization: $API_KEY"