Metadata-Version: 1.0
Name: querycontacts
Version: 0.1.0
Summary: Query network abuse contacts on the command-line for a given ip address on abuse-contacts.abusix.org
Home-page: http://abusix.com/global-reporting/abuse-contact-db
Author: Dean Ceulic
Author-email: dc@abusix.com
License: GNU General Public License v3 (GPLv3)
Description: Usage
        =====
        
            usage: querycontacts [-h] [-z ZONE] [--version] [--provider PROVIDER] [-6] ip
        
            positional arguments:
              ip                    (query network abuse contacts for given
                                    ip address on abuse-contacts.abusix.org)
        
            optional arguments:
              -h, --help            show this help message and exit
              -z ZONE, --zone ZONE  query only one specific rir zone, supported values:
                                    arin, afrinic, lacnic, apnic, ripencc
              --version             show program's version number and exit
              --provider PROVIDER   change standard network abuse contacts provider
              -6                    provided ip address is v6 (currently only for arin
                                    ipv6 adresses)
        
        Examples
        --------
        
            $ querycontacts 83.169.16.238
        
            $ querycontacts -z ripencc 83.169.16.238
        
            $ querycontacts -6 2001:4800:4860::8844
        
            $ querycontacts -z arin -6 2001:4800:4860::8844
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Customer Service
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Security
