DNS Lookup Tool

Query comprehensive DNS records for any domain. Get A, AAAA, MX, TXT, NS, CAA, SRV, DNSKEY and more.

DNS Records for twimg.com

Records: 11
Response Time: 30ms
DNSSEC: Disabled
DNS Provider: Unknown

Name Records

Nameservers and aliases

9 records
Type Name Value TTL
NS twimg.com
a.r06.twtrdns.net.
3h
NS twimg.com
a.u06.twtrdns.net.
3h
NS twimg.com
b.r06.twtrdns.net.
3h
NS twimg.com
b.u06.twtrdns.net.
3h
NS twimg.com
c.r06.twtrdns.net.
3h
NS twimg.com
c.u06.twtrdns.net.
3h
NS twimg.com
d.r06.twtrdns.net.
3h
NS twimg.com
d.u06.twtrdns.net.
3h
SOA twimg.com
a.u06.twtrdns.net. noc.twitter.com. 2023121101 3600 600 604800 3600
1h

Text & Verification

SPF, DKIM, DMARC, and verification

2 records
Type Name Value TTL
TXT twimg.com
"m5q7b5h2kd5j0dph998lg0lk3ct5hw21"
4m
TXT twimg.com
"globalsign-domain-verification=bViTkLNOl0oU8pU9J7DNDhs9ZNHa2YYaaqCvbk2rxK"
4m

Queried at 5/12/2026, 8:57:09 AM

About DNS Records

The Domain Name System (DNS) is the internet's phonebook, translating human-readable domain names into IP addresses. DNS records contain essential configuration for how a domain behaves across email, web, security, and services.

Common Records

  • A/AAAA - Map domain to IPv4/IPv6 addresses
  • MX - Mail servers for receiving email
  • TXT - SPF, DKIM, DMARC for email security
  • NS - Authoritative nameservers
  • CNAME - Aliases pointing to other domains

Security Records

  • CAA - Restrict which CAs can issue certificates
  • DNSKEY/DS - DNSSEC cryptographic keys
  • TLSA - DANE TLS certificate authentication
  • SSHFP - SSH host key fingerprints
  • SRV - Service discovery and endpoints

REST API

Integrate DNS lookups into your applications with our REST API. Query all record types programmatically.

GET DNS Lookup
$ curl https://api.requestguard.com/v1/dns/lookup?domain=twimg.com
Response for twimg.com Live Data
{
  "success": true,
  "data": {
    "domain": "twimg.com",
    "queryTimeMs": 30,
    "dnssec": false,
    "dnsProvider": null,
    "records": [
      {
        "type": "NS",
        "name": "twimg.com",
        "value": "a.r06.twtrdns.net.",
        "ttl": 13999
      },
      {
        "type": "NS",
        "name": "twimg.com",
        "value": "a.u06.twtrdns.net.",
        "ttl": 13999
      },
      {
        "type": "NS",
        "name": "twimg.com",
        "value": "b.r06.twtrdns.net.",
        "ttl": 13999
      },
      {
        "type": "NS",
        "name": "twimg.com",
        "value": "b.u06.twtrdns.net.",
        "ttl": 13999
      },
      {
        "type": "NS",
        "name": "twimg.com",
        "value": "c.r06.twtrdns.net.",
        "ttl": 13999
      },
      {
        "type": "NS",
        "name": "twimg.com",
        "value": "c.u06.twtrdns.net.",
        "ttl": 13999
      },
      {
        "type": "NS",
        "name": "twimg.com",
        "value": "d.r06.twtrdns.net.",
        "ttl": 13999
      },
      {
        "type": "NS",
        "name": "twimg.com",
        "value": "d.u06.twtrdns.net.",
        "ttl": 13999
      },
      {
        "type": "SOA",
        "name": "twimg.com",
        "value": "a.u06.twtrdns.net. noc.twitter.com. 2023121101 3600 600 604800 3600",
        "ttl": 3600
      },
      {
        "type": "TXT",
        "name": "twimg.com",
        "value": "\"m5q7b5h2kd5j0dph998lg0lk3ct5hw21\"",
        "ttl": 293
      },
      {
        "type": "TXT",
        "name": "twimg.com",
        "value": "\"globalsign-domain-verification=bViTkLNOl0oU8pU9J7DNDhs9ZNHa2YYaaqCvbk2rxK\"",
        "ttl": 293
      }
    ],
    "queriedAt": "2026-05-12T08:57:09.191Z"
  }
}
Rate limit: 100 req/min
Authentication: API Key
Get API Access →