Skip to content

"display" command

Casey Reid edited this page Aug 19, 2022 · 8 revisions

Purpose

The "display" command is helpful in getting basic information from Tenable.io. It is also great for confirming a change you made using navi. For instance, if you added a user, is the user enabled?

Command Options

Display current Tenable.io information - navi display

  • scanners --> List all of the Scanners
  • users --> List all of the Users
  • exclusions --> List all Exclusions
  • containers --> List all containers and their Vulnerability Scores
  • logs --> List The actor and the action in the log file
  • running --> List the running Scans
  • scans --> List all Scans
  • nnm --> Nessus Network Monitor assets and their vulnerability scores
  • assets --> Assets found in the last 30 days
    • --tag TEXT --> Display assets for a given Tag; Using the Tag Value UUID
  • policies --> Scan Policies
  • connectors --> Displays information about the Connectors
  • agroup --> Displays information about Access Groups
  • status --> Displays Tenable.io License and Site information
  • agents --> Displays information on Agents
  • webapp --> Displays information on Web app Scans
  • tgroup --> Displays information about Target Groups
  • licensed --> Displays All of your Licensed assets
  • tags --> Displays Tag Categories, Values and Value UUID
  • categories --> Displays Tag Categories and the Category UUID
  • cloud --> Displays Cloud assets found in the last 30 days
  • networks --> Displays Network IDs
  • version --> Displays Current Navi Version
  • usergroup --> Display current user groups
    • --membership TEXT --> Display user of a certain group using the Group ID
  • audits --> Display Completed Audits
    • --name TEXT --> Display assets with compliance results for a given Audit file name
    • --uuid TEXT --> Display all compliance findings for the given UUID
  • sla --> Display current SLA

Examples

navi display scanners

navi display running

navi display nnm

navi display usergroup --membership 192939

navi display audits --name CIS_CentOS_7_Server_L1_v3.0.0.audit --uuid 1a955d70-468e-4667-b558-e7559c5cec54

navi display audits

navi display audits --uuid 1a955d70-468e-4667-b558-e7559c5cec54

Recent Changes 8/17/2022

Some Display commands were removed in 7.0.1 due to API changes