Skip to main content

GCP API calls indicating Cloud SQL instance modification

ID:gcp_cloud_sql_instance_modified
Data type:Google Cloud Platform
Severity:
Low
MITRE ATT&CK:TA0005:T1562

Description

AlphaSOC detected modifications to a Google Cloud SQL database instance. Cloud SQL instances may be modified to enable public IP access, change network settings, or alter security configurations. Attackers may modify instance settings to facilitate data exfiltration or establish unauthorized access to databases.

Impact

Unauthorized Cloud SQL modifications can expose databases to the public internet, weaken authentication requirements, or disable security features. This significantly increases the attack surface and may allow attackers to access, modify, or exfiltrate sensitive data stored in the database. Network changes may also enable lateral movement within the cloud environment.

Severity

SeverityCondition
Low
Cloud SQL instance modification by user for first time

Investigation and Remediation

Review the specific changes made to the Cloud SQL instance configuration. Verify the identity of the user who made the modifications and confirm the action was authorized. Check for changes to network settings, public IP enablement, SSL requirements, or authentication policies. If unauthorized changes are detected, revert to the previous configuration and investigate the user's account for compromise.

Known False Positives

  • Legitimate database administration and maintenance activities
  • Automated configuration management or infrastructure-as-code deployments
  • Scaling operations or performance tuning by administrators