OpenVAS
Last updated
Last updated
The OpenVAS Greenbone Security Assistant application has various tabs that you can interact with. For this section, we will be digging into the scans. If you navigate to the Scans
tab shown below, you will see the scans that have run in the past. You will also be able to see how to create a new task to run a scan. The tasks work off of the scanning configurations that the user sets up.
Before setting up any scans, it is best to configure the targets for the scan. If you navigate to the Configurations
tab and select Targets
, you will see targets that have been already added to the application.
Typically, an authenticated scan
leverages a high privileged user such as root
or Administrator
. Depending on the permission level for the user, if it's the highest permission level, you'll retrieve the maximum amount of information back from the host in regards to the vulnerabilities present since you would have full access.
Once you have added your target, they will appear in the list below:
Multiple scan configurations leverage OpenVAS Network Vulnerability Test (NVT) Families, which consist of many different categories of vulnerabilities, such as ones for Windows, Linux, Web Applications, etc. You can see a few different types of families shown below:
OpenVAS has various scan configurations to choose from for scanning a network. We recommend only leveraging the ones below, as other options could cause system disruptions on a network:
Base
: This scan configuration is meant to enumerate information about the host's status and operating system information. This scan configuration does not check for vulnerabilities.
Discovery
: This scan configuration is meant to enumerate information about the system. The configuration identifies the host's services, hardware, accessible ports, and software being used on the system. This scan configuration also does not check for vulnerabilities.
Host Discovery
: This scan configuration solely tests whether the host is alive and determines what devices are active
on the network. This scan configuration does not check for vulnerabilities as well. OpenVAS leverages ping to identify if the host is alive.
System Discovery
: This scan enumerates the target host further than the 'Discovery Scan' and attempts to identify the operating system and hardware associated with the host.
Full and fast
: This configuration is recommended by OpenVAS as the safest option and leverages intelligence to use the best NVT checks for the host(s) based on the accessible ports.
You can create your own scan by navigating to the 'Scans' tab and clicking the wizard icon.
Once you click the wizard icon, the panel shown below will pop up and allow you to configure your scan.
We will configure the scan with the options below, which targets 172.16.16.160
and then run our scan, which can take 30-60 minutes
to finish.
To add your own, click the icon highlighted below and add an individual target or a host list. You also can configure other options such as the ports, authentication, and methods of identifying if the host is reachable. For the Alive Test
, the Scan Config Default
option from OpenVAS leverages the NVT Ping Host
in the NVT Family
. You can learn about the NVT Family .