Metadata-Version: 1.1
Name: cinq-auditor-cloudtrail
Version: 1.1.0
Summary: CloudTrail auditor
Home-page: https://github.com/RiotGames/cinq-auditor-cloudtrail/
Author: Riot Games Security
Author-email: security@riotgames.com
License: Apache 2.0
Description-Content-Type: UNKNOWN
Description: ***********************
        cinq-auditor-cloudtrail
        ***********************
        
        ===========
        Description
        ===========
        
        This auditor ensures that CloudTrail is enabled and logging to a 
        central location and that SNS/SQS notifications are enabled and being 
        sent to the correct queues for the CloudTrail Logs application.
        
        =====================
        Configuration Options
        =====================
        
        +------------------+----------------+--------+-----------------------------------------------------------------------------------------------------------+
        | Option name      | Default Value  | Type   | Description                                                                                               |
        +==================+================+========+===========================================================================================================+
        | enabled          | False          | bool   | Enable the Cloudtrail auditor                                                                             |
        +------------------+----------------+--------+-----------------------------------------------------------------------------------------------------------+
        | interval         | 60             | int    | Run frequency in minutes                                                                                  |
        +------------------+----------------+--------+-----------------------------------------------------------------------------------------------------------+
        | bucket_account   | CHANGE ME      | string | Name of the account (must exist) in which to create the S3 bucket where CloudTrail logs will be delivered |
        +------------------+----------------+--------+-----------------------------------------------------------------------------------------------------------+
        | bucket_name      | CHANGE ME      | string | Name of the S3 bucket to send CloudTrail logs to                                                          |
        +------------------+----------------+--------+-----------------------------------------------------------------------------------------------------------+
        | bucket_region    | us-west-2      | string | Region where to enable global events logging                                                              |
        +------------------+----------------+--------+-----------------------------------------------------------------------------------------------------------+
        | sns_topic_name   | CHANGE ME      | string | Name of the SNS topic for CloudTrail log delivery                                                         |
        +------------------+----------------+--------+-----------------------------------------------------------------------------------------------------------+
        | sqs_queue_account| CHANGE ME      | string | Name of the account (must exist) which owns the SQS queue for CloudTrail log delivery notifications       |
        +------------------+----------------+--------+-----------------------------------------------------------------------------------------------------------+
        | sqs_queue_name   | SET ME         | string | Name of the SQS queue                                                                                     |
        +------------------+----------------+--------+-----------------------------------------------------------------------------------------------------------+
        | sqs_queue_region | us-west-2      | string | Region for the SQS queue                                                                                  |
        +------------------+----------------+--------+-----------------------------------------------------------------------------------------------------------+
        
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
