π AWS Account Security Hub is not enabled π’
- Contextual name: π Security Hub is not enabled π’
- ID:
/ce/ca/aws/account/security-hub
- Located in: π AWS Account
Flagsβ
- π’ Policy with categories
- π’ Policy with type
- π’ Production policy
Our Metadataβ
- Policy Type:
COMPLIANCE_POLICY
- Policy Category:
SECURITY
Similar Policiesβ
- Cloud Conformity
- Internal
dec-z-bc139af8
Similar Internal Rulesβ
Rule | Policies | Flags |
---|---|---|
βοΈ dec-z-bc139af8 | 1 |
Logicβ
- π§ prod.logic.yaml π π’
- π AWS Account
- π§ͺ test-data.json
Descriptionβ
Descriptionβ
Security Hub collects security data from across AWS accounts, services, and supported third-party partner products and helps you analyze your security trends and identify the highest priority security issues. When you enable Security Hub, it begins to consume, aggregate, organize, and prioritize findings from AWS services that you have enabled, such as Amazon GuardDuty, Amazon Inspector, and Amazon Macie. You can also enable integrations with AWS partner security products.
Rationaleβ
AWS Security Hub provides you with a comprehensive view of your security state in AWS and helps you check your environment against security industry standards and best practices - enabling you to quickly assess the security posture across your AWS accounts.
Impactβ
It is recommended AWS Security Hub be enabled in all regions. AWS Security Hub requires AWS Config to be enabled.
Auditβ
The process to evaluate AWS Security Hub configuration per region
From Consoleβ
- Sign in to the AWS Management Console and open the AWS Security Hub console at https://console.aws.amazon.com/securityhub/.
... see more
Remediationβ
Remediationβ
To grant the permissions required to enable Security Hub, attach the Security Hub managed policy
AWSSecurityHubFullAccess
to an IAM user, group, or role. Enabling Security HubFrom Consoleβ
- Use the credentials of the IAM identity to sign in to the Security Hub console.
- When you open the Security Hub console for the first time, choose
Go to Security Hub
.- The
Security standards
section on the welcome page lists supported security standards. Check the box for a standard to enable it.- Choose
Enable Security Hub
.From Command Lineβ
- Run the
enable-security-hub
command. To enable the default standards, include--enable-default-standards
:aws securityhub enable-security-hub --enable-default-standards
- To enable the security hub without the default standards, include
--no-enable-default-standards
:aws securityhub enable-security-hub --no-enable-default-standards