Scanning methods, CVSS v3.1 scoring, EPSS, risk prioritization, remediation strategies, and compliance — the complete 26% domain.
This domain covers the full vulnerability management lifecycle: discovering and inventorying assets, scanning with the right methodology, analyzing and prioritizing findings using CVSS and business context, implementing remediation, validating fixes, and reporting status. It also covers compliance-driven scanning requirements for frameworks like PCI DSS and HIPAA.
The CS0-004 exam heavily tests scanning method distinctions. Know each pair cold.
| Comparison | Option A | Option B | Key Distinction |
|---|---|---|---|
| Credentialed vs. Non-Credentialed | Credentialed: authenticates to target, examines config from inside | Non-credentialed: probes externally, only sees what's network-exposed | Credentialed = far more thorough, fewer false positives, detects misconfigs and missing patches |
| Agent vs. Agentless | Agent: software installed on target, provides continuous assessment, works offline | Agentless: no install needed, uses protocols (SSH/WMI/SNMP), point-in-time | Agent = persistent, works off-network. Agentless = no software install, but requires credentials and network access |
| Active vs. Passive | Active: sends probes to targets, detects open ports and services, generates traffic | Passive: monitors existing traffic, identifies assets by what they communicate | Active = complete but disruptive. Passive = stealthy, no disruption, misses offline assets |
| Internal vs. External | Internal: scanner inside network, simulates insider/lateral movement perspective | External: scanner outside perimeter, simulates internet attacker's view | Both needed. External shows attack surface; internal finds vulnerabilities unreachable from outside |
CVSS (Common Vulnerability Scoring System) v3.1 provides a standardized 0–10 score. Know the metric groups and score ranges.
Score ranges: 0.0=None | 0.1–3.9=Low | 4.0–6.9=Medium | 7.0–8.9=High | 9.0–10.0=Critical
| Metric | Abbrev | Values (worst → best) | What It Measures |
|---|---|---|---|
| Attack Vector | AV | N (Network) → A (Adjacent) → L (Local) → P (Physical) | How the attack is delivered |
| Attack Complexity | AC | L (Low) → H (High) | Conditions required beyond attacker control |
| Privileges Required | PR | N (None) → L (Low) → H (High) | What access level attacker needs first |
| User Interaction | UI | N (None) → R (Required) | Whether a victim must take an action |
| Scope | S | C (Changed) → U (Unchanged) | Does impact extend beyond the vulnerable component? |
| Confidentiality | C | H (High) → L (Low) → N (None) | Impact on data confidentiality |
| Integrity | I | H (High) → L (Low) → N (None) | Impact on data integrity |
| Availability | A | H (High) → L (Low) → N (None) | Impact on system availability |
| Framework | Scan Frequency | Scan Type Required | Key Requirement |
|---|---|---|---|
| PCI DSS | Quarterly + after significant changes | External: ASV only. Internal: any scanner | Must pass (no critical vulns) for compliance; rescanning after remediation required |
| HIPAA | Periodic (no set frequency) | Technical security evaluation | "Reasonable and appropriate" — document decisions |
| FedRAMP | Monthly OS scans; monthly web app scans | Automated scanning tools | Continuous monitoring required; results submitted to AO |
| NIST SP 800-53 (RA-5) | Defined by organization based on risk | Automated tools + credentialed | Analyze scan results, prioritize remediation, share results |
| ISO 27001 (A.12.6) | Timely — based on risk assessment | Technical vulnerability management process | Document process, track remediation, evaluate technical controls |
| Method | Pros | Cons | Best For |
|---|---|---|---|
| Credentialed | Deep visibility, fewer false positives, detects misconfigs and missing patches | Requires valid credentials, more setup | Comprehensive enterprise assessments |
| Non-credentialed | No credential management needed, simulates attacker view | Misses internal vulns, more false positives | Quick external attack surface view |
| Agent-based | Continuous assessment, works offline/off-network | Software install required, agent maintenance | Laptops, remote workers, cloud workloads |
| Agentless | No software install, uses existing protocols (SSH/WMI) | Point-in-time only, needs network access + credentials | Servers with controlled access, network devices |
| Passive | No disruption, stealthy, discovers assets by traffic | Misses offline systems, less detail | OT/ICS environments, initial discovery |