↳ GitHub sourceAnalytics ruleLow

GCP IAM - New Service Account

Description

'Detects new service account creation.'
Rule type
Scheduled
Version
1.0.1
Declared status
Available
Query frequency
24h
Query period
24h
Trigger
gt 0

Declared MITRE coverage

Declared sources

Metadata from the source file. No dependencies inferred from KQL.

Connectors

Data types

KQL query

Original query, unchanged.

GCP_IAM
| where PayloadMethodname =~ 'google.iam.admin.v1.CreateServiceAccount'
| extend result = parse_json(todynamic(PayloadAuthorizationinfo))[0]['granted']
| where result =~ 'true'
| project-away result
| extend AccountName = tostring(split(PayloadRequestAccountId, "@")[0]), AccountUPNSuffix = tostring(split(PayloadRequestAccountId, "@")[1])

Declared entities

AccountIP

Related content

Links established from declared identifiers and solution manifests.

Source provenance

GitHub

Displayed values come from files in Azure/Azure-Sentinel. They describe the published template, not your workspace configuration.

Source identifier
a768aa52-453e-4e3e-80c2-62928d2e2f56
Additional source files 2Solutions/GoogleCloudPlatformIAM/Analytic Rules/GCPIAMNewServiceAccount.yamlsource ↗Solutions/GoogleCloudPlatformIAM/Data/Solution_GoogleCloudPlatformIAM.jsonsolution-membership ↗
GSTEP / CATALOG TRACKING

Added to catalog : 16 Sept 2026 · 05:49 UTC
Last change observed : 16 Sept 2026 · 05:49 UTC

GSTEP sync dates, separate from the source content’s publication dates.