Key details for this exam, checked against the published exam outline
Each question shows the correct answer and an explanation of why it is right
A threat hunting team is attempting to attribute a series of intrusions across multiple organizations to a known threat actor. The malware binaries differ across incidents, infrastructure changes frequently, and IP addresses rotate daily. Which evidence provides the STRONGEST basis for confident attribution?
The correct answer is consistent attacker tradecraft mapped to MITRE ATT&CK. Attribution at a professional level relies on behavioral consistency, not superficial artifacts.
Advanced threat actors routinely rotate infrastructure, recompile malware, and vary filenames specifically to defeat attribution efforts. As a result, indicators such as IP addresses, hashes, and timestamps are unreliable and sit low on the Pyramid of Pain.
What attackers cannot easily change is how they operate. This includes:
Initial access techniques
Credential harvesting methods
Lateral movement patterns
Persistence mechanisms
Command-and-control behaviors
When these behaviors remain consistent across incidents, they form a behavioral fingerprint. Mapping these observations to MITRE ATT&CK techniques allows analysts to compare activity against known threat group profiles maintained by intelligence providers and national CERTs.
Option A and B are weak indicators easily altered by attackers. Option D provides almost no attribution value, as timing alone is coincidental and unreliable.
Professional attribution requires correlating TTPs across campaigns and validating them against historical threat actor intelligence. This method supports high-confidence attribution used in legal, executive, and geopolitical contexts.
Therefore, Option C is the correct and defensible answer.
A SOC team using Cisco security technologies wants to improve its ability to detect threats that bypass traditional security controls by abusing valid user credentials. Which hunting focus MOST effectively addresses this challenge?
The correct answer is analyzing authentication behavior anomalies across users and devices. Credential abuse is one of the most common and effective techniques used by modern attackers because it allows them to blend in with legitimate activity and bypass malware-based defenses.
Options A and B rely on malware indicators, which are often absent in credential-based attacks. Option D addresses only one potential delivery or command-and-control vector and does not detect misuse of valid credentials.
By analyzing authentication behavior, threat hunters can detect:
Impossible travel scenarios
Abnormal login times
Excessive failed logins followed by success
Logins from unusual devices or locations
Cisco tools such as Cisco Secure Network Analytics, VPN telemetry, and identity logs provide rich data sources for this type of hunting. This approach focuses on Indicators of Attack (IOAs) rather than Indicators of Compromise (IOCs), pushing detection higher on the Pyramid of Pain.
Within the CBRTHD blueprint, hunting for credential misuse is a core competency, especially in cloud and remote-access environments. Detecting these behaviors early significantly reduces attacker dwell time and limits the blast radius of compromise.
Therefore, Option C is the most effective and Cisco-aligned answer.
A threat hunter uses Cisco Secure Endpoint to investigate a suspected credential-harvesting attack that does not involve dropping files to disk. Which capability is MOST critical for detecting this activity?
The correct answer is endpoint process ancestry tracking. Credential harvesting attacks frequently rely on fileless execution and living-off-the-land techniques.
When no files are written to disk, hash-based detection (Option A) is ineffective. Email sandboxing (Option C) and URL filtering (Option D) may detect initial delivery but provide little visibility into post-execution behavior.
Cisco Secure Endpoint provides detailed telemetry on:
Parent-child process relationships
Unexpected process spawning
Abnormal command-line arguments
Memory-resident execution
By analyzing process ancestry, hunters can identify suspicious chains such as:
Office applications spawning scripting engines
Browsers spawning credential-harvesting processes
Legitimate binaries launching unexpected child processes
This capability directly supports MITRE ATT&CK Credential Access and Defense Evasion techniques and is explicitly covered in the CBRTHD exam objectives related to endpoint-based threat hunting.
Thus, Option B is the most accurate and Cisco-aligned answer.
Refer to the exhibit.

