Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Rule Tuning] AWS STS GetCallerIdentity API Called for the First Time (…
…#4094) Tuning this rule to exclude identity type `AssumedRole` as this is too common a behavior, often automated, and used to verify current identity and role assumptions. Therefore it is not as indicative of suspicious behavior when used by assumed roles. This rule will still trigger for `IAM User` and `Federated User` identity types. In telemetry this change reduces alerts from ~240,000 to 43 in the last 30 days. (cherry picked from commit 0ed6b3f)
- Loading branch information