Skip to content

Commit

Permalink
add code tags to CloudTrail parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
adanalvarez authored and christophetd committed Feb 7, 2024
1 parent 93d6ba1 commit 9879794
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ which generates a finding when a role can be assumed from a new AWS account or p

- Identify a call to <code>CreateRole</code> closely followed by <code>AttachRolePolicy</code> with an administrator policy.

- Identify a call to <code>CreateRole</code> that contains an assumeRolePolicyDocument in the requestParameters that allows access from an external AWS account. Sample event:
- Identify a call to <code>CreateRole</code> that contains an <code>assumeRolePolicyDocument</code> in the <code>requestParameters</code> that allows access from an external AWS account. Sample event:

```
{
Expand Down

0 comments on commit 9879794

Please sign in to comment.