From 474cbdff8ab533ee28654c4f1fd3ca8a8a5e71ae Mon Sep 17 00:00:00 2001 From: sai prashanth pulisetti <40313110+prashanthpulisetti@users.noreply.github.com> Date: Sun, 21 Jan 2024 09:52:49 +0530 Subject: [PATCH] Update T1580.yaml --- atomics/T1580/T1580.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/atomics/T1580/T1580.yaml b/atomics/T1580/T1580.yaml index d7139d31..e5dec62d 100644 --- a/atomics/T1580/T1580.yaml +++ b/atomics/T1580/T1580.yaml @@ -90,5 +90,3 @@ atomic_tests: if ! aws sts get-caller-identity --profile #{aws_profile}; then echo "AWS CLI not properly configured. Please configure AWS CLI." fi - - Ensure that this test is conducted in a controlled environment to prevent accidental exposure of sensitive information. - - The effectiveness of this test relies on the permissions associated with the AWS profile used. It should have read access to EC2 security groups.