From 6a4d1571f3debbca9b019e887a2805f7b8d5941e Mon Sep 17 00:00:00 2001 From: Bhavin Patel Date: Thu, 9 Mar 2023 14:39:07 -0800 Subject: [PATCH] remove guid key --- atomics/T1136.003/T1136.003.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/atomics/T1136.003/T1136.003.yaml b/atomics/T1136.003/T1136.003.yaml index 2a11a2a1..eb59f4ec 100644 --- a/atomics/T1136.003/T1136.003.yaml +++ b/atomics/T1136.003/T1136.003.yaml @@ -26,8 +26,7 @@ atomic_tests: aws iam delete-user --user-name #{username} name: sh elevation_required: false -- name: Azure AD - Create a new user - auto_generated_guid: # This key and/or it's value will be added by the CI build after submitting a Pull Request +- name: Azure AD - Create a new use description: Creates a new user in Azure AD. Upon successful creation, a new user will be created. Adversaries create new users so that their malicious activity does not interrupt the normal functions of the compromised users and can remain undetected for a long time. supported_platforms: - azure-ad