Update aws_detect_sts_assume_role_abuse.yml

using cloudtrail as input macro
This commit is contained in:
Bhavin Patel
2020-09-10 13:25:39 -07:00
committed by GitHub
parent 5e9f3a7ae0
commit ef3fee0a81
@@ -6,7 +6,7 @@ id: 8e565314-b6a2-46d8-9f05-1a34a176a662
known_false_positives: "Sts:AssumeRole can be very noisy as it is a standard mechanism to provide cross account and cross resources access. This search can be adjusted to provide specific values to identify cases of abuse."
name: "aws detect sts assume role abuse"
references: []
search: '`aws_cloudwatchlogs_eks` user_type=AssumedRole userIdentity.sessionContext.sessionIssuer.type=Role | table sourceIPAddress userIdentity.arn user_agent user_access_key status action requestParameters.roleName responseElements.role.roleName responseElements.role.createDate | `aws_detect_sts_assume_role_abuse_filter`'
search: '`cloudtrail` user_type=AssumedRole userIdentity.sessionContext.sessionIssuer.type=Role | table sourceIPAddress userIdentity.arn user_agent user_access_key status action requestParameters.roleName responseElements.role.roleName responseElements.role.createDate | `aws_detect_sts_assume_role_abuse_filter`'
tags:
analytics_story:
- "AWS Cross Account Activity"