GCFR logo
Focused certification exam prep
Start practice

GCFR Exam Domains 2026: Complete Guide to All 15 Content Areas

TL;DR
  • The GCFR blueprint covers 15 domains across AWS, Azure, Google Cloud, Google Workspace, Microsoft 365, and Kubernetes.
  • The exam is 82 questions in 3 hours with a 62% passing score, including CyberLive VM-based tasks.
  • Four domains (AWS) and four domains (Google Cloud) together make up more than half the blueprint.
  • It's open book for printed materials only - digital notes and PDFs are not permitted during the exam.

GCFR Exam Blueprint Overview

The GIAC Cloud Forensics Responder (GCFR) certification is unusual among GIAC credentials because its blueprint reads like a tour of the modern enterprise stack: AWS, Microsoft Azure, Google Cloud, Microsoft 365, Google Workspace, and Kubernetes all show up as named domains, not footnotes. If you're mapping out a study plan, the 15 domains listed on the official objectives are the single most reliable source of truth - more useful than any generic "cloud security" course.

Before diving into the specifics, it helps to understand the exam mechanics you're preparing for. GCFR is a single web-based, proctored exam delivered remotely through ProctorU or in person via Pearson VUE. It contains 82 questions, gives you 3 hours, and requires a 62% score to pass. A portion of the exam uses CyberLive performance-based challenges - realistic virtual-machine environments where you actually run commands and interpret output rather than just answer multiple-choice questions. That format has direct implications for how you should study each domain, which we cover throughout this guide.

Registration Reality Check: An attempt costs $999, a retake is $899, an attempt extension runs $479, a practice exam is $399, and renewal after your four-year certification period costs $499 - all before tax. Once activated, you have 120 days to sit the exam.

For a deeper walkthrough of how to structure your prep around these costs and deadlines, see the GCFR Study Guide 2026: How to Pass on Your First Attempt. If you're still deciding whether to register at all, the GCFR Certification Cost 2026: Complete Pricing Breakdown lays out every fee scenario, and GCFR Requirements 2026: Eligibility, Prerequisites & How to Qualify covers who's actually eligible to sit for it.

How the 15 Domains Break Down by Platform

It's easier to internalize the GCFR blueprint if you stop thinking of it as "15 random topics" and instead group it by cloud platform. Doing this reveals a pattern: AWS and Google Cloud each get four domains, Azure gets three, Google Workspace gets two, and Microsoft 365 and Kubernetes each get one, with one domain serving as a foundational primer for the whole exam.

Platform GroupDomains CoveredDomain Count
FoundationalIntroduction to Cloud DFIR1
AWSNetworking/VMs/Storage, In-Cloud IR & Event-Driven Response, Understanding IR in AWS3
Google CloudOverview & IAM, Storage & Networking, Virtual Machines, Log Sources for IR4
Google WorkspaceFundamentals, Accessing & Investigating Evidence2
Microsoft AzureStorage & Networking, Virtual Machines, Understanding Azure & Log Sources3
Microsoft 365Unified Audit Log and Graph API1
KubernetesOverview, Logs, and Common Attacks1

This distribution tells you something important: no single platform dominates the exam, but AWS and Google Cloud together account for roughly half the domain list. That doesn't automatically mean half the questions come from those two platforms, but it's a strong signal for where to spend the bulk of your hands-on lab time.

Foundational Cloud DFIR Domains

Domain 8: Introduction to Cloud DFIR

