Skip to main content

On This Page

Google Disrupts UNC2814 GRIDTIDE Campaign After 53 Breaches Across 42 Countries

2 min read
Share

These articles are AI-generated summaries. Please check the original sources for full details.

Google Disrupts UNC2814 GRIDTIDE Campaign After 53 Breaches Across 42 Countries

Google Threat Intelligence Group and Mandiant disrupted the infrastructure of UNC2814, a China-nexus espionage group that compromised 53 organizations across 42 countries. The actor leveraged a novel backdoor dubbed GRIDTIDE to abuse Google Sheets API as a command-and-control channel.

Why This Matters

The campaign demonstrates a shift from traditional C2 infrastructure to software-as-a-service (SaaS) abuse, where attackers hide malicious traffic within legitimate API calls to blend with benign business operations. This technical reality challenges standard perimeter defenses because edge appliances often lack endpoint detection, providing threat actors with unmonitored pivot points into internal networks while exploiting the inherent trust of cloud-based productivity tools.

Key Insights

  • UNC2814 utilized GRIDTIDE, a C-based malware that uses a cell-based polling mechanism in Google Sheets to execute shell commands and transfer data (Google Threat Intelligence Group, 2026).
  • The threat actor established persistence by creating a systemd service at /etc/systemd/system/xapt.service to spawn malware instances from /usr/sbin/xapt.
  • SoftEther VPN Bridge was deployed to establish outbound encrypted connections, a tactic consistently linked to multiple Chinese nation-state hacking groups.
  • The attack lifecycle involved exploiting edge systems for initial access and using living-off-the-land (LotL) binaries for lateral movement and privilege escalation.
  • Google terminated all attacker-controlled Google Cloud Projects and disabled the specific Google Sheets API calls used for bidirectional C2 communication.

Practical Applications

  • SaaS API Monitoring: Organizations should audit Google Sheets API traffic for suspicious polling patterns in specific cells like A1 and V1 to detect GRIDTIDE activity. Pitfall: Treating all SaaS traffic as inherently safe allows attackers to bypass network-level traffic inspection.
  • Edge Device Hardening: Implement strict logging and vulnerability management for web servers and edge appliances that lack EDR support. Pitfall: Focusing security resources solely on endpoints allows attackers to maintain persistence on unmonitored edge infrastructure.

References:

Continue reading

Next article

Automating Governance Sentiment Analysis with the Pulsebit API and Python

Related Content