OpenVAS is an open-source network vulnerability scanner and the scanning engine inside the Greenbone Vulnerability Management stack. It sweeps hosts across a network, identifies which services are listening, determines the software and versions behind them, and matches what it finds against a large, continuously updated feed of vulnerability tests. The result is host-by-host, service-by-service exposure data for infrastructure — servers, network devices, hypervisors, databases, appliances — rather than for a single application.
OpenVAS is one component of a larger system, and knowing the split matters when something breaks. The scanner executes the tests. The management daemon holds targets, scan configurations, tasks, results and users, and exposes them over the Greenbone Management Protocol. A web interface sits on top for humans, while the same protocol serves scripts and automation. Behind all of it is the feed: thousands of vulnerability tests, plus CVE, CPE and advisory data, synchronised regularly — an OpenVAS installation with a stale feed reports confidently and wrongly, which is the failure people notice last.
The difference between a useful deployment and a noisy one comes down to a few decisions. Authenticated scanning, where the scanner logs into the host with SSH or SMB credentials and reads installed package versions directly, is far more accurate than remote inference and is the single biggest quality improvement available. Quality-of-detection filtering separates confirmed findings from probable ones. Overrides and notes let you record a decision about a finding so it does not have to be re-argued every week. Scheduling, delta reports and consistent target definitions turn a one-off scan into a control you can show an auditor.
Why this skill matters now
Infrastructure inventories grew faster than the teams that maintain them. Cloud accounts, container hosts, network appliances, IoT and OT devices, and long-lived virtual machines all age at their own rate, and unpatched exposed services remain one of the most reliable entry points in real incidents. Periodic authenticated vulnerability scanning is now a baseline expectation in most security frameworks rather than an optional maturity item.
OpenVAS occupies the position of the credible open-source option. Commercial scanners are licensed per asset, which makes broad, frequent coverage expensive, and many organisations settle on a mixed model: a commercial platform for the regulated estate and OpenVAS for everything else, or OpenVAS as the primary scanner where budget rules it. Either way, engineers who can run and tune it properly are in demand across security operations, infrastructure and compliance teams.
What organisations struggle with is the operational reality. Deploying the stack and synchronising the feed is fiddly. Credentialed scanning requires an account model somebody has to agree to. Scan configurations that finish inside a maintenance window need tuning. And the output — thousands of results across hundreds of hosts, many of them low-quality detections — is worthless until somebody applies quality-of-detection filtering, overrides, ownership and a remediation flow. That last part is the job.