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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file ivan_pro-2.0.1-py3-none-any.whl
.
File metadata
- Download URL: ivan_pro-2.0.1-py3-none-any.whl
- Upload date:
- Size: 29.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d8e7c318a231ae301e144b5843d04f5da0aab4dddd7c0c4e927a564c846c83f4 |
|
MD5 | 27466ed9d10f632199774bf5c3c2d08c |
|
BLAKE2b-256 | 8667604a7c7cb8cf3ba6f02232e88863fd0e7a83642c226f8b408e69c214b886 |