google-cloud-platform

Interpret GCP Cloud Audit Logs and IAM mechanics for abuse detection.

4|1|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/OpenTideHQ/AgentTide --skill google-cloud-platform
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-cloud-platform
Source: https://github.com/OpenTideHQ/AgentTide/tree/main/skills/google-cloud-platform
Command: npx skills add https://github.com/OpenTideHQ/AgentTide --skill google-cloud-platform

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GCP security telemetry is complex and scattered across logs and IAM mechanics, making detection engineering difficult without a unified reference.

Core Features & Use Cases

  • Understand Cloud Audit Logs structure (Admin Activity, Data Access, System Event, Policy Denied) and how to detect anomalous activity.
  • Interpret IAM mechanics (service accounts, keys, workload identity federation, impersonation) and cross-project access patterns for privilege abuse detection.
  • Map GCP security telemetry to SIEM ingestion and Chronicle YARA-L style detection workflows to streamline rule authoring.

Quick Start

Load this skill to begin mapping GCP telemetry to detection rules.

Frequently Asked Questions about google-cloud-platform

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I interpret GCP Cloud Audit Logs for anomaly detection?

GCP Cloud Audit Logs for anomaly detection are interpreted by analyzing Admin Activity, Data Access, System Event, and Policy Denied logs to identify anomalous activity and produce production-ready detections. This skill maps those log types to support detection engineering workflows.

What is the best way to detect IAM privilege abuse in Google Cloud Platform?

Detecting IAM privilege abuse in Google Cloud Platform involves analyzing service accounts, keys, workload identity federation, and impersonation mechanics. You detect abuse by interpreting cross-project access patterns and mapping them to security telemetry for detection engineering.

How do I map GCP security telemetry to Chronicle YARA-L rules?

GCP security telemetry is mapped to Chronicle YARA-L rules by aligning Cloud Audit Logs and VPC Flow Logs with Google SecOps mappings. This streamlines SIEM ingestion and translates raw telemetry into production-ready detections for abuse detection.

Can I use VPC Flow Logs to support detection engineering workflows?

VPC Flow Logs can be used to support detection engineering workflows by applying them alongside Cloud Audit Logs to identify anomalous network activity. This skill interprets VPC Flow Logs to produce production-ready detections aligned with SIEM ingestion requirements.

When do I need workload identity federation for GCP security telemetry analysis?

Workload identity federation for GCP security telemetry analysis is needed when interpreting IAM mechanics for privilege abuse detection. Understanding impersonation and cross-project access patterns through federation is essential for mapping telemetry to effective abuse detections.