Analytic rule catalog
GCP IAM - Service Account Enumeration
Back
| Id | 50e0437e-912d-4cd0-ac19-fef0aebdd3d7 |
| Rulename | GCP IAM - Service Account Enumeration |
| Description | Detects possible service account enumeration. |
| Severity | Low |
| Tactics | Discovery |
| Techniques | T1087 |
| Required data connectors | GCPIAMDataConnector |
| Kind | Scheduled |
| Query frequency | 12h |
| Query period | 12h |
| Trigger threshold | 0 |
| Trigger operator | gt |
| Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/GoogleCloudPlatformIAM/Analytic%20Rules/GCPIAMServiceAccountEnumeration.yaml |
| Version | 1.0.0 |
| Arm template | 50e0437e-912d-4cd0-ac19-fef0aebdd3d7.json |
let threshold = 5;
GCP_IAM
| where PayloadMethodname =~ 'google.iam.admin.v1.ListServiceAccounts'
| summarize count() by PayloadAuthenticationinfoPrincipalemail, bin(TimeGenerated, 1h)
| where count_ > threshold
| extend AccountCustomEntity = PayloadAuthenticationinfoPrincipalemail
triggerThreshold: 0
kind: Scheduled
description: |
'Detects possible service account enumeration.'
queryFrequency: 12h
triggerOperator: gt
relevantTechniques:
- T1087
entityMappings:
- fieldMappings:
- identifier: FullName
columnName: AccountCustomEntity
entityType: Account
id: 50e0437e-912d-4cd0-ac19-fef0aebdd3d7
query: |
let threshold = 5;
GCP_IAM
| where PayloadMethodname =~ 'google.iam.admin.v1.ListServiceAccounts'
| summarize count() by PayloadAuthenticationinfoPrincipalemail, bin(TimeGenerated, 1h)
| where count_ > threshold
| extend AccountCustomEntity = PayloadAuthenticationinfoPrincipalemail
version: 1.0.0
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/GoogleCloudPlatformIAM/Analytic%20Rules/GCPIAMServiceAccountEnumeration.yaml
requiredDataConnectors:
- dataTypes:
- GCP_IAM
connectorId: GCPIAMDataConnector
tactics:
- Discovery
queryPeriod: 12h
severity: Low
status: Available
name: GCP IAM - Service Account Enumeration
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"workspace": {
"type": "String"
}
},
"resources": [
{
"apiVersion": "2024-01-01-preview",
"id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/50e0437e-912d-4cd0-ac19-fef0aebdd3d7')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/50e0437e-912d-4cd0-ac19-fef0aebdd3d7')]",
"properties": {
"alertRuleTemplateName": "50e0437e-912d-4cd0-ac19-fef0aebdd3d7",
"customDetails": null,
"description": "'Detects possible service account enumeration.'\n",
"displayName": "GCP IAM - Service Account Enumeration",
"enabled": true,
"entityMappings": [
{
"entityType": "Account",
"fieldMappings": [
{
"columnName": "AccountCustomEntity",
"identifier": "FullName"
}
]
}
],
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/GoogleCloudPlatformIAM/Analytic%20Rules/GCPIAMServiceAccountEnumeration.yaml",
"query": "let threshold = 5;\nGCP_IAM\n| where PayloadMethodname =~ 'google.iam.admin.v1.ListServiceAccounts'\n| summarize count() by PayloadAuthenticationinfoPrincipalemail, bin(TimeGenerated, 1h)\n| where count_ > threshold\n| extend AccountCustomEntity = PayloadAuthenticationinfoPrincipalemail\n",
"queryFrequency": "PT12H",
"queryPeriod": "PT12H",
"severity": "Low",
"status": "Available",
"subTechniques": [],
"suppressionDuration": "PT1H",
"suppressionEnabled": false,
"tactics": [
"Discovery"
],
"techniques": [
"T1087"
],
"templateVersion": "1.0.0",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}