CompTIA Cybersecurity Analyst (CySA+) Intermediate — Quiz 2
CompTIA Cybersecurity Analyst (CySA+) Intermediate — Quiz 2 — Study Guide
CySA+ Intermediate Quiz 2: Threat Detection, Incident Response & Forensics
Understanding how to detect, respond to, and recover from cyber incidents is the backbone of any security analyst's job. Whether you're triaging a phishing email or preserving forensic evidence, these skills separate reactive defenders from proactive ones. This lesson covers everything from SIEM data sources and incident response phases to malware analysis and threat intelligence frameworks — exactly what you'll need to ace Quiz 2.
SIEM and Data Sources
A Security Information and Event Management (SIEM) system aggregates and correlates log data from across your environment to detect threats in real time.
Common SIEM Data Sources
| Data Source | What It Provides |
|---|---|
| Firewall logs | Allowed/denied traffic, IP connections |
| IDS/IPS alerts | Signature-based threat detections |
| Endpoint/host logs | Process execution, login events |
| DNS logs | Domain lookups, potential C2 traffic |
| Email gateway logs | Phishing attempts, spam filtering |
| Authentication logs | Failed logins, privilege escalation |
Analogy: A SIEM is like a security camera control room — individual cameras (data sources) are useful, but the operator watching all feeds simultaneously (correlation) spots the threat.
Incident Response Lifecycle
The incident response (IR) process follows a structured lifecycle. Knowing the order of phases is critical for the quiz.
The Six Phases (PICERL)
Key exam tip: The primary goal of Containment is to limit damage and prevent spread — NOT to fix the problem (that's Eradication).
Lessons Learned
The lessons learned meeting serves to:
Phishing and Email Security
Phishing remains the #1 initial attack vector. When a user reports a suspicious email:
Best initial action: Do NOT click the link. Isolate the email, report it to the security team, and analyze the headers and link in a sandbox environment.
Email Security Controls
Malware Analysis and Sandboxing
A sandbox is an isolated environment where you can safely execute and observe malware behavior without risking production systems.
Types of Malware Analysis
| Type | Description |
|---|---|
| Static Analysis | Examine code/file without executing it (strings, hashes, PE headers) |
| Dynamic Analysis | Execute in a sandbox and observe behavior (network calls, registry changes) |
| Behavioral Analysis | Monitor system changes caused by the malware |
Threat Intelligence: TTPs, APTs, and Threat Actors
Threat intelligence is actionable information about adversaries that helps you anticipate and defend against attacks.
Key Concepts
Attack Frameworks
| Framework | Purpose |
|---|---|
| MITRE ATT&CK | Catalogs real-world TTPs used by threat actors |
| Cyber Kill Chain | 7-stage model of an attack from recon to exfiltration |
| Diamond Model | Analyzes relationships between adversary, capability, infrastructure, and victim |
Forensics, Evidence, and Chain of Custody
Digital forensics involves collecting and preserving evidence in a legally defensible way.
Volatile vs. Non-Volatile Data
Volatile data is lost when a system is powered off — always collect it FIRST:
Chain of Custody
Chain of custody is the documented record of who collected, handled, and transferred evidence. Breaking the chain can make evidence inadmissible in court.
Evidence Collected → Logged with hash value (MD5/SHA-256)
→ Transferred to analyst (documented)
→ Stored securely (access logged)
→ Presented in court (fully traceable)Vulnerabilities, Exploits, and False Positives
Network segmentation limits the blast radius of an exploit by dividing networks into isolated zones, so a compromised segment can't freely communicate with critical systems.
Preparation: Training and Exercises
The Preparation phase isn't just about tools — it's about people.
Well-prepared teams respond faster, make fewer mistakes, and preserve evidence correctly.