Tenable Agent Cheatsheet
Benefits and Limitations of Using Tenable Agents

- 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).

- 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.

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 |
The agent may require more space during certain processes, such as a plugins-code.db defragmentation operation. |
Disk Speed | 15-50 IOPS |

To view the Tenable Agent software requirements, see Tenable Agent Software Requirements.
Installing and Linking 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.

Install the package:

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

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

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

# 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.
Link 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.

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

Install the package:
- Extract
Install Nessus Agent.pkg
and.NessusAgent.pkg
fromNessusAgent-<version number>.dmg
.Note: The .NessusAgent.pkg file is normally invisible in the macOS Finder. - Open Terminal.
- At the command prompt, enter the following command:
Link Agent to Tenable Nessus Manager or Tenable Vulnerability Management:
- Open Terminal.
-
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