Initial Access
Initial Access
For initial access to AWS you should find access keys and tokens of an account. That can be done with some different ways phishing, vulnerable an application, leaked tokens/credentials etc.
There are some steps can be done during that phase.
IAM Initial Access
Console sign in URL for root User :
https://signin.aws.amazon.com/console
Console sign in URL for IAM User :
https://account-ID-or-alias.signin.aws.amazon.com/console
Configure AWS CLI :
EC2 Privilege Escalation
Get Information about user identity / role identity :
Lists all managed policies that are attached to the specified IAM user:
Retrieves information about the specified version of the specified managed policy :
Get-Information about instance id :
Lists the instance profiles :
Attach an instance profile with a role to a EC2 instance: :
Last updated