Skip to content
This repository has been archived by the owner on May 3, 2023. It is now read-only.

cmdlabs/cmd-tf-aws-guardduty-org

Repository files navigation

CMD Solutions|medium

cmd-tf-aws-guardduty-org

Table of contents

  1. Overview
  2. AWS GuardDuty - Overview Diagram
  3. AWS GuardDuty Terraform
  4. License

Overview

Amazon GuardDuty is a continuous security monitoring service that analyses and processes the following data sources: VPC Flow Logs, AWS CloudTrail event logs, and DNS logs. It uses threat intelligence feeds, such as lists of malicious IPs and domains, and machine learning to identify unexpected and potentially unauthorised and malicious activity within your AWS environment.

This repo contains Terraform modules for configuring AWS GuardDuty via AWS Organisations and optionally managing IPSets and ThreadSets used by GuardDuty.

This module only needs to be run once. All existing AWS Organisation member accounts and all future AWS Organisation member accounts will be added automatically.

Terraform >= 0.12.20 is required for this module.

AWS GuardDuty - Overview Diagram

GuardDuty|medium

AWS GuardDuty Terraform

Resources docs

AWS GuardDuty automation includes use of the following core Terraform resources:

Inputs

The below outlines the current parameters and defaults.

Name Description Type Default Required
bucket_name Name of the S3 bucket to use string "" Yes
force_destroy (Optional) A boolean that indicates all objects should be deleted from the bucket so that the bucket can be destroyed without error. These objects are not recoverable. bool false No
detector_enable Enable monitoring and feedback reporting bool true No
ipset_format The format of the file that contains the IPSet string TXT No
ipset_iplist IPSet list of trusted IP addresses list [] No
threatintelset_format The format of the file that contains the ThreatIntelSet string TXT No
threatintelset_iplist ThreatIntelSet list of known malicious IP addresses list [] No

Outputs

Name Description
detector_id The ID of the GuardDuty detector
account_id The AWS account ID of the GuardDuty detector

License

Apache 2.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published