A security engineer notices that a Windows Batch script includes calls to suspicious APIs. How will the script affect the system when it is executed?
The correct answer is Files are encrypted. The exhibit shows a collection of API calls and strings that strongly indicate cryptographic operations associated with file encryption, a common behavior in ransomware and data-encrypting malware.
Key indicators in the script include multiple Windows Cryptographic API function calls such as:
CryptAcquireContextW
CryptCreateHash
CryptHashData
CryptDeriveKey
CryptEncrypt
CryptDecrypt
CryptDestroyKey
CryptReleaseContext
These APIs are part of the Windows CryptoAPI, which is explicitly used to generate cryptographic keys, hash data, and encrypt or decrypt content. The presence of ADVAPI32.dll further confirms cryptographic functionality, as this library provides access to Windows security and encryption services.
Additionally, registry-related APIs such as RegSetValueExA, RegOpenKeyExA, and references to:
Software\Microsoft\Windows\CurrentVersion\Run
indicate that the script may also establish persistence, ensuring the encryption routine executes again after reboot. However, persistence is secondary; the primary functional behavior shown is encryption.
Option A is incorrect because there are no APIs related to disabling networking (such as InternetSetOption or firewall manipulation). Option B is incorrect because retrieving host version information would involve system query APIs like GetVersionEx, which are not present. Option C is incorrect because although the word sleep appears, it is commonly used by malware to delay execution or evade sandboxes---not to place the system into sleep mode.
From a threat hunting and malware analysis perspective, the combination of CryptoAPI usage, registry modification, and internet-related APIs (InternetReadFile, InternetQueryDataAvailable) is a classic ransomware pattern: retrieve data or keys, encrypt local files, and possibly communicate with command-and-control infrastructure.
Professional defenders recognize these API patterns as high-confidence malicious indicators, often mapped to MITRE ATT&CK -- Impact: Data Encrypted for Impact (T1486). Detecting such behavior early is critical to prevent widespread data loss and operational disruption.
In summary, the script's API usage clearly indicates that its execution results in file encryption, making Option D the correct answer.
A mature SOC notices that several incidents over the past year involved attackers abusing legitimate administrative tools rather than deploying custom malware. Leadership asks the threat hunting team to improve detection coverage in a way that increases attacker cost rather than relying on easily replaceable indicators. Which detection strategy best aligns with this objective?
The correct answer is correlating attacker behavior across multiple MITRE ATT&CK techniques. This approach focuses on behavioral detection, which is the cornerstone of effective threat hunting and advanced security operations.
Attackers who abuse legitimate administrative tools---often referred to as living-off-the-land techniques---intentionally avoid malware-based detections. File hashes, signatures, and known indicators provide minimal value because there may be no malicious files at all. Options A and D sit at the lowest levels of the Pyramid of Pain, making them easy for adversaries to evade.
By correlating behavior across multiple ATT&CK techniques---such as credential access, lateral movement, privilege escalation, and command execution---defenders detect how the attacker operates rather than what tools they use. This forces adversaries to fundamentally change tradecraft, which is costly, risky, and time-consuming.
Option C improves visibility but does not inherently raise attacker cost. Threat intelligence feeds are reactive and often lag behind active campaigns.
From a professional threat hunting perspective, correlating multiple low-signal behaviors into a high-confidence attack pattern is how mature SOCs detect stealthy intrusions. This method also supports scalable detection engineering, improved alert fidelity, and reduced false positives.
This strategy directly aligns with higher tiers of the Threat Hunting Maturity Model and the top of the Pyramid of Pain, making option B the correct answer.
60 questions covering all exam domains, starting from $20
Exam domains verified against: Official Cisco 300-220 exam guide, last checked September 2026.
Learn to apply the Threat Hunting Maturity Model and Pyramid of Pain to security operations. Understand how to model threats using MITRE ATT&CK, MITRE CAPEC, TaHiTI, and PASTA frameworks, then use them to analyze advanced persistent threats and commodity threat actors from log data.
Select and apply the right threat modeling approach for different scenarios, prioritizing attacks using the Cyber Kill Chain and MITRE ATT&CK. Learn structured and unstructured threat hunting methods and how to handle threat intelligence through gathering, cataloging, utilization, and removal.
Sample question from this domain above: Q3
Determine attack tactics, techniques, and procedures from logs and distinguish between authorized assessments and real attacks. Build detection artifacts across all levels of the Pyramid of Pain to identify advanced persistent threat actors in your environment.
Sample question from this domain above: Q1
Use Python and PowerShell scripting to enhance detection and perform cloud-native threat hunts. Discover undetected threats through endpoint analysis, command and control communications tracking, memory analysis with tools like Volatility, and code-level review using PE Checker, BURP Suite, and SEM Grep.
Build runbooks and playbooks to address detected threats through reverse engineering and memory analysis. Identify gaps in detection related to vulnerabilities, configuration errors, and threats, then recommend tools, deception techniques, and remediation strategies to improve hunt effectiveness.
Sample question from this domain above: Q4
Diagnose analytical gaps and recommend mitigation strategies to block command and control traffic. Use multiproduct integration to accelerate analysis and convey threat hunting findings through presentation resources to drive environmental improvements.
Common questions about the exam itself