Skip to content

Conversation

@DominicBreuker
Copy link
Contributor

Card

Adds support for Alias records in the cloudfox aws route53 command. These records are currently not shown, and you could miss interesting things because of that.

Details

AWS Route53 supports special DNS records called Alias (docs). They are configured like CNAMEs and allow you to point records like mybucket.company.com to AWS resources like an S3 bucket. When resolved, they behave like A/AAAA records.

The SDK reports these records in a special field. Therefore cloudfox currently does not output them. The PR checks adds them as a special case. They get printed out with type Alias[A] or Alias[AAAA] and the value will be some identifier of the AWS resource the record points to.

@bishopfaure bishopfaure merged commit 2cb5ad2 into BishopFox:main Mar 13, 2025
1 check passed
@DominicBreukerK24
Copy link

thx :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants