CS0-003 Security Operations Practice Question
A security analyst is configuring a vulnerability scanner for an internal network. Which two settings are most important for reducing false positives during the scan? (Choose two.)
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Disabling unnecessary plug-ins
Credentialed scans access system details for accurate results, and appropriate plug-in selection reduces irrelevant checks.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Disabling unnecessary plug-ins
Why this is correct
Disabling unnecessary plug-ins prevents the scanner from running checks that are not relevant to the environment, such as Windows-specific tests against Linux hosts. Each plug-in produces findings, and if it probes for software or services that are absent, it can generate false positives based on erroneous banner matches. By tailoring the active plug-in set to the actual asset inventory and exposed services, the analyst reduces meaningless alerts and focuses the scan on likely vulnerabilities. This is a core tuning step that directly reduces false positives while preserving comprehensive coverage.
- ✓
Enabling credentialed scanning
Why this is correct
Enabling credentialed scanning authenticates the scanner to target systems, allowing it to read local configuration data, installed patch levels, and registry settings. This eliminates the guesswork inherent in uncredentialed scans, where the scanner infers vulnerabilities fro remote banners and may flag correctly patched systems or miss actual issues. With credentials, the scanner can perform deeper checks, such as validating hotfixes or inspecting local security settings, producing more accurate results and dramatically fewer false positives. It also uncovers vulnerabilities only visible through authenticated access, such as weak password policies or misconfigured services.
- ✗
Using a higher scan intensity
Why it's wrong here
Using a higher scan intensity increases the rate of concurrent connections, timeouts, and service probing aggressiveness. This may cause the scanner to receive incomplete or ambiguous responses from overloaded targets, leading it to misidentify services and flag false vulnerabilities. Intensity affects performance and network tolerance, not the precision of the detection logic, so it cannot reduce false positives. In fact, aggressive scanning can introduce more extraneous findings by interpreting transient network errors as vulnerabilities.
- ✗
Scanning from multiple IP addresses
Why it's wrong here
Scanning from multiple IP addresses distributes the scan load and can help bypass rate limits or network path restrictions, but it does not alter the scanner's detection logic or how it interprets responses. False positives arise from plug-in logic and target response characteristics, which are independent of the source address. Using multiple sources may even introduce variability, because different paths or network segments can yield inconsistent responses, worsening false positives. It has no effect on reducing the number of false findings.
- ✗
Scanning only during business hours
Why it's wrong here
Scanning only during business hours changes when the scan runs but has no effect on the scanner's detection mechanisms. False positives are produced by plug-ins misinterpreting target responses or lacking context, which is unrelated to the time of day. In fact, business hours might see live user activity or dynamic services that could complicate responses, potentially increasing noise. The accuracy of a scan depends on its configuration, not its schedule, so this does not reduce false positives.
Go deeper
Related to this question
Learn chapter
Network Traffic Analysis
Key term
Vulnerability
A vulnerability is a weakness in a system, network, or software that could be exploited by a threat to cause harm or unauthorized access.
Key term
Vulnerability scanner
A vulnerability scanner is an automated tool that identifies security weaknesses in systems, networks, and applications by comparing their configurations and software versions against known vulnerability databases.
About these practice questions
Courseiva writes every CS0-004 question from scratch — 236 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This CS0-004 practice question is part of Courseiva's free CompTIA certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the CS0-004 exam.