Well, it's just an AWS Account ID
21–30 of 36 posts
Re: Well, it's just an AWS Account ID
#22Earlier quoted context omitted.
No, enumeration would be if you can get the entire list of usernames somehow.
> No, enumeration would be if you can get the entire list of usernames somehow. It's still a form of enumeration. Once you know the generation scheme, you can always enumerate some form , perfect or otherwise.
Re: Well, it's just an AWS Account ID
#23Re: Well, it's just an AWS Account ID
#24This seems wrong. Surely you can’t “Enumerate IAM Entities” with just the aAccount ID? So if a company has a user for every dev with username first.last, you could list all devs just by knowing the Account ID? Maybe the author misunderstood what “enumerate” means and meant to say that you can check if a given IAM entity exists under the account? Enumeration and bruteforce are very different things.
Re: Well, it's just an AWS Account ID
#25Re: Well, it's just an AWS Account ID
#26Re: Well, it's just an AWS Account ID
#27Re: Well, it's just an AWS Account ID
#28Earlier quoted context omitted.
I can already do that by sending them for root. This seems like trying to make something out of nothing.
Are you stuck in the 70s or something? I can't recall the last time I read email addressed to root.
Re: Well, it's just an AWS Account ID
#29Re: Well, it's just an AWS Account ID
#30I consider anything that's not public knowledge to be a secret. When possible, try not to come up with anything that's guessable. I randomize even DB usernames in Terraform, not just the passwords. I do the same with schema names, etc. This requires sweat and tears, but it's always worth it. WordPress sucks, but the idea to have a custom table name prefix is not random, but a security consideration. But don't prefix…
The frobnicator service can get a database account name frobnicator_znwxhs1xehhoy. You can use a table name like accounts_c4acou45cbkre if you want.