Metadata-Version: 2.1
Name: probator-collector-dns
Version: 1.0.2
Summary: DNS Collector
Home-page: https://github.com/bunjiboys/probator-collector-dns/
Author: Asbjorn Kjaer
Author-email: bunjiboys+probator@gmail.com
License: License :: OSI Approved :: Apache Software License
Description: # probator-collector-dns
        
        Please open issues in the [Probator](https://gitlab.com/probator/probator/issues/new?labels=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         |
        
        This project is based on the work for [Cloud Inquisitor](https://github.com/RiotGames/cloud-inquisitor) by Riot Games
        
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.7
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
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: test
