Upgrade to Pro — share decks privately, control downloads, hide ads and more …

AWS Security Hub Central Configuration - An Easy way to monitor your Organization security posture

AWS Security Hub Central Configuration - An Easy way to monitor your Organization security posture

Lightning talk at AWS re:Invent re:Cap Hong Kong

Richard Fan

January 25, 2024
Tweet

More Decks by Richard Fan

Other Decks in Technology

Transcript

  1. An Easy way to monitor your Organization security posture AWS

    Security Hub Central Configuration Richard Fan AWS Security Hero
  2. What is AWS Security Hub? • Cloud Security Posture Management

    (CSPM) service • Identify security misconfigurations • Central dashboard of security findings, compliance state
  3. Integrations • Other AWS services • Amazon Inspector • Amazon

    GuardDuty • 3rd party products • Snyk • Tenable • Splunk • Custom integration
  4. Built-in standards • Backed by AWS Config • Supported standards

    • AWS Foundational Security Best Practices • CIS AWS Foundations Benchmark • NIST SP 800-53 • PCI DSS
  5. Multi-account challenges • Which account has security issues? • Auto

    deploy to new accounts • Customized policies for different accounts • Keep policies in-sync for all accounts
  6. New feature: Central Configuration • Integrated with AWS Organization •

    Create policies for member accounts • Enable/Disable AWS Security Hub • Enable/Disable Security standards • Enable/Disable Security controls • Custom control parameters • Different policies for different accounts
  7. New feature: Custom control parameters • Customize parameters on some

    security controls • Fine-tune for organization security policies • E.g. • [IAM.7] – Password policies for IAM users should have strong configurations Minimum Password Length: 8 - 128 characters
  8. AWS Config is not auto-enabled • Built-in security controls requires

    AWS Config • Central Configuration doesn’t enable AWS Config • Need to enable for all accounts first • AWS CloudFormation StackSet • Terraform …
  9. Cost saving on AWS Config • AWS Config records all

    supported resource types • Not all resource types are monitored by AWS Security Hub • AWS Config support continuous/daily recording • Use daily recording if full resource history is not required
  10. AWS Security Hub Workshop AWS CloudFormation for optimizing AWS Config

    for AWS Security Hub AWS blog - Introducing new central configuration capabilities in AWS Security Hub richardfan1126