AWS securityhub documentation change
Summary
Updated references from 'Security Hub' to 'Security Hub CSPM' throughout the document, changed 'preview' to 'beta' for findings preview feature, and adjusted console/API terminology to reflect CSPM branding
Security assessment
The changes primarily involve rebranding updates (adding CSPM references) and terminology adjustments (preview→beta). There is no evidence of addressing a specific security vulnerability or weakness. The updates relate to product naming conventions and feature status labeling rather than security content changes.
Diff
diff --git a/securityhub/latest/userguide/create-automation-rules.md b/securityhub/latest/userguide/create-automation-rules.md index 16d879a1d..661998806 100644 --- a//securityhub/latest/userguide/create-automation-rules.md +++ b//securityhub/latest/userguide/create-automation-rules.md @@ -3 +3 @@ -[Documentation](/index.html)[AWS Security Hub](/securityhub/index.html)[User Guide](what-is-securityhub.html) +[Documentation](/index.html)[AWS Security Hub](/securityhub/index.html)[ User Guide ](what-is-security-hub-adv.html) @@ -9 +9 @@ Creating a custom automation ruleCreating an automation rule from a template (co -An automation rule can be used to automatically update findings in AWS Security Hub. You can create a custom automation rule from scratch or, on the Security Hub console, use a pre-populated rule template. For background information about how automation rules work, see [Understanding automation rules in Security Hub](./automation-rules.html). +An automation rule can be used to automatically update findings in AWS Security Hub Cloud Security Posture Management (CSPM). You can create a custom automation rule from scratch or, on the Security Hub CSPM console, use a pre-populated rule template. For background information about how automation rules work, see [Understanding automation rules in Security Hub CSPM](./automation-rules.html). @@ -15 +15 @@ You must create an automation rule in each Region and account in which you want -When you create an automation rule in the Security Hub console, Security Hub shows you a preview of the findings to which your rule applies. The preview is currently not supported if your rule criteria include a CONTAINS or NOT_CONTAINS filter. You can choose these filters for map and string field types. +When you create an automation rule in the Security Hub CSPM console, Security Hub CSPM shows you a beta of the findings to which your rule applies. The beta is currently not supported if your rule criteria include a CONTAINS or NOT_CONTAINS filter. You can choose these filters for map and string field types. @@ -30 +30 @@ Console - 1. Using the credentials of the Security Hub administrator, open the AWS Security Hub console at [https://console.aws.amazon.com/securityhub/](https://console.aws.amazon.com/securityhub/). + 1. Using the credentials of the Security Hub CSPM administrator, open the AWS Security Hub Cloud Security Posture Management (CSPM) console at [https://console.aws.amazon.com/securityhub/](https://console.aws.amazon.com/securityhub/). @@ -40 +40 @@ Console -If supported for your selected criteria, the console shows you a preview of findings that match your criteria. +If supported for your selected criteria, the console shows you a beta of findings that match your criteria. @@ -60 +60 @@ API - 1. Run [`CreateAutomationRule`](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_CreateAutomationRule.html) from the Security Hub administrator account. This API creates a rule with a specific Amazon Resource Name (ARN). + 1. Run [`CreateAutomationRule`](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_CreateAutomationRule.html) from the Security Hub CSPM administrator account. This API creates a rule with a specific Amazon Resource Name (ARN). @@ -66 +66 @@ API - 4. For the `RuleOrder` parameter, provide the order of the rule. Security Hub applies rules with a lower numerical value for this parameter first. + 4. For the `RuleOrder` parameter, provide the order of the rule. Security Hub CSPM applies rules with a lower numerical value for this parameter first. @@ -68 +68 @@ API - 5. For the `RuleStatus` parameter, specify if you want Security Hub to enable and start applying the rule to findings after creation. If no value is specified, the default value is `ENABLED`. A value of `DISABLED` means that the rule is paused after creation. + 5. For the `RuleStatus` parameter, specify if you want Security Hub CSPM to enable and start applying the rule to findings after creation. If no value is specified, the default value is `ENABLED`. A value of `DISABLED` means that the rule is paused after creation. @@ -70 +70 @@ API - 6. For the `Criteria` parameter, provide the criteria that you want Security Hub to use to filter your findings. The rule action will apply to findings that match the criteria. For a list of supported criteria, see [Available rule criteria and rule actions](./automation-rules.html#automation-rules-criteria-actions). + 6. For the `Criteria` parameter, provide the criteria that you want Security Hub CSPM to use to filter your findings. The rule action will apply to findings that match the criteria. For a list of supported criteria, see [Available rule criteria and rule actions](./automation-rules.html#automation-rules-criteria-actions). @@ -72 +72 @@ API - 7. For the `Actions` parameter, provide the actions that you want Security Hub to take when there's a match between a finding and your defined criteria. For a list of supported actions, see [Available rule criteria and rule actions](./automation-rules.html#automation-rules-criteria-actions). + 7. For the `Actions` parameter, provide the actions that you want Security Hub CSPM to take when there's a match between a finding and your defined criteria. For a list of supported actions, see [Available rule criteria and rule actions](./automation-rules.html#automation-rules-criteria-actions). @@ -108 +108 @@ The following example AWS CLI command creates an automation rule the updates the -Rule templates reflect common use cases for automation rules. Currently, only the Security Hub console supports rule templates. Complete the following steps to create an automation rule from a template in the console. +Rule templates reflect common use cases for automation rules. Currently, only the Security Hub CSPM console supports rule templates. Complete the following steps to create an automation rule from a template in the console. @@ -112 +112 @@ Rule templates reflect common use cases for automation rules. Currently, only th - 1. Using the credentials of the Security Hub administrator, open the AWS Security Hub console at [https://console.aws.amazon.com/securityhub/](https://console.aws.amazon.com/securityhub/). + 1. Using the credentials of the Security Hub CSPM administrator, open the AWS Security Hub Cloud Security Posture Management (CSPM) console at [https://console.aws.amazon.com/securityhub/](https://console.aws.amazon.com/securityhub/). @@ -122 +122 @@ Rule templates reflect common use cases for automation rules. Currently, only th -If supported for your selected criteria, the console shows you a preview of findings that match your criteria. +If supported for your selected criteria, the console shows you a beta of findings that match your criteria.