AWS securityhub documentation change
Summary
Added CSPM branding to automation rules documentation, updated console/API references to specify 'Security Hub CSPM administrator', and modified finding history links.
Security assessment
Changes focus on product name consistency (CSPM additions) and administrative role terminology. No evidence of addressing security flaws or introducing security controls.
Diff
diff --git a/securityhub/latest/userguide/view-automation-rules.md b/securityhub/latest/userguide/view-automation-rules.md index 9a031f43e..a41d763de 100644 --- a//securityhub/latest/userguide/view-automation-rules.md +++ b//securityhub/latest/userguide/view-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) @@ -7 +7 @@ -An automation rule can be used to automatically update findings in AWS Security Hub. 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). For background information about how automation rules work, see [Understanding automation rules in Security Hub CSPM](./automation-rules.html). @@ -11 +11 @@ Choose your preferred method, and follow the steps to view your existing automat -To view a history of how automation rules have changed your findings, see [Reviewing finding details and finding history in Security Hub](./securityhub-findings-viewing.html). +To view a history of how automation rules have changed your findings, see [Reviewing finding details and history in Security Hub CSPM](./securityhub-findings-viewing.html). @@ -18 +18 @@ 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/). @@ -34 +34 @@ API - 1. To view the automation rules for your account, run [`ListAutomationRules`](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_ListAutomationRules.html) from the Security Hub administrator account. This API returns the rule ARNs and other metadata for your rules. No input parameters are required for this API, but you can optionally provide `MaxResults` to limit the number of results and `NextToken` as a pagination parameter. The initial value of `NextToken` should be `NULL`. + 1. To view the automation rules for your account, run [`ListAutomationRules`](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_ListAutomationRules.html) from the Security Hub CSPM administrator account. This API returns the rule ARNs and other metadata for your rules. No input parameters are required for this API, but you can optionally provide `MaxResults` to limit the number of results and `NextToken` as a pagination parameter. The initial value of `NextToken` should be `NULL`. @@ -36 +36 @@ API - 2. For additional rule details, including the criteria and actions for a rule, run [`BatchGetAutomationRules`](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchGetAutomationRules.html) from the Security Hub administrator account. Provide the ARNs of the automation rules that you want details for. + 2. For additional rule details, including the criteria and actions for a rule, run [`BatchGetAutomationRules`](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchGetAutomationRules.html) from the Security Hub CSPM administrator account. Provide the ARNs of the automation rules that you want details for.