Skip to content

Commit 72b9249

Browse files
Mikaayensontradebot-elastic
authored andcommitted
[Rule Tuning] OIDC Discovery URL Changed in Entra ID (#4923)
(cherry picked from commit 3b9e927)
1 parent 0e2d58b commit 72b9249

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rules/integrations/azure/persistence_entra_id_oidc_discovery_url_change.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
creation_date = "2025/07/14"
33
integration = ["azure"]
44
maturity = "production"
5-
updated_date = "2025/07/14"
5+
updated_date = "2025/07/22"
66

77
[rule]
88
author = ["Elastic"]
@@ -54,10 +54,10 @@ tags = [
5454
"Resources: Investigation Guide",
5555
]
5656
timestamp_override = "event.ingested"
57-
type = "query"
57+
type = "esql"
5858

5959
query = '''
60-
FROM logs-azure.auditlogs-*
60+
FROM logs-azure.auditlogs-* metadata _id, _version, _index
6161
| WHERE event.action == "Authentication Methods Policy Update"
6262
| EVAL Esql.azure.auditlogs.properties.target_resources.modified_properties.new_value.replace = REPLACE(`azure.auditlogs.properties.target_resources.0.modified_properties.0.new_value`, "\\\\", "")
6363
| EVAL Esql.azure.auditlogs.properties.target_resources.modified_properties.old_value.replace = REPLACE(`azure.auditlogs.properties.target_resources.0.modified_properties.0.old_value`, "\\\\", "")

0 commit comments

Comments
 (0)