Metadata-Version: 2.1
Name: cinq-collector-dns
Version: 2.0.0
Summary: DNS Collector
Home-page: https://github.com/RiotGames/cinq-collector-dns/
Author: Riot Games Security
Author-email: security@riotgames.com
License: License :: OSI Approved :: Apache Software License
Description: ******************
        cinq-collector-dns
        ******************
        
        Please open issues in the `Cloud-Inquisitor <https://github.com/RiotGames/cloud-inquisitor/issues/new?labels=cinq-collector-dns>`_ repository
        
        ===========
        Description
        ===========
        
        This collector gathers and collates all related DNS information, 
        with which the relevant DNS auditors can analyse for potential 
        security issues.
        
        =====================
        Configuration Options
        =====================
        
        +---------------------+--------------------------------------+--------+----------------------------------------------------------------------------------+
        | Option name         | Default Value                        | Type   | Description                                                                      |
        +=====================+======================================+========+==================================================================================+
        | enabled             | False                                | bool   | Enable the DNS collector plugin                                                  |
        +---------------------+--------------------------------------+--------+----------------------------------------------------------------------------------+
        | interval            | 15                                   | int    | Run frequency in minutes                                                         |
        +---------------------+--------------------------------------+--------+----------------------------------------------------------------------------------+
        | cloudflare_api_key  |                                      | string | CloudFlare API Key                                                               |
        +---------------------+--------------------------------------+--------+----------------------------------------------------------------------------------+
        | cloudflare_email    |                                      | string | Email address associated with the API key                                        |
        +---------------------+--------------------------------------+--------+----------------------------------------------------------------------------------+
        | cloudflare_enabled  | False                                | bool   | Enable CloudFlare as a source for DNS records                                    |
        +---------------------+--------------------------------------+--------+----------------------------------------------------------------------------------+
        | cloudflare_endpoint | https://api.cloudflare.com/client/v4 | string | CloudFlare API endpoint                                                          |
        +---------------------+--------------------------------------+--------+----------------------------------------------------------------------------------+
        | axfr_domains        | []                                   | array  | Domains to attempt to perform zone transfers for                                 |
        +---------------------+--------------------------------------+--------+----------------------------------------------------------------------------------+
        | axfr_server         |                                      | string | Server from where to request zone transfers                                      |
        +---------------------+--------------------------------------+--------+----------------------------------------------------------------------------------+
        | axfr_enabled        | False                                | bool   | Enable using DNS Zone Transfers for records                                      |
        +---------------------+--------------------------------------+--------+----------------------------------------------------------------------------------+
        
Keywords: cloud security
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Framework :: Flask
Classifier: Framework :: Sphinx
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Environment :: Console
Classifier: Natural Language :: English
Classifier: Topic :: Security
Classifier: Topic :: Utilities
Provides-Extra: dev
Provides-Extra: test
