Hi HN,<p>I've been working on building a pipeline to create a DNS records database lately. The goal is to enable research as well as competitive landscape analysis on the internet.<p>The dataset for now spans around 3 billion records and covers all the common DNS record types:<p><pre><code> A
AAAA
ANAME
CAA
CNAME
HINFO
HTTPS
MX
NAPTR
NS
PTR
SOA
SRV
SSHFP
SVCB
TLSA
TXT
</code></pre>
Each line in the CSV file represents a single DNS record in the following format:<p><pre><code> www.example.com,A,93.184.215.14
</code></pre>
I believe this dataset will be valuable for various research purposes and competitive analysis. Let me know if you have any questions or feedback!