Cybersecurity Glossary

What is a Vulnerability Scanner?

A vulnerability scanner automatically examines systems for known vulnerabilities, misconfigurations and missing updates. It discovers hosts and services, runs suitable checks and compares results with signatures, version information or security rules. Scanners provide broad, repeatable coverage, but their findings still need expert validation and assessment in the context of the affected system.

How does a vulnerability scanner work?

  1. Discover reachable assets: Identify IP addresses, domains, ports, services or cloud resources.
  2. Fingerprint technology: Determine protocols, products, versions and configuration characteristics.
  3. Select checks: Run plugins or rules relevant to the identified technology.
  4. Evaluate evidence: Compare versions, responses and local data with known vulnerabilities.
  5. Report findings: Present affected assets, evidence, severity and possible remediation.

Some checks merely detect a version and compare it against a database. Others send a harmless request to confirm vulnerable behavior. Intrusive checks trigger the flaw more directly and can place load on a system. The chosen approach must match the environment and operational risk.

Which types of scanner exist?

ScannerExaminesTypical findings
Network scannerHosts, ports and reachable servicesOutdated servers, unsafe protocols, default services and misconfiguration
Web scannerWeb pages, forms, APIs and HTTP behaviorInjection, unsafe headers, exposed files and simple authentication flaws
Host or agent scannerInstalled packages and local configurationMissing patches, unsafe permissions and deviations from baselines
Container and image scannerPackages, base images and container configurationKnown CVEs, secrets, risky settings and outdated dependencies
Cloud security scannerCloud resources and control-plane configurationPublic storage, excessive roles, open security groups and missing logging
Dependency scannerLibraries and software bills of materialsKnown vulnerabilities and unmaintained components

These categories overlap. One platform may combine network, web and cloud checks. The product label is less important than which assets, technologies and weakness types it actually covers.

How do authenticated and external scans differ?

An external or unauthenticated scan sees the target much like an attacker without credentials. It finds reachable services but often has to infer installed versions. An authenticated scan signs in with a restricted assessment account or uses an agent. It can inspect packages, patch status and local settings directly, improving accuracy and exposing problems that are not visible remotely.

Assessment privileges must be sufficient but carefully controlled. Credentials belong in a secret store and should be time-limited and monitored. A failed login must not silently turn a planned authenticated assessment into a superficial external scan.

What are false positives and false negatives?

A false positive is a reported issue that is not present in the target. Imprecise version detection, backported fixes or an unreachable vulnerable code path can cause it. A false negative is an existing flaw that the scanner misses because an asset was omitted, authentication failed, no signature exists yet or business logic requires manual interaction. Both error types can be reduced but never eliminated completely.

How is scanning performed safely?

  • Approve the scope:
    Document targets, time windows, source addresses, exclusions and contacts.
  • Review the inventory:
    Identify production, sensitive and unsupported systems.
  • Tune the profile:
    Do not enable denial-of-service checks or intrusive plugins without deliberate approval.
  • Monitor operations:
    Observe load, errors and alerts during scanning and define an emergency stop procedure.
  • Protect data:
    Treat scan credentials and reports as confidential security information.

How are results handled?

Raw results should be deduplicated, validated and assigned to an accountable asset owner. A CVE with a high CVSS score does not automatically receive the highest internal priority. Reachability, known exploitation, business value, data, controls and possible attack chains belong in the decision. After patching or reconfiguration, a retest confirms that the root cause is actually gone.

Vulnerability scanning and vulnerability management

Scanner, assessment or penetration test?

MethodFocusTypical strength
Vulnerability scanBroad automated detectionRepeatability and known technical problems
Vulnerability assessmentValidation and risk-based interpretationActionable, prioritized inventory
Penetration testManual attack simulation and chainingBusiness logic, authorization and realistic attack paths

Does a clean scan prove security?

No. A clean report only shows that the scanner did not identify a reported condition at that time, within the assets reached and checks enabled. Zero-days, custom business logic, complex authorization failures, unscanned shadow IT and weaknesses outside its signature database remain possible. Scanning is an important continuous control, but not proof of security on its own.

Penetration Tests

Uncover Security Vulnerabilities

Professional penetration testing for your business

Web Apps
Networks
Mobile Apps
10% New Customer Discount
Plan Now

Thank you for your feedback! We will review it and optimize this content.

Do you have feedback on Vulnerability Scanner? Tell us!