Metadata-Version: 2.4
Name: ciscoreputation
Version: 2.1.4
Summary: Get the Cisco's senderbase.org reputation for a hostname or ip address
Home-page: https://github.com/cescobarresi/ciscoreputation
Author: Francesco Barresi
Author-email: francescobarresi@bbfactory.it
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.7
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Requires-Dist: docopt
Requires-Dist: requests
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: requires-dist
Dynamic: summary

ciscoreputation
===============

Get the Cisco's `talosintelligence.com`_ email reputation for an IP address

Usage
-----

.. code-block::

    ciscoreputation
    Get the email reputation for an IP address from talosintelligence.com

    Usage:
        ciscoreputation <query> [options]
        ciscoreputation reputation <query> [options]
        ciscoreputation volumes <query> [options]
        ciscoreputation --help

    Commands:
        reputation      Get the reputation for the given <query>
        volumes         Get the volume for last month and current day for the given <query>

    Arguments:
        query           The ip address to query for.

    Options:
        --tos                  Accept TalosIntelligence Term of Service
        --values               Output only the requested value, useful when using in another script
        --version              Print version.
        -h --help              Show this screen.

    Note: Use wisely, don't query like crazy.

Installation
------------

Install from PyPi:

When installing form PyPi is better to use a virtual environment, when installing the debian package a virtual environment is automatically created and used.

.. code-block::

    $ virtaulenv cisco-env
    $ source cisco-env/bin/activate
    (cisco-env)$ pip install ciscoreputation
    
Or from the debian package:

.. code-block::

    $ sudo gdebi ciscoreputation-[version]_[platform].deb

Requirements
^^^^^^^^^^^^
* `requests`_
* `docopts`_

Licence
-------

MIT. See LICENCE

Authors
-------

`ciscoreputation` was written by `Francesco Barresi`_ `@cescobarresi`_.

.. _talosintelligence.com: https://talosintelligence.com/reputation_center/
.. _requests: http://python-requests.org/
.. _docopts: https://github.com/docopt/docopt
.. _Francesco Barresi: https://github.com/cescobarresi
.. _@cescobarresi: https://twitter.com/cescobarresi

