On this page
On this page
- What Is Security Hub
- How Security Hub Works
- Amazon Security Finding Format (ASFF)
- Security Standards and Controls
- Finding Workflow States
- Suppression Rules
- Multi-Account with AWS Organizations
- Automated Response with EventBridge
- Custom Findings and Third-Party Integrations
- Security Hub Insights
- Security Hub vs Related Services
- Key Exam Scenarios
- CloudWatch Integration
- Automatically Published
- Requires Setup
Security Hub
Security Hub is AWS's centralized security findings aggregator and compliance dashboard. It collects findings from GuardDuty, Inspector, Macie, IAM Access Analyzer, Firewall Manager, and third-party security tools, normalizes them into a standard format, and presents them in one place alongside a continuous compliance assessment against industry standards.
The Fragmentation Problem
A typical AWS security posture involves multiple specialized tools: GuardDuty detects threats, Inspector finds vulnerabilities, Macie identifies exposed sensitive data, and your own tooling generates findings. Without Security Hub, each tool has its own console, its own format, and its own alert fatigue. Security Hub is the single pane of glass that brings it all together.
Security Standards
Security Hub evaluates your AWS environment against several security frameworks automatically:
- AWS Foundational Security Best Practices (FSBP) โ AWS's own curated set of security controls
- CIS AWS Foundations Benchmark โ a widely adopted industry standard
- PCI-DSS โ for environments handling payment card data
- NIST 800-53 โ for US government compliance requirements
For each standard, Security Hub runs hundreds of automated checks and gives you a compliance score. You see at a glance which controls are passing and which resources are failing.
Findings Aggregation
All findings from integrated services flow into Security Hub in the ASFF (Amazon Security Finding Format) โ a normalized JSON structure. This consistency lets you search, filter, and correlate findings across sources: "show me all HIGH severity findings on instances tagged Environment=Production, from any source."
Automated Response
Security Hub integrates with EventBridge, so you can trigger automated responses when specific findings appear. A new CRITICAL finding from GuardDuty can automatically isolate the affected instance by modifying its security group โ all without human intervention during the initial response.
Multi-Account Aggregation
In an organization, Security Hub can aggregate findings from every member account into a designated administrator account. The security team has a complete, cross-account view of findings and compliance without logging into individual accounts.