AWS - Route53 Enum

Reading time: 2 minutes

tip

Learn & practice AWS Hacking:HackTricks Training AWS Red Team Expert (ARTE)
Learn & practice GCP Hacking: HackTricks Training GCP Red Team Expert (GRTE)

Support HackTricks

Route 53

Reading time: 2 minutes

Amazon Route 53 is a cloud Domain Name System (DNS) web service.
You can create https, http and tcp health checks for web pages via Route53.

IP-based routing

Reading time: 2 minutes

This is useful to tune your DNS routing to make the best DNS routing decisions for your end users.
IP-based routing offers you the additional ability to optimize routing based on specific knowledge of your customer base.

Enumeration

Reading time: 2 minutes

bash
aws route53 list-hosted-zones # Get domains Reading time: 2 minutes aws route53 get-hosted-zone --id <hosted_zone_id> aws route53 list-resource-record-sets --hosted-zone-id <hosted_zone_id> # Get all records Reading time: 2 minutes aws route53 list-health-checks aws route53 list-traffic-policies

Privesc

Reading time: 2 minutes

AWS - Route53 Privesc

tip

Learn & practice AWS Hacking:HackTricks Training AWS Red Team Expert (ARTE)
Learn & practice GCP Hacking: HackTricks Training GCP Red Team Expert (GRTE)

Support HackTricks