CrowdStrike · CCFH
The CCFH validates a cyber threat analyst's ability to perform deep detection analysis and response, machine timelining, insider-threat investigations, and proactive threat hunting using the CrowdStrike Falcon platform.
Practice Questions
599
≈ 9 practice exams
Duration
90 minutes
Passing Score
Pass/Fail
Difficulty
ProfessionalLast Updated
Aug 2026
Use this CCFH practice exam to prepare for CrowdStrike Certified Falcon Hunter (CCFH) with realistic questions, detailed explanations, and focused study modes. The practice bank includes 599 questions for CrowdStrike CCFH, so you can review the exam steadily instead of relying on one long cram session.
As you practice, pay extra attention to recurring topics such as Cyber Threat Hunting, Detection Analysis and Response, Machine Timelining, Insider Threat Investigation, and Event Search and Query. Start with short sessions to identify weak areas, then move into timed quizzes once your accuracy is consistent.
The explanations are especially useful when you want to connect exam wording to the responsibilities and scenarios described in the official certification guidance. Use the free preview first, then unlock the full question bank when you are ready to build a complete study routine.
The CrowdStrike Certified Falcon Hunter (CCFH) is a professional-level certification that validates a cyber threat analyst's ability to leverage the CrowdStrike Falcon platform for advanced threat detection, investigation, and proactive hunting operations. The exam evaluates deep competency across detection analysis and response, machine timelining, insider-threat investigations, event-related search queries using CrowdStrike Query Language (CQL), and structured threat hunting methodologies. It is administered through Pearson VUE and reflects real-world adversarial investigation scenarios tied to industry frameworks such as the MITRE ATT&CK matrix and the cyber kill chain.
The CCFH credential demonstrates mastery of the Falcon platform's investigative toolset, including Host Timeline, Process Timeline, Advanced Event Search, Real Time Response, and built-in hunting analytics. Certified professionals are expected to operationalize threat intelligence, conduct outlier analysis, build hunting hypotheses, and generate actionable reports — skills critical to identifying threats that evade automated detection. The certification was last updated in February 2026, with the current exam code being CCFH-202b.
The CCFH is designed for investigative analysts who perform in-depth detection analysis and response work, particularly those operating within security operations centers (SOCs), threat intelligence teams, or dedicated threat hunting units. It is well-suited for Tier 2 and Tier 3 analysts, incident responders, and threat hunters who use the CrowdStrike Falcon platform daily and need to validate their ability to go beyond alert triage into proactive adversary pursuit.
Professionals targeting roles such as Threat Hunter, Senior SOC Analyst, Detection Engineer, or Cyber Threat Intelligence Analyst will benefit most from this credential. It is not intended for entry-level users; candidates should already be comfortable navigating the Falcon console and performing basic investigations before pursuing this certification.
CrowdStrike does not enforce formal prerequisites for the CCFH exam, but strongly recommends that candidates complete the Falcon Hunter training courses available through CrowdStrike University before attempting the exam. These courses are aligned to the exam domains and provide hands-on familiarity with the platform features tested.
Beyond formal training, CrowdStrike recommends a minimum of six months of hands-on experience working with the Falcon platform in a production environment. Candidates should be comfortable with CrowdStrike Query Language (CQL), the Falcon Investigate module, timeline analysis, and the core features of the Insight and OverWatch interfaces. Familiarity with MITRE ATT&CK and the cyber kill chain is also expected. Candidates must review and accept the CrowdStrike University Certification Agreement prior to registering for the exam.
The CCFH exam consists of 60 scored questions and must be completed within a 90-minute time limit. Questions are scenario-based and assess practical knowledge gained through direct experience with the Falcon platform, not purely theoretical understanding. The exam is delivered through Pearson VUE, with candidates able to choose between online proctored testing via OnVUE or in-person testing at an authorized Pearson Vue Testing Center (PVTC).
The passing score is 80%, and results are reported as a pass or fail. The exam fee is $250 USD. The current exam version is CCFH-202b. CrowdStrike does not publish the exact number of unscored pretest items, if any. Candidates should review the official CCFH Certification Exam Guide PDF available from CrowdStrike University before scheduling, as it outlines the knowledge domains, objectives, and exam policies in full.
Earning the CCFH signals to employers that a practitioner can operate at the advanced investigative tier of the Falcon platform — a distinction valued by MSSPs, enterprise SOC teams, and organizations with CrowdStrike OverWatch or Falcon Complete deployments. Job roles directly aligned to this certification include Threat Hunter, Senior SOC Analyst, Incident Responder, and Detection Engineer. Professionals holding this credential are well-positioned to command salaries in the $100,000–$140,000+ range in the US market, depending on experience and geography, as proactive threat hunting remains a high-demand, low-supply specialization.
The CCFH complements broader security credentials such as SANS GIAC certifications (e.g., GCIA, GCIH) or the eCTHP, but is unique in its platform-specific depth on CrowdStrike Falcon. For organizations standardized on CrowdStrike, the CCFH is often a preferred or required qualification for senior analyst roles. It also serves as a differentiator for security professionals seeking to move from reactive alert-handling into proactive hunting programs, a growing priority as adversaries increasingly operate under detection thresholds.
5 sample questions with answers and explanations. The full bank has 599 questions, enough for 9 full-length practice exams.
Preview — answers shown1. A security operations team at Contoso Healthcare is managing a Windows server environment with 2,400 identified CVEs across their infrastructure. The team has limited patching resources and has found that prioritizing solely by CVSS score leaves actively-exploited vulnerabilities unpatched while high-CVSS theoretical flaws consume all remediation capacity. Which Falcon capability should the team use to intelligently prioritize vulnerabilities based on real-world risk? (Select one!)
Explanation
Falcon Spotlight's ExPRT.AI (Expert Priority Rating) is an AI-driven vulnerability prioritization engine that combines three critical factors to produce actionable risk rankings: exploitability (whether the CVE has known exploit code active in the wild), asset criticality (the business importance of the affected system to the organization), and adversary activity (whether tracked threat actor groups are actively exploiting the vulnerability in real-world intrusions). This multi-factor approach directly solves the described problem — a high-CVSS theoretical vulnerability on a non-critical system with no exploit code receives lower priority than a medium-CVSS vulnerability being actively weaponized by ransomware groups against business-critical infrastructure. CVSS score alone is a suboptimal prioritization criterion because CVSS scores represent theoretical severity ratings that do not account for real-world exploitability in the current threat landscape, asset context, or active threat actor behavior. Sorting by disclosure date inverts rational priority logic — older vulnerabilities with mature exploit tooling embedded in adversary arsenals are often more immediately dangerous than newly disclosed theoretical flaws without public proof-of-concept code. Filtering only by system type and focusing exclusively on domain controllers ignores critical vulnerabilities on other high-value assets such as database servers, backup infrastructure, and administrative jump hosts.
2. A Falcon hunter at Northwind Manufacturing is starting a proactive hunting engagement with no active alerts and no external threat intelligence reports to reference. The hunter builds a CQL query using groupBy() and count() to identify process binaries that appear on fewer than three hosts across thousands of endpoints, based on the principle that adversary tools appear as statistical outliers in process prevalence data. Which hunting approach does this scenario represent? (Select one!)
Explanation
Hypothesis-driven hunting is defined by the hunter constructing an original investigative hypothesis about how malicious activity might manifest in the telemetry, then designing queries to test that hypothesis. In this scenario, the hunter applies the outlier analysis principle — the observation that adversary tools, being introduced into an environment for the first time, appear on very few hosts while widely-used legitimate software appears across many endpoints. This hypothesis is tested through CQL queries that measure process prevalence across the endpoint fleet using groupBy() and count(). The approach originates entirely from the hunter's own analytical reasoning without any external trigger. Intel-driven hunting is initiated by a specific external intelligence source documenting a named adversary's confirmed techniques with specific behavioral indicators to target. Situational awareness hunting is triggered by changes to the organizational environment itself, such as a cloud migration, new software rollout, or significant configuration change. Reactive hunting begins from an existing Falcon detection or alert and pivots into deeper investigation — in this scenario, no prior detection exists.
3. An analyst at Contoso Healthcare is investigating a suspected spear-phishing compromise. A user reported receiving a suspicious email followed by unusual system behavior. The analyst wants to reconstruct the exact sequence of events — specifically which application opened the malicious document, what processes were spawned afterward, and whether code injection into a legitimate process occurred. Which Falcon tool is BEST suited for this investigative workflow? (Select one!)
Explanation
The Process Timeline is specifically designed to visualize parent-child process relationships and reconstruct the execution chain of an attack in a graphical format. It allows analysts to trace the exact sequence — such as an email client opening a document, which spawns Word, which executes a PowerShell script, which then injects into a legitimate process like notepad.exe. This tool quickly surfaces the origin of the attack and every subsequent step in the process execution chain. The Host Timeline provides a useful chronological view of all endpoint events but does not specifically visualize the hierarchical process relationships needed to trace injection chains. Bulk Domain Search is valuable for lateral spread analysis but does not reconstruct a process execution flow. CQL Event Search in the Event Search module is powerful but requires more time and query expertise compared to the visual Process Timeline for this specific reconstruction task.
4. A threat hunter at Adatum Financial is building a CQL query to identify potentially malicious processes that execute on very few endpoints across the enterprise — a statistical outlier technique for discovering rare adversary tools. The hunter wants to surface process image file names that appear on the lowest number of unique hosts. Which two elements are required in the CQL query to correctly implement this outlier detection approach? (Select two!)
Multiple correct answersExplanation
Effective outlier hunting for rare processes requires two key CQL elements. First, the query must begin with the ProcessRollup2 tag filter using #event_simpleName=ProcessRollup2, which scopes the search to process creation events — the correct event type for analyzing process image file names. Tag filters must always appear first in a CQL query for performance, as they are pre-indexed at ingest and prevent costly full table scans. Second, the rare() function is specifically designed to surface the least frequently occurring values of a given field, making rare(ImageFileName) the correct analytical function for identifying process names that appear on the fewest hosts across the enterprise. Using NetworkConnect as the tag filter would scope the query to network connection events, which contain different fields and would miss process naming context. The groupby(ComputerName) function aggregates by host rather than by process name, inverting the intended analysis direction. The table() output function displays results without frequency-based ranking, requiring manual review to identify outliers rather than surfacing them automatically.
5. A Falcon hunter at Contoso Healthcare reviews a CQL query submitted by a junior analyst that is running significantly slower than expected against the Falcon Next-Gen SIEM data store. Upon inspection, the senior hunter determines the query is missing a structural element that all well-performing CQL queries require as their first filter. What is this element and why must it appear first in the query? (Select one!)
Explanation
Tag filters using the # prefix syntax — such as #event_simpleName=ProcessRollup2 or #type=falcon-raw-data — are pre-indexed fields in Falcon Next-Gen SIEM. Because they are indexed at data ingest time rather than at query execution time, tag filters allow the query engine to instantly narrow the search scope to only the relevant event category without scanning the full data store. Placing a tag filter first in every CQL query is a foundational performance best practice that becomes critical at enterprise data volumes. Queries without leading tag filters perform full table scans across all stored events, causing significant performance degradation. Tag fields carry an additional constraint that distinguishes them from regular fields: they support only exact match comparisons and cannot use regex patterns or wildcard characters. The groupBy() function performs aggregation and is useful for analytical queries, but it is not a required structural element — many valid CQL queries return raw individual event records without any aggregation. The table() output function simply defines which fields appear in query output and can be omitted without affecting query correctness or execution. While CQL does apply default result limits, a limit() clause is not a required structural element and its absence does not cause the performance issue described.
$17.99
One-time access to this exam