ivan-pro


Nameivan-pro JSON
Version 1.0.4 PyPI version JSON
download
home_pagehttps://github.com/packetchaos/ivan
SummaryA command-line interface to Tenable Security Center
upload_time2024-04-23 16:57:15
maintainerNone
docs_urlNone
authorCasey Reid
requires_python>=3.0
licenseGNUv3
keywords tenable securitycenter ivan tsc automation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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';"



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/packetchaos/ivan",
    "name": "ivan-pro",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.0",
    "maintainer_email": null,
    "keywords": "tenable securitycenter ivan tsc, automation",
    "author": "Casey Reid",
    "author_email": "itprofguru@gmail.com",
    "download_url": null,
    "platform": null,
    "description": "# Ivan - The Tenable Security Center Swiss Army Knife\nA command-line tool which leverages the Tenable Security Center API to automate common tasks\nin Cyber Exposure or Vulnerability Management.\n\n    *** This tool is not an officially supported Tenable project ***\n\n    *** Use of this tool is subject to the terms and conditions identified below,\n     and is not subject to any license agreement you may have with Tenable ***\n\n### Installing IVAN\n\n    pip install ivan-pro\n\n### Authenticating to Tenable Security Center\n\n    ivan keys --a <your access key or username> --s <your secret key or password> --h <ipaddresss or FQDN>\n\n### Are my Keys inputted correctly?\nIn different terminals it can be a challenge to copy the keys to ivan since you can not be sure it copied correctly.\n\nUse the below commands to check your keys\n\n    ivan find query \"select * from keys;\"\n\nAlternatively, you could try entering your keys again using the '-clear' command to see what is being copied to the screen.\n\n    ivan keys -clear\n\n\n### Update the Ivan Database\n\n    ivan update vulns\n\n### Query the database directly\n\n    ivan find query \"select * from vulns;\"\n\nShow me the assets which have docker installed and the containers running\n\n    ivan find query \"select asset_ip, plugin_id, output from vulns where plugin_id='93561';\"\n\nHow many critical vulns do we have?\n\n    ivan find query \"select count(*) from vulns where severity='critical';\"\n\n\n### Export data into a CSV\n\n    ivan export query \"select asset_ip, plugin_name, description, solution, severity, score from vulns where score <='7';\"\n\n\n",
    "bugtrack_url": null,
    "license": "GNUv3",
    "summary": "A command-line interface to Tenable Security Center",
    "version": "1.0.4",
    "project_urls": {
        "Homepage": "https://github.com/packetchaos/ivan"
    },
    "split_keywords": [
        "tenable securitycenter ivan tsc",
        " automation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "514c9e604b906544f0239bc764b0a8a69863b59a451de971b739e8547d608873",
                "md5": "4c8dbd9fd58ab950c87a2fd2b7376b7e",
                "sha256": "ae9552be5d03fa89b17042a17d615d459222d32bfc372fa9300f08eff2068564"
            },
            "downloads": -1,
            "filename": "ivan_pro-1.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4c8dbd9fd58ab950c87a2fd2b7376b7e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.0",
            "size": 17700,
            "upload_time": "2024-04-23T16:57:15",
            "upload_time_iso_8601": "2024-04-23T16:57:15.037324Z",
            "url": "https://files.pythonhosted.org/packages/51/4c/9e604b906544f0239bc764b0a8a69863b59a451de971b739e8547d608873/ivan_pro-1.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-23 16:57:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "packetchaos",
    "github_project": "ivan",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "ivan-pro"
}
        
Elapsed time: 0.27067s