aws.securityhub.describe_standards_controls
Example SQL Queries
SELECT * FROMaws.securityhub.describe_standards_controlsWHERE"standards_subscription_arn" = 'VALUE';Description
Returns a list of security standards controls.
For each control, the results include information about whether it is currently enabled, the severity, and a link to remediation information.
Table Definition
| Column Name | Column Data Type |
|---|---|
| standards_subscription_arn Required Input Column The ARN of a resource that represents your subscription to a supported standard. To get the subscription ARNs of the standards you have enabled, use the GetEnabledStandards operation. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| control_id The identifier of the security standard control. | VARCHAR |
| control_status The current status of the security standard control. Indicates whether the control is enabled or disabled. Security Hub does not check against disabled controls. | VARCHAR |
| control_status_updated_at The date and time that the status of the security standard control was most recently updated. | TIMESTAMP_S |
| description The longer description of the security standard control. Provides information about what the control is checking for. | VARCHAR |
| disabled_reason The reason provided for the most recent change in status for the control. | VARCHAR |
| related_requirements The list of requirements that are related to this control. | VARCHAR[] |
Show child fields
| |
| remediation_url A link to remediation information for the control in the Security Hub user documentation. | VARCHAR |
| severity_rating The severity of findings generated from this security standard control. The finding severity is based on an assessment of how easy it would be to compromise Amazon Web Services resources if the issue is detected. | VARCHAR |
| standards_control_arn The ARN of the security standard control. | VARCHAR |
| title The title of the security standard control. | VARCHAR |