CompTIA Cybersecurity Analyst (CySA+) Fundamentals — Quiz 1
CompTIA Cybersecurity Analyst (CySA+) Fundamentals — Quiz 1 — Study Guide
CompTIA CySA+ Fundamentals — Threat Intelligence Study Guide
Cybersecurity is no longer just about building walls — it's about understanding *who* is trying to break them down, *how* they operate, and *why*. Threat intelligence transforms raw data into actionable knowledge, helping security teams stay one step ahead of attackers. This guide covers the foundational concepts you need to ace Quiz 1 and, more importantly, to think like a cybersecurity analyst.
What Is Threat Intelligence?
Threat intelligence is the process of collecting, analyzing, and applying information about current and potential attacks. The primary goal is to enable informed, proactive security decisions — not just reacting to breaches, but anticipating them.
Think of it like weather forecasting: raw sensor data becomes a forecast that helps you decide whether to carry an umbrella. Similarly, raw logs and reports become intelligence that helps defenders prioritize risks.
Types of Threat Intelligence
| Type | Audience | Example |
|---|---|---|
| Strategic | Executives, board members | Nation-state actors targeting financial sector |
| Operational | Security managers | Campaign details of a phishing group |
| Tactical | SOC analysts | Malware TTPs (Tactics, Techniques, Procedures) |
| Technical | Incident responders | Specific IP addresses, file hashes |
Key Terminology
Threat Actor
A threat actor is any individual or group that poses a threat to an organization's security. Categories include:APT Example: APT29 (Cozy Bear), linked to Russian intelligence, is known for slow, methodical intrusions into government and defense targets.
IOC — Indicator of Compromise
IOC stands for Indicator of Compromise. These are forensic artifacts that suggest a system has been breached or attacked.Common IOC examples:
IOC Example:
File Hash: d41d8cd98f00b204e9800998ecf8427e
Domain: malicious-update.ru
IP: 192.168.1.105 → 45.33.32.156 (known C2 server)Vulnerability vs. Threat
Threat Intelligence Sources
OSINT (Open Source Intelligence)
OSINT refers to intelligence gathered from publicly available sources:Other Sources
Sharing Threat Intelligence
Why Share?
Sharing threat intelligence benefits the entire security community by:STIX and TAXII
Two key standards power automated threat sharing:| Standard | Purpose |
|---|---|
| STIX (Structured Threat Information eXpression) | A *language* for describing threat data in a structured, machine-readable format |
| TAXII (Trusted Automated eXchange of Indicator Information) | A *transport protocol* for sharing STIX data between organizations |
CTA — Cyber Threat Alliance
The CTA (Cyber Threat Alliance) is a nonprofit organization where member cybersecurity companies share threat intelligence to improve collective defenses. Members include Palo Alto Networks, Fortinet, and others.Frameworks and Models
MITRE ATT&CK
MITRE ATT&CK is a globally accessible knowledge base of adversary tactics and techniques based on real-world observations. It organizes attacker behavior into:Analysts use ATT&CK to map detected behaviors to known threat actors and identify coverage gaps.
Cyber Kill Chain
The Kill Chain (developed by Lockheed Martin) describes the stages of a cyberattack:Defenders use this model to identify *where* to interrupt an attack.
Diamond Model
The Diamond Model analyzes intrusions using four core features connected at the points of a diamond:Adversary
/ \
Infrastructure — Capability
\ /
VictimIt helps analysts understand relationships between attacker infrastructure, capabilities, and targeted victims — useful for attribution and threat modeling.
Threat Modeling
Threat modeling is a structured process for identifying potential threats to a system *before* they occur. Common approaches include STRIDE and PASTA. It answers: *"What could go wrong, and how bad would it be?"*False Positives and False Negatives
These concepts are critical for analysts evaluating detection tools:
| Term | Definition | Risk |
|---|---|---|
| False Positive | Alert fires, but no real threat exists | Analyst fatigue, wasted resources |
| False Negative | Real threat exists, but no alert fires | Missed attack — most dangerous |