AWS - Control Tower Post Exploitation

Support HackTricks

Control Tower

AWS - Control Tower Enum

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>
Support HackTricks

Last updated