Python Forum

Full Version: Build a DNS History
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey ! Big Grin

Do you know if it's possible to build a DNS History of a domain name with Python ?

I want to made something for check the previous entries A, AAAA, MX, TXT, ....

I don't find a package for that.

I don't need a lot of informations, juste the 2 or 3 previous modifications on the domain's DNS Zone.

I try an api on a website but to limited if i don't pay for it .. I can only use the API 50 times.

Thx ! Angel
You can get some information from google API
Good blog on the subject here What is DNS CloudFlare

ICANN
also, google "DNS API"

I'm not sure about history, but I'd be surprised if there wasn't at least one dataset saved somewhere, But public?
(Aug-11-2023, 09:50 PM)Larz60+ Wrote: [ -> ]You can get some information from google API
Good blog on the subject here What is DNS CloudFlare

ICANN
also, google "DNS API"

I'm not sure about history, but I'd be surprised if there wasn't at least one dataset saved somewhere, But public?

Thx i'll check all of this !

Yes i'm afraid that the history is not public :(

Maybe is for that the API i tried is so expensive for check the history !