Skip to main content

A command-line interface to Tenable Security Center

Project description

Ivan - The Tenable Security Center Swiss Army Knife

A command-line tool which leverages the Tenable Security Center API to automate common tasks in Cyber Exposure or Vulnerability Management.

*** This tool is not an officially supported Tenable project ***

*** Use of this tool is subject to the terms and conditions identified below,
 and is not subject to any license agreement you may have with Tenable ***

Installing IVAN

pip install ivan-pro

Authenticating to Tenable Security Center

ivan keys --a <your access key or username> --s <your secret key or password> --h <ipaddresss or FQDN>

Are my Keys inputted correctly?

In different terminals it can be a challenge to copy the keys to ivan since you can not be sure it copied correctly.

Use the below commands to check your keys

ivan find query "select * from keys;"

Alternatively, you could try entering your keys again using the '-clear' command to see what is being copied to the screen.

ivan keys -clear

Update the Ivan Database

ivan update vulns

Query the database directly

ivan find query "select * from vulns;"

Show me the assets which have docker installed and the containers running

ivan find query "select asset_ip, plugin_id, output from vulns where plugin_id='93561';"

How many critical vulns do we have?

ivan find query "select count(*) from vulns where severity='critical';"

Export data into a CSV

ivan export query "select asset_ip, plugin_name, description, solution, severity, score from vulns where score <='7';"

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

ivan_pro-1.0.4-py3-none-any.whl (17.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page