NSToolKit
NSToolKit
free network tools

DNS records for githubusercontent.com

Findings

  • [ERROR] No A or AAAA records were returned. Visitors will not be able to reach a web service at this domain unless one of those is added.
  • [INFO] An SPF record is published but no MX records are present. This is normal for send-only domains but worth confirming if you expect to receive mail.

NS records

[
  {
    "type": "NS",
    "value": "dns3.p01.nsone.net"
  },
  {
    "type": "NS",
    "value": "ns-1411.awsdns-48.org"
  },
  {
    "type": "NS",
    "value": "dns2.p01.nsone.net"
  },
  {
    "type": "NS",
    "value": "ns-181.awsdns-22.com"
  },
  {
    "type": "NS",
    "value": "dns1.p01.nsone.net"
  },
  {
    "type": "NS",
    "value": "dns4.p01.nsone.net"
  },
  {
    "type": "NS",
    "value": "ns-596.awsdns-10.net"
  },
  {
    "type": "NS",
    "value": "ns-1867.awsdns-41.co.uk"
  }
]

TXT records

[
  {
    "type": "TXT",
    "entries": [
      "globalsign-domain-verification=2wiwCKYW7kQ6LJntfIcdi5EG56lUlQIRj_VGJnEEKb"
    ]
  },
  {
    "type": "TXT",
    "entries": [
      "v=spf1 a -all"
    ]
  }
]

SOA records

[
  {
    "type": "SOA",
    "nsname": "dns1.p01.nsone.net",
    "hostmaster": "hostmaster.nsone.net",
    "serial": 1656467272,
    "refresh": 43200,
    "retry": 7200,
    "expire": 1209600,
    "minttl": 3600
  }
]

CAA records

[
  {
    "type": "CAA",
    "critical": 0,
    "tag": "issue",
    "value": "sectigo.com"
  },
  {
    "type": "CAA",
    "critical": 0,
    "tag": "issue",
    "value": "letsencrypt.org"
  },
  {
    "type": "CAA",
    "critical": 0,
    "tag": "issuewild",
    "value": "letsencrypt.org"
  },
  {
    "type": "CAA",
    "critical": 0,
    "tag": "issuewild",
    "value": "sectigo.com"
  },
  {
    "type": "CAA",
    "critical": 0,
    "tag": "issue",
    "value": "digicert.com"
  },
  {
    "type": "CAA",
    "critical": 0,
    "tag": "issuewild",
    "value": "digicert.com"
  }
]

What does this mean?

These records are pulled live from authoritative DNS at request time and re-validated daily. Use them to debug routing, deliverability, and TLS issues for githubusercontent.com.

Related tools: DNS Lookup · SPF Checker · DMARC Lookup