Tenable Agent Cheatsheet

Benefits

  • Provides extended scan coverage and continuous security:
    • Can deploy where it’s not practical or possible to run network-based scans.
    • Can assess off-network assets and endpoints that intermittently connect to the internet (such as laptops). Tenable Agents can scan the devices regardless of network location and report results back to the manager.
  • Eliminates the need for credential management:
    • Does not require host credentials to run, so you don't need to update credentials manually in scan configurations when credentials change, or share credentials among administrators, scanning teams, or organizations.
    • Can deploy where remote credentialed access is undesirable, such as Domain Controllers, DMZs, or Certificate Authority (CA) networks.
  • Efficient:
    • Can reduce your overall network scanning overhead.
    • Relies on local host resources, where performance overhead is minimal.
    • Reduces network bandwidth need, which is important for remote facilities connected by slow networks.
    • Removes the challenge of scanning systems over segmented or complex networks.
    • Minimizes maintenance, because Tenable Agents can update automatically without a reboot or end-user interaction.
    • Large-scale concurrent agent scans can run with little network impact.
  • Easy deployment and installation:
    • You can install and operate Tenable Agents on all major operating systems.
    • You can install Tenable Agents anywhere, including transient endpoints like laptops.
    • You can deploy Tenable Agents using software management systems such as Microsoft’s System Center Configuration Manager (SCCM).

Limitations

  • Network checks — Agents are not designed to perform network checks, so certain plugin items cannot be checked or obtained if you deploy only agent scans. Combining network scans with agent-based scanning eliminates this gap.
  • Remote connectivity — Agents miss things that can only specifically be performed through remote connectivity, such as logging into a DB server, trying default credentials (brute force), traffic-related enumeration, etc.

System Requirements for Tenable Agents

For dataflow and licensing requirements, refer to Port Requirements and Licensing Requirements. To view the Tenable Agent software requirements, see Tenable Agent Software Requirements.

Hardware Requirements

Tenable Agents are lightweight and only use minimal system resources. Generally, a Tenable Agent uses 50 to 60 MB of RAM (all pageable). A Tenable Agent uses almost no CPU while idle, but is designed to use up to 100% of the CPU when available during jobs.

For more information on Tenable Agent resource usage, refer to Software Footprint.

The following table outlines the minimum recommended hardware for operating a Tenable Agent. Tenable Agents can be installed on a virtual machine that meets the same requirements specified.

Hardware

Minimum Requirement

Processor

1 dual-core CPU

Processor Speed

> 1 GHz

RAM > 1 GB
Disk Space

> 3 GB, not including space used by the host operating system

The agent may require more space during certain processes, such as applying a plugin update. The selected scan frequency, volume of findings, and log rotation options impact agent disk utilization. If disk space is a chief concern in your deployment scenario, Tenable recommends allocating up to 4 GB (not including space used by the host operating system).

Disk Speed 15-50 IOPS

Install and Link Tenable Agents

The following installation instructions are for the command line. To install using the user interface, see Install a Tenable Agent on Windows or Install a Tenable Agent on macOS.

Linux

  1. Install the package:

    • Red Hat and Oracle Linux

      # dnf install NessusAgent-<version number>-es8.x86_64.rpm

    • Fedora

      # dnf install NessusAgent-<version number>-fc34.x86_64.rpm

    • Ubuntu

      # dpkg -i NessusAgent-<version number>-ubuntu1110_i386.deb

    • Debian

      # dpkg -i NessusAgent-<version number>-debian6_amd64.deb

    Note: After installing an agent, you must start the service manually by running the /sbin/service nessusagent start command.
  2. Link the agent to Tenable Nessus Manager or Tenable Vulnerability Management:

    At the command prompt, use the nessuscli agent link command. For example:

    /opt/nessus_agent/sbin/nessuscli agent link

    --key=00abcd00000efgh11111i0k222lmopq3333st4455u66v777777w88xy9999zabc00

    --name=MyOSXAgent --groups="All" --host=yourcompany.com --port=8834

    Note: You must copy and paste the entire link command on the same line. Otherwise, you receive an error.

Windows

You can deploy and link Tenable Agents via the command line. For example:

msiexec /i NessusAgent-<version number>-x64.msi NESSUS_GROUPS="Agent Group Name" NESSUS_SERVER="192.168.0.1:8834" NESSUS_KEY=00abcd00000efgh11111i0k222lmopq3333st4455u66v777777w88xy9999zabc00 /qn

macOS

  1. Install the package:

    1. Extract Install Nessus Agent.pkg and .NessusAgent.pkg from NessusAgent-<version number>.dmg.
      Note: The .NessusAgent.pkg file is normally invisible in the macOS Finder.
    2. Open Terminal.
    3. At the command prompt, enter the following command:
    4. # sudo installer -pkg /<path-to>/Install Nessus Agent.pkg -target /

  2. Link the agent to Tenable Nessus Manager or Tenable Vulnerability Management:

    1. Open Terminal.
    2. At the command prompt, use the nessuscli agent link command.

      For example:

      # sudo /Library/NessusAgent/run/sbin/nessuscli agent link
      --key=00abcd00000efgh11111i0k222lmopq3333st4455u66v777777w88xy9999zabc00
      --name=MyOSXAgent --groups=All --host=yourcompany.com --port=8834