Skip to content

Commit c34f230

Browse files
Update rules/integrations/azure/credential_access_azure_entra_susp_device_code_signin.toml
Co-authored-by: Terrance DeJesus <[email protected]>
1 parent ef8dd71 commit c34f230

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rules/integrations/azure/credential_access_azure_entra_susp_device_code_signin.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ from logs-azure.signinlogs-* metadata _id, _version, _index
8989
Esql.azure_signinlogs_properties_client_app_values = values(azure.signinlogs.properties.app_id),
9090
Esql.azure_signinlogs_properties_resource_display_name_values = values(azure.signinlogs.properties.resource_display_name),
9191
Esql.azure_signinlogs_properties_auth_requirement_values = values(azure.signinlogs.properties.authentication_requirement),
92+
Esql.azure_signinlogs_properties_tenant_id = values(azure.signinlogs.properties.tenant_id),
93+
Esql.azure_signinlogs_properties_status_error_code_values = values(azure.signinlogs.properties.status.error_code),
94+
Esql.message_values = values(message),
95+
Esql.azure_signinlogs_properties_resource_id_values = values(azure.signinlogs.properties.resource_id),
9296
Esql.source_ip_values = VALUES(source.ip) by azure.signinlogs.properties.session_id, azure.signinlogs.identity
9397
9498
| where Esql.is_interactive >= 2 and Esql.is_non_interactive >= 1 and (Esql.dc.source_ip >= 2 or Esql.dc.user_agents >= 2)

0 commit comments

Comments
 (0)