Ce document décrit un type de résultat de détection de menace dans Security Command Center. Ces résultats sont générés par les détecteurs de menaces lorsqu'ils détectent une menace potentielle dans vos ressources cloud. Pour obtenir la liste complète des résultats de détection de menace disponibles, consultez cet index.
Le plan de réponse suivant peut être adapté à ce résultat, mais il peut également avoir un impact sur vos opérations.
Veillez à bien évaluer les informations que vous collectez dans votre enquête pour déterminer quelle est la meilleure réponse à apporter aux problèmes soulevés par les résultats.
Voici un exemple du JSON du résultat, avec les valeurs par défaut omises.
{
"finding": {
"name": "organizations/ORGANIZATION_ID/sources/SOURCE_ID/locations/global/findings/FINDING_ID",
"parent": "organizations/ORGANIZATION_ID/sources/SOURCE_ID/locations/global",
"resourceName": "//cloudresourcemanager.googleapis.com/projects/PROJECT_NUMBER",
"state": "ACTIVE",
"category": "Initial Access: AI Agent Identity Excessive Permission Denied Actions",
"securityMarks": {
"name": "organizations/ORGANIZATION_ID/sources/SOURCE_ID/locations/global/findings/FINDING_ID/securityMarks"
},
"eventTime": "TIMESTAMP",
"createTime": "TIMESTAMP",
"severity": "MEDIUM",
"canonicalName": "projects/PROJECT_NUMBER/sources/SOURCE_ID/locations/global/findings/FINDING_ID",
"findingClass": "THREAT",
"contacts": {
"security": {
"contacts": [
{
"email": "USER_EMAIL"
}
]
},
"technical": {
"contacts": [
{
"email": "USER_EMAIL"
}
]
}
},
"access": {
"callerIp": "IP_ADDRESS",
"callerIpGeo": {
"regionCode": "COUNTRY_CODE"
},
"userAgent": "USER_AGENT",
"serviceName": "SERVICE_NAME",
"methodName": "METHOD_NAME",
"principalSubject": "principal://agents.global.org-ORGANIZATION_ID.system.id.goog/resources/aiplatform/projects/PROJECT_NUMBER/locations/LOCATION/reasoningEngines/REASONING_ENGINE_ID"
},
"mitreAttack": {
"primaryTactic": "INITIAL_ACCESS",
"primaryTechniques": [
"VALID_ACCOUNTS",
"CLOUD_ACCOUNTS"
]
},
"parentDisplayName": "Event Threat Detection",
"domains": [
{
"category": "AI"
},
{
"category": "IDENTITY_AND_ACCESS"
}
],
"logEntries": [
{
"cloudLoggingEntry": {
"insertId": "INSERT_ID",
"logId": "cloudaudit.googleapis.com/activity",
"resourceContainer": "projects/PROJECT_ID",
"timestamp": "TIMESTAMP"
}
}
]
},
"resource": {
"name": "//cloudresourcemanager.googleapis.com/projects/PROJECT_NUMBER",
"displayName": "PROJECT_ID",
"type": "google.cloud.resourcemanager.Project",
"cloudProvider": "GOOGLE_CLOUD_PLATFORM",
"service": "cloudresourcemanager.googleapis.com",
"gcpMetadata": {
"project": "//cloudresourcemanager.googleapis.com/projects/PROJECT_NUMBER",
"projectDisplayName": "PROJECT_ID",
"parent": "//cloudresourcemanager.googleapis.com/folders/FOLDER_ID",
"parentDisplayName": "FOLDER_NAME",
"folders": [
{
"resourceFolder": "//cloudresourcemanager.googleapis.com/folders/FOLDER_ID",
"resourceFolderDisplayName": "FOLDER_NAME"
}
],
"organization": "organizations/ORGANIZATION_ID"
},
"resourcePath": {
"nodes": [
{
"nodeType": "GCP_PROJECT",
"id": "projects/PROJECT_NUMBER",
"displayName": "PROJECT_ID"
},
{
"nodeType": "GCP_FOLDER",
"id": "folders/FOLDER_ID",
"displayName": "FOLDER_NAME"
},
{
"nodeType": "GCP_ORGANIZATION",
"id": "organizations/ORGANIZATION_ID"
}
]
},
"resourcePathString": "organizations/ORGANIZATION_ID/folders/FOLDER_ID/projects/PROJECT_NUMBER"
},
"sourceProperties": {
"sourceId": {
"projectNumber": "PROJECT_NUMBER",
"customerOrganizationNumber": "ORGANIZATION_ID"
},
"detectionCategory": {
"ruleName": "agent_engine_excessive_failed_attempt"
},
"detectionPriority": "MEDIUM",
"affectedResources": [
{
"gcpResourceName": "//cloudresourcemanager.googleapis.com/projects/PROJECT_NUMBER"
}
],
"evidence": [
{
"sourceLogId": {
"projectId": "PROJECT_ID",
"resourceContainer": "projects/PROJECT_ID",
"timestamp": {
"seconds": "TIMESTAMP_SECONDS",
"nanos": TIMESTAMP_NANOS
},
"insertId": "INSERT_ID",
"logId": "cloudaudit.googleapis.com/activity"
}
}
],
"properties": {
"failedActions": [
{
"methodName": "METHOD_NAME",
"serviceName": "SERVICE_NAME",
"attemptTimes": "TIMES",
"lastOccurredTime": "TIMESTAMP"
},
{
"methodName": "METHOD_NAME",
"serviceName": "SERVICE_NAME",
"attemptTimes": "TIMES",
"lastOccurredTime": "TIMESTAMP"
}
]
},
"findingId": "FINDING_ID",
"contextUris": {
"mitreUri": {
"displayName": "MITRE Link",
"url": "https://attack.mitre.org/techniques/T1078/004/"
},
"cloudLoggingQueryUri": [
{
"displayName": "Cloud Logging Query Link",
"url": "https://console.cloud.google.com/logs/query;query=timestamp%3D%22TIMESTAMP%22%0AinsertId%3D%22INSERT_ID%22?project=PROJECT_ID"
}
]
},
"domains": [
{
"category": "AI"
},
{
"category": "IDENTITY_AND_ACCESS"
}
]
}
}