This domain sets the vocabulary and mental model for everything else on the exam - shared responsibility model, evidence volatility in ephemeral compute, and how traditional disk/memory forensics concepts translate (or don't) to cloud-native environments.

  • Understand what changes about chain-of-custody and evidence acquisition when infrastructure is API-driven and short-lived
  • Know the shared responsibility boundaries across IaaS, PaaS, and SaaS models
  • Be able to distinguish log-based evidence from artifact-based evidence in a cloud context

Because this domain underpins the platform-specific material, skimming it is a common mistake. Candidates who treat it as "intro fluff" often struggle later when a CyberLive scenario expects them to reason about evidence integrity without prompting.

AWS Domains

AWS gets the most granular treatment of any single platform on the GCFR blueprint, split into networking/storage fundamentals, incident response mechanics, and event-driven detection.

Domain 2: AWS Networking, VMs, and Storage

Covers VPC architecture, EC2 instance metadata and snapshotting, and S3 evidence collection - the building blocks you'll need before any AWS incident scenario makes sense.

  • Know how to acquire EBS snapshots and EC2 metadata without disrupting a live investigation
  • Understand VPC Flow Logs structure and what they can and can't tell you
  • Be comfortable identifying S3 bucket policies and access logs relevant to an intrusion

Domain 14: Understanding IR in AWS

Focuses on the incident response lifecycle as it applies specifically to AWS accounts - containment strategies, IAM credential compromise, and account isolation techniques.

  • Know how to isolate a compromised EC2 instance or IAM role quickly
  • Understand CloudTrail's role as the backbone of AWS-native investigation
  • Be able to trace privilege escalation through IAM policy analysis

Domain 7: In-Cloud IR in AWS and Event-Driven Response

Builds on Domain 14 by introducing automated, event-driven response patterns - using services like EventBridge, Lambda, and GuardDuty findings to trigger containment actions.

  • Understand how event-driven architectures can accelerate (or complicate) evidence preservation
  • Know common GuardDuty finding types and their forensic relevance
  • Be able to reason through a scripted or automated response pipeline in a CyberLive-style task
AWS Study Note: These three domains build on each other in sequence. Studying Domain 2 before Domain 14 and Domain 7 will save you from re-learning VPC and storage basics mid-scenario.

Google Cloud Domains

Google Cloud is the most heavily represented platform on the blueprint, with four dedicated domains covering identity, storage, compute, and logging.

Domain 3: Google Cloud Overview and IAM

Covers Google Cloud's resource hierarchy (organizations, folders, projects) and IAM roles/policies - essential context before any investigative task makes sense.

  • Understand the difference between primitive, predefined, and custom IAM roles
  • Know how organization policies constrain resource behavior

Domain 4: Google Cloud Storage and Networking

Focuses on Cloud Storage bucket permissions, VPC network structures, and firewall rules relevant to evidence preservation and network-based investigation.

  • Know how to pull and interpret Cloud Storage access logs
  • Understand VPC firewall rule evaluation order

Domain 5: Google Cloud Virtual Machines

Covers Compute Engine instance metadata, disk snapshotting, and serial console access - the practical mechanics of acquiring evidence from a live or terminated VM.

  • Know how to snapshot a persistent disk without altering the original
  • Understand instance metadata and startup script forensics

Domain 10: Log Sources for Google Cloud IR

Ties the platform together by focusing on Cloud Audit Logs, Cloud Logging, and how to correlate admin activity with data access events during an investigation.

  • Know the difference between Admin Activity and Data Access audit logs
  • Understand log retention defaults and export options for long-term investigations

Google Workspace Domains

Domain 6: Google Workspace Fundamentals

Introduces the Workspace admin console, user/group structures, and the security settings that govern how evidence gets generated in the first place.

  • Understand admin roles and delegated administration
  • Know where key security and audit settings live in the admin console

Domain 1: Accessing and Investigating Google Workspace Evidence

Builds on Domain 6 by focusing on the actual investigative workflow - pulling audit logs, Gmail logs, and Drive activity through the admin console and APIs.

  • Know how to use the Google Workspace Admin SDK Reports API for log extraction
  • Understand Drive and Gmail log fields relevant to insider threat or account compromise cases

Microsoft Azure Domains

Domain 15: Understanding Microsoft Azure and Log Sources

Establishes Azure's resource model (subscriptions, resource groups, management groups) and the core logging services - Activity Log, Azure Monitor, and diagnostic settings.

  • Know how Azure Activity Log differs from resource-level diagnostic logs
  • Understand Azure AD (Entra ID) sign-in and audit log structure

Domain 11: Microsoft Azure Storage and Networking

Covers Azure Blob Storage access logging, Network Security Groups, and Azure networking constructs relevant to containment and evidence collection.

  • Know how to interpret NSG flow logs
  • Understand storage account access tiers and their logging implications

Domain 12: Microsoft Azure Virtual Machines

Focuses on Azure VM disk snapshotting, boot diagnostics, and extension-based evidence collection - the Azure equivalent of AWS EC2 forensics.

  • Know how to create and export a managed disk snapshot for offline analysis
  • Understand Azure VM extensions and their forensic footprint

Microsoft 365 and Kubernetes Domains

Domain 13: Microsoft Unified Audit Log and Graph API

Centers on the Microsoft 365 Unified Audit Log (UAL) and how the Graph API is used to programmatically pull and correlate activity across Exchange, SharePoint, and Teams.

  • Know UAL record types and common gaps in default logging
  • Understand basic Graph API query structure for audit log retrieval

Domain 9: Kubernetes Overview, Logs, and Common Attacks

Covers Kubernetes architecture (pods, nodes, control plane), audit logging, and the attack patterns most relevant to container-based incident response.

  • Know the structure of Kubernetes audit logs and where they're typically shipped
  • Understand common attack paths like privilege escalation via misconfigured RBAC or exposed API servers

Key Takeaway

Kubernetes and Microsoft 365 each get only one domain, but that doesn't mean they're low-stakes - CyberLive scenarios can still test these areas with hands-on tasks, so don't skip lab practice just because the domain count is small.

Which Domains Deserve the Most Prep Time

GIAC does not publish an official percentage weighting per domain, so avoid trusting any source that claims exact figures. What you can reasonably infer from the blueprint structure is that AWS and Google Cloud, with four and four domains respectively (three and four if you exclude foundational overlap), warrant proportionally more study hours than the single-domain areas like Kubernetes or Microsoft 365. That said, CyberLive tasks can appear across any platform, so "low domain count" should never be read as "safe to skip."

If you want a candid discussion of how question difficulty and CyberLive weighting actually feel in practice, read How Hard Is the GCFR Exam? Complete Difficulty Guide 2026. For a data-grounded look at outcomes, see GCFR Pass Rate 2026: What the Data Shows, and for the exact scoring mechanics behind that 62% threshold, check GCFR Passing Score 2026: Exactly What You Need to Pass.

Mapping the Domains to a Study Timeline

Rather than a generic weekly template, sequence your study around domain dependencies: foundational concepts first, then platform-by-platform, ending with the smaller single-domain topics reinforced through timed practice.

Week 1

Foundations

  • Domain 8: Introduction to Cloud DFIR - build shared-responsibility and evidence-volatility vocabulary
Weeks 2-3

AWS Block

  • Domain 2 (Networking/VMs/Storage), then Domain 14 (Understanding IR), then Domain 7 (In-Cloud IR & Event-Driven Response)
Weeks 4-5

Google Cloud Block

  • Domain 3 (Overview/IAM), Domain 4 (Storage/Networking), Domain 5 (VMs), Domain 10 (Log Sources)
Week 6

Google Workspace

  • Domain 6 (Fundamentals) into Domain 1 (Accessing & Investigating Evidence)
Weeks 7-8

Azure Block

  • Domain 15 (Understanding Azure/Log Sources), Domain 11 (Storage/Networking), Domain 12 (VMs)
Week 9

M365 and Kubernetes

  • Domain 13 (Unified Audit Log/Graph API) and Domain 9 (Kubernetes Overview/Logs/Attacks)
Week 10

Full-Length Practice

  • Timed practice runs at ../ to simulate the 82-question, 3-hour format and identify weak domains before exam day

This sequencing respects the way GIAC groups its own objectives and avoids the common mistake of jumping between unrelated platforms mid-week. For a companion breakdown of index-building and open-book strategy across this same sequence, see the GCFR Study Guide 2026: How to Pass on Your First Attempt, and keep a condensed reference like the GCFR Cheat Sheet 2026: One-Page Review of Must-Know Facts on hand during your final review week.

Who Actually Tests on This Material

The breadth of the GCFR blueprint mirrors the reality of modern security operations: organizations rarely run a single cloud platform in isolation. Employers hiring for cloud incident response, DFIR, and SOC-tier-2/3 roles typically expect familiarity with at least two of the platforms covered here - most commonly AWS plus one of Azure or Google Cloud, often alongside Microsoft 365 or Google Workspace for identity and collaboration-suite investigations.

If you're weighing whether the certification translates into better job prospects or compensation, the GCFR Salary Guide 2026: Complete Earnings Analysis and Is the GCFR Certification Worth It? Complete ROI Analysis 2026 both dig into that question without relying on invented figures. You can also browse current openings that reference the credential directly on GCFR Jobs, or start with the basics via What Is GCFR? and GCFR Certification if you're still evaluating whether this is the right credential for your career track.

Practice Before You Pay for a Retake: At $899 per retake, it's cheaper to run full-length domain-weighted practice sessions at ../ before your first attempt than to discover gaps on exam day.

FAQ

Are all 15 GCFR domains weighted equally on the exam?

GIAC does not publish per-domain weighting for GCFR. The domain count per platform (four for AWS, four for Google Cloud, three for Azure, and so on) is a reasonable proxy for relative emphasis, but CyberLive tasks can draw from any domain regardless of its count.

Do I need hands-on experience with all six platforms before taking GCFR?

You need working familiarity with AWS, Azure, Google Cloud, Microsoft 365, Google Workspace, and Kubernetes concepts as

Ready to pass your GCFR exam?

Put this into practice with free GCFR questions across every exam domain.