Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 621 Bytes

File metadata and controls

24 lines (13 loc) · 621 Bytes

AWS - Control Tower Post Exploitation

{{#include ../../../../banners/hacktricks-training.md}}

Control Tower

{{#ref}} ../../aws-services/aws-security-and-detection-services/aws-control-tower-enum.md {{#endref}}

Enable / Disable Controls

To further exploit an account, you might need to disable/enable Control Tower controls:

aws controltower disable-control --control-identifier <arn_control_id> --target-identifier <arn_account>
aws controltower enable-control --control-identifier <arn_control_id> --target-identifier <arn_account>

{{#include ../../../../banners/hacktricks-training.md}}