Is Source Port Randomization Enabled on AWS Route53?

0

Use Route53 to resolve the name of the Internet from EC2 etc. inside the VPC.
I think that source port randomization is effective as a countermeasure against DNS cache poisoning.
So I would like to know if it is enabled in Rotue53.

preguntada hace 3 años488 visualizaciones
2 Respuestas
0
Respuesta aceptada

Source port randomization is a feature which clients use when querying DNS resolvers and which DNS resolvers use when querying DNS authorities. It is indeed a standard mitigation for cache poisoning. The Route 53 Resolver in your VPC, in common with pretty much all modern resolvers, does use source port randomization when querying authorities.

If you are very concerned about cache poisoning, you might also be interested in enabling DNSSEC validation in your VPC, which allows cryptographic validation of responses, if the domain you're querying is DNSSEC signed. See the Route 53 Resolver documentation:

https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/resolver-dnssec-validation.html

I would suggest being a little careful enabling DNSSEC validation. Occasionally third party public domains may have broken signatures. If that is the case, enabling DNSSEC validation will (by design) cause DNS resolution to fail for those domains.

AWS
EXPERTO
gavinmc
respondido hace 3 años
0

Thanks for your help.

respondido hace 3 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas