Match each vulnerability assessment methodology with its corresponding operational characteristic or execution behavior.
- Credentialed Vulnerability ScanUses administrative credentials to inspect internal software registries, missing patch levels, and host configuration files directly.
- Non-Credentialed Vulnerability ScanSends probe packets across network interfaces without authentication to discover visible open ports and exposed service banners.
- Passive Vulnerability AssessmentMonitors network traffic headers and packet flows continuously to identify system types and active protocols without generating synthetic network probes.
- Intrusive Vulnerability AssessmentAttempts to exploit identified vulnerabilities or simulate attack payloads, carrying a risk of service interruption or system instability.
Answer
Credentialed Vulnerability Scan pairs with administrative privilege inspection; Non-Credentialed Vulnerability Scan pairs with unauthenticated network probing; Passive Vulnerability Assessment pairs with continuous packet monitoring without probe generation; Intrusive Vulnerability Assessment pairs with exploitation payloads that risk service interruption.
Each vulnerability scanning methodology is accurately paired with its core operational mechanics: credentialed scans use privileged access for deep internal host inspection, non-credentialed scans evaluate external attack surface exposure, passive assessments listen silently to packet streams, and intrusive assessments run exploit vectors that carry risk of service disruption.
Step-by-Step Solution
Key Concept
Vulnerability Assessment Methodologies and Scanner Configurations