proomt

Search

Search posts, papers, and topics

All posts

Google Cloud BlogSandra Joyce11 min readintermediate

Cloud CISO Perspectives: How Google monitors AI threats and advances AI defenses

Summary

Google’s Threat Intelligence team outlines three AI‑driven shifts—software build changes, expanded attack surface, and enhanced threat capabilities—then describes their multi‑model, graph‑based defense stack (AI Threat Tracker, in‑editor “spellcheck”, Wiz Security Graph, Gemini‑powered AI Threat Defense) and concrete threat examples like supply‑chain poisoning, LLMJacking, and AI‑orchestrated cre…

  • AI accelerates code delivery, creating a “machine‑speed” threat landscape that requires security baked into the AI‑assisted development pipeline (real‑time editor guardrails).
  • Google monitors AI threats via an AI Threat Tracker and adopts a multi‑model approach (Gemini + commercial + open‑source) to cross‑validate findings and reduce false positives.
  • A unified, dynamic security graph that ties code, models, data lineage, and runtime identities is central to Google AI Threat Defense (AITD) and feeds into Security Operations for rapid response.
  • Observed adversary techniques include supply‑chain poisoning of AI‑suggested packages, prompt injection, LLMJacking to hijack GPU resources, and AI‑driven multi‑agent attack pipelines for credential harvesting.

As AI tools become integral to software development, attackers can exploit the same pipelines at scale. Embedding security directly into AI‑assisted workflows and leveraging a multi‑model, graph‑centric view gives defenders contextual awareness and machine‑speed response, which is essential to coun…

6/10

Related reading

  1. Changing the game: How Google uses agentic AI to secure hundreds of millions of lines of code

    Google’s AI & Infrastructure team built an agentic pipeline (Mantis) that runs pre‑submit AI‑driven scans on every code check‑in, validates findings with a fast triage agent (AST + call‑graph analysis) achieving >92% precision in <1 min, then auto‑generates fixes via a bug‑fix agent. Localized threat models and a two‑step scan cut false‑positives to ~3% and prevent hundreds of vulnerabilities eac…

    Google Cloud Bloggoogle.com4 min
  2. Agent Anomaly Detection, now in Private Preview on the Gemini Enterprise Agent Platform

    Google’s Gemini Enterprise Agent Platform now offers a private‑preview Agent Anomaly Detection service that asynchronously analyzes agents’ OpenTelemetry traces and logs to flag risky behavior (e.g., tool misuse, privilege abuse) without adding latency, surfacing findings in Security Command Center and via an API for automated mitigation.

    Google Developersgoogleblog.com4 min
  3. When scanners miss the attack: how Cloudflare Client-Side Security protects storefronts

    Cloudflare’s Page Shield uses a graph‑neural‑network (GNN) to model JavaScript as a syntax‑tree graph, followed by a lightweight LLM for second‑opinion triage and an ensemble of frontier models for deep analysis. This pipeline caught eight malicious payloads across four distinct affiliate‑theft and backdoor techniques that traditional scanners missed, demonstrating the need for runtime, behavior‑…

    Cloudflarecloudflare.com21 minHN2
  4. How to upskill enterprise AI builders by using daily micro habits

    Google Cloud Consulting proposes a four‑pillar micro‑learning framework for enterprise AI upskilling: 5‑minute browser‑based exercises, pre‑configured sandboxes, daily streaks, and delivering runnable code each session. A pilot (Advent of Agents) showed >150k participants, 859k code runs, and a 31% daily return rate, suggesting short, frictionless tasks improve engagement versus traditional bootc…

    Google Cloud Bloggoogle.com3 min