Giter Club home page Giter Club logo

Comments (5)

codefromthecrypt avatar codefromthecrypt commented on August 23, 2024

Here's an analysis of records in UltraDNS

Type Value Count
A 1 1366
NS 2 749
CNAME 5 387
SOA 6 111
PTR 12 31
MX 15 287
TXT 16 65
AAAA 28 7
SRV 33 3

54s duration
3006 total records
113 POST requests

  • 1 getAccountsListOfUser
  • 1 getZonesOfAccount
  • 111 getResourceRecordsOfZone

from denominator.

codefromthecrypt avatar codefromthecrypt commented on August 23, 2024

Here's an analysis of records in DynECT

Type Value Count
A 1 4080
NS 2 2471
CNAME 5 54223
SOA 6 610
PTR 12 1608
MX 15 7
TXT 16 6
AAAA 28 976

Note that the api currently only works single threaded and often requires following a large number of redirects. Here are the statistics of commands needed to produce above:

6hrs 9mins duration
63981 total records
65823 GET requests

  • 2 were getZone queries to enumerate the 610 zones
  • 610 were AllRecord queries that enumerated the record ids in the zones
  • 1219 noise from following redirects (meaning the results were not immediately available)
  • 11 fudge I haven't looked into

from denominator.

codefromthecrypt avatar codefromthecrypt commented on August 23, 2024

note the ultradns details above are only for one zone. I need to still do an exhaustive analysis.

from denominator.

codefromthecrypt avatar codefromthecrypt commented on August 23, 2024

Here's an analysis of record sets in Route53

Type Value Count
A 1 25
NS 2 24
CNAME 5 335
SOA 6 6
TXT 16 18
A - Alias 1 1

The last record refers to an alias record set to IP addresses vs enumerating them directly.

4.5s duration
409 total records
9 GET requests

  • 1 get all hosted zones
  • 8 get rrset (2 of which continued list above 100 record sets)

from denominator.

codefromthecrypt avatar codefromthecrypt commented on August 23, 2024

updated w/ultradns analysis

from denominator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.