Python Forum
Build a DNS History - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Build a DNS History (/thread-40526.html)



Build a DNS History - Rudeus - Aug-11-2023

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


RE: Buill a DNS History - Larz60+ - Aug-11-2023

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?


RE: Buill a DNS History - Rudeus - Aug-11-2023

(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 !