cloudgoat icon indicating copy to clipboard operation
cloudgoat copied to clipboard

detection_evasion: fixed filter pattern for instance profile usage

Open andrew-kline opened this issue 2 years ago • 0 comments

There is a misconfiguration in the filter pattern for the instance_profile_abnormal_usage metric filter. The IP -> assumed role for the easy path is currently source_ip == easy_instance_ip && useridentity.arn == hard_path.name, which means that usage of the easy_path instance role outside of the instance will not trigger an alert. This PR adjusts the filter to source_ip == easy_instance_ip && useridentity.arn == easy_path.name.

andrew-kline avatar Jul 04 '22 18:07 andrew-kline