joshlarsen / aws-recon

Multi-threaded AWS inventory collection tool with a focus on security-relevant resources and metadata.
https://archive.darkbit.io/resources
MIT License
529 stars 49 forks source link

[EC2] record a synthetic ARN for the AWS account #84

Closed joshlarsen closed 3 years ago

joshlarsen commented 3 years ago

Currently, the EC2 collector doesn't record an ARN for the describe_account_attributes call. This will cause OpenCSPM asset loading to fail if AWS Recon is collecting from the global region.

Fix: Construct a synthetic ARN in the format arn:aws::global:1234567890.

Then update OpenCSPM to use the standard @name field it expects.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.