diff --git a/v2/internal/attacktechniques/aws/persistence/rolesanywhere-create-trust-anchor/main.go b/v2/internal/attacktechniques/aws/persistence/rolesanywhere-create-trust-anchor/main.go index ccacea76..1eda677e 100644 --- a/v2/internal/attacktechniques/aws/persistence/rolesanywhere-create-trust-anchor/main.go +++ b/v2/internal/attacktechniques/aws/persistence/rolesanywhere-create-trust-anchor/main.go @@ -94,7 +94,7 @@ func detonate(params map[string]string, providers stratus.CloudProviders) error Name: aws.String(profileName), RoleArns: []string{roleArn}, Enabled: aws.Bool(true), - DurationSeconds: aws.Int32(3600 * 12), + DurationSeconds: aws.Int32(3600), Tags: tags, }) if err != nil {