Prepare Smarter for the 300-220 Exam
Build your exam confidence with flexible preparation resources designed around the latest 300-220 exam objectives. Practice at your own pace using PDF questions, online exam simulations, or desktop practice software.
A threat hunter is performing a structured hunt using Cisco Secure Endpoint (AMP) telemetry to identify credential harvesting activity. Which data source is MOST critical during the data collection and processing phase of the hunt?
Correct Answer: B
The correct answer is endpoint process execution and memory access events . During the data collection and processing phase , the goal is to gather high-fidelity telemetry that supports hypothesis validation.
Credential harvesting often occurs without dropping malware and instead relies on:
Memory scraping
LSASS access
Credential dumping tools
In-memory execution
Cisco Secure Endpoint provides deep visibility into:
Process creation and parent-child relationships
Memory access attempts
Privilege abuse
Fileless execution
Option A provides enrichment but not raw behavioral evidence. Option C supports context but does not replace endpoint telemetry. Option D is reactive and unreliable for structured hunts.
Within the CBRTHD threat hunting lifecycle , this phase emphasizes evidence over indicators . Without endpoint execution and memory telemetry, hunters cannot reliably confirm credential access techniques.
This aligns with MITRE ATT & CK Credential Access tactics and Cisco’s emphasis on endpoint behavioral analytics .
Thus, Option B is the correct answer.
A security architect is designing a threat model for a multi-tier cloud application that includes public APIs, backend microservices, and an identity provider. The goal is to identify how an attacker could chain multiple weaknesses together to achieve account takeover and data exfiltration. Which threat modeling technique is MOST appropriate?
Correct Answer: C
The correct answer is Attack trees . Attack trees are uniquely suited for modeling multi-step adversary behavior , which is essential when analyzing complex attack chains such as account takeover followed by data exfiltration.
Attack trees begin with a high-level attacker goal (for example, “Exfiltrate customer data”) and then break that goal into multiple branches representing different paths an attacker could take. These paths can include credential compromise, API abuse, privilege escalation, lateral movement, and persistence. This structure mirrors how real adversaries think and operate.
Option A (STRIDE) is useful for identifying broad threat categories—such as spoofing, tampering, or information disclosure—but it does not naturally capture sequential attack paths . Option B (CVSS) focuses on vulnerability severity scoring, not adversary behavior. Option D (DREAD) assesses risk impact but does not visualize how attacks unfold across systems.
For threat hunters and defenders, attack trees provide a shared mental model between architects, SOC teams, and red teams. They directly inform detection engineering by highlighting critical choke points where attacker behavior must occur, such as token abuse, API enumeration, or anomalous role assumption in cloud environments.
In modern cloud security, where breaches often involve multiple low-severity issues chained together , attack trees offer far greater strategic value than component-by-component analysis. They also align closely with MITRE ATT & CK mapping , enabling defenders to translate threat models into actionable hunts.
Thus, option C is the most appropriate and professionally validated answer.
A SOC analyst using Cisco security tools wants to differentiate threat hunting from traditional detection engineering . Which activity BEST represents threat hunting rather than detection engineering?
Correct Answer: C
The correct answer is formulating a hypothesis to search for credential misuse without alerts . This activity is the defining characteristic of threat hunting .
Threat hunting is proactive and hypothesis-driven , meaning analysts intentionally search for attacker behavior that has not yet triggered alerts. Detection engineering, on the other hand, focuses on building and tuning automated rules that respond to known patterns.
Options A, B, and D all represent reactive or preventative security operations . They rely on known indicators or alerts and are foundational but insufficient against stealthy adversaries who abuse valid credentials and native tools.
Cisco’s CBRTHD blueprint explicitly emphasizes hypothesis-based hunting as a core competency. Hunters ask questions like:
“If credentials were stolen, how would that look in our telemetry?”
“What behavior would indicate lateral movement without malware?”
This approach aligns with detecting Indicators of Attack (IOAs) and operating higher on the Pyramid of Pain , forcing adversaries to change tactics instead of infrastructure.
Therefore, Option C is the correct and Cisco-aligned answer.
A security team wants to create a plan to protect companies from lateral movement attacks. The team already implemented detection alerts for pass-the-hash and pass-the-ticket techniques. Which two components must be monitored to hunt for lateral movement attacks on endpoints? (Choose two.)
Correct Answer: C, E
The correct answers are Use of Windows Remote Management (C) and Use of tools and commands to connect to remote shares (E) . Both are core mechanisms attackers leverage for lateral movement after gaining valid credentials through techniques such as pass-the-hash or pass-the-ticket.
Windows Remote Management (WinRM) is a legitimate administrative service used for remote command execution and system management. However, attackers frequently abuse WinRM to move laterally by executing commands on remote endpoints using stolen credentials. From a threat hunting perspective, abnormal WinRM usage—such as execution outside normal administrative hours, from unusual source hosts, or by non-administrative user accounts—is a strong indicator of lateral movement activity.
Similarly, the use of tools and commands to connect to remote shares (such as net use, wmic, SMB-based access, or mounting administrative shares like C$) is a classic lateral movement technique. Attackers use remote shares to transfer tools, stage payloads, and execute malware across systems. Monitoring these activities at the endpoint level helps identify suspicious authentication attempts, unexpected share access, and abnormal file transfers.
Option A (runas) relates more to privilege escalation than lateral movement. Option B is specific to Linux privilege persistence and is not relevant to endpoint lateral movement hunting in this context. Option D (scheduled task creation) is primarily associated with persistence rather than movement between systems.
By monitoring WinRM activity and remote share usage, security teams gain visibility into credential-based movement , which remains one of the most common and dangerous attacker behaviors in enterprise environments. Effective lateral movement hunting focuses on how credentials are used , not just how they are stolen.
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?
Correct Answer: B
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.