Metadata-Version: 2.1
Name: probator-auditor-domain-hijacking
Version: 1.0.2
Summary: Domain Hijacking auditor
Home-page: https://github.com/bunjiboys/probator-auditor-domain-hijacking/
Author: Asbjorn Kjaer
Author-email: bunjiboys+probator@gmail.com
License: Apache 2.0
Description: # probator-auditor-domain-hijacking
        
        Please open issues in the [Probator](https://gitlab.com/probator/probator/issues/new?labels=auditor-domain-hijacking) repository
        
        ## Description
        
        This auditor Checks DNS resource records for any pointers to non-existing 
        assets in AWS (S3 buckets, Elastic Beanstalks, etc) and alerts to indicate 
        there is a vulnerability.
        
        ## Configuration Options
        
        | Option name            | Default Value             | Type   | Description                                                                              |
        |------------------------|---------------------------|--------|------------------------------------------------------------------------------------------|
        | enabled                | False                     | bool   | Enable the Domain Hijacking auditor                                                      |
        | interval               | 30                        | int    | How often the auditor runs, in minutes                                                   |
        | email_recipients       | ['changeme@domain.tld']   | array  | List of emails to receive alerts                                                         |
        | hijack_subject         | Potential hijack detected | string | Email subject for domain hijack notifications                                            |
        
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: test
Provides-Extra: dev
