DNS Lookup Tool

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

DNS Records for reuters.com

Records: 20
Response Time: 52ms
DNSSEC: Disabled
DNS Provider: Unknown
Security: βœ“ SPF strict βœ“ DMARC reject

Address Records

IP addresses the domain points to

1 record
Type Name Value TTL
A reuters.com
155.46.172.255
πŸ‡ΊπŸ‡Έ US AS4583 THOMSON-REUTERS - West Publishing Corporation, US
5m

Mail Records

Mail servers for the domain

2 records
Type Name Value TTL
MX reuters.com
10 mxa-00160c04.gslb.pphosted.com.
5m
MX reuters.com
10 mxb-00160c04.gslb.pphosted.com.
5m

Name Records

Nameservers and aliases

5 records
Type Name Value TTL
NS reuters.com
ns-aws-1.thomsonreuters.com.
1h
NS reuters.com
ns-aws-2.thomsonreuters.net.
1h
NS reuters.com
ns-aws-3.thomsonreuters.org.
1h
NS reuters.com
ns-aws-4.thomsonreuters.co.uk.
1h
SOA reuters.com
ns-aws-1.thomsonreuters.com. domain.name.thomsonreuters.com. 2024093016 3600 900 1209600 300
1h

Text & Verification

SPF, DKIM, DMARC, and verification

12 records
Type Name Value TTL
TXT _dmarc.reuters.com
"v=DMARC1; p=reject; rua=mailto:dmarc_rua@emaildefense.proofpoint.com; ruf=mailto:dmarc_ruf@emaildefense.proofpoint.com"
5m
TXT reuters.com
"MS=ms24417066"
5m
TXT reuters.com
"apple-domain-verification=cKpm3aVB5VEf9fQ0oxIIumulcv3CvTjrOGvqF8nUDO8"
5m
TXT reuters.com
"apple-domain-verification=voAz1fDhqIN4vRxG52m4VSOgLipH0OMyfJIprobVB1U"
5m
TXT reuters.com
"facebook-domain-verification=ra7bjxso3pnjy2p63mdc0002chquca"
5m
TXT reuters.com
"google-site-verification=7UwjlMmBYuyFWx01Pu6NEVEWRPD9W25PnwffZejseEg"
5m
TXT reuters.com
"google-site-verification=FZwUpO_E2LIEPLqcxfWRpQipxi2faQ4Qt4wyYJpJr1g"
5m
TXT reuters.com
"google-site-verification=LMfrSuyToK_ofO0MSu-lf5QJhLYITHNDX09ofoF7_FY"
5m
TXT reuters.com
"google-site-verification=O1A9GoZ5a23atyZjR2IBMnmdG-jz3mrsQ900uMn0sbY"
5m
TXT reuters.com
"openai-domain-verification=dv-3vP8oxOY9pDhfiwzHjba8jmZ"
5m
TXT reuters.com
"v=spf1 include:%{ir}.%{v}.%{d}.spf.has.pphosted.com -all"
5m
TXT reuters.com
"yahoo-verification-key=5bF6siWgzdkfub3ZLp8cnSL2ps44ipYuy28vgoM7qDA="
5m

Queried at 5/12/2026, 8:57:20 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=reuters.com
Response for reuters.com Live Data
{
  "success": true,
  "data": {
    "domain": "reuters.com",
    "queryTimeMs": 52,
    "dnssec": false,
    "dnsProvider": null,
    "records": [
      {
        "type": "A",
        "name": "reuters.com",
        "value": "155.46.172.255",
        "ttl": 300,
        "geo": {
          "ip": "155.46.172.255",
          "asn": 4583,
          "country": "US",
          "asnName": "THOMSON-REUTERS - West Publishing Corporation, US"
        }
      },
      {
        "type": "MX",
        "name": "reuters.com",
        "value": "10 mxa-00160c04.gslb.pphosted.com.",
        "ttl": 300
      },
      {
        "type": "MX",
        "name": "reuters.com",
        "value": "10 mxb-00160c04.gslb.pphosted.com.",
        "ttl": 300
      },
      {
        "type": "NS",
        "name": "reuters.com",
        "value": "ns-aws-1.thomsonreuters.com.",
        "ttl": 3600
      },
      {
        "type": "NS",
        "name": "reuters.com",
        "value": "ns-aws-2.thomsonreuters.net.",
        "ttl": 3600
      },
      {
        "type": "NS",
        "name": "reuters.com",
        "value": "ns-aws-3.thomsonreuters.org.",
        "ttl": 3600
      },
      {
        "type": "NS",
        "name": "reuters.com",
        "value": "ns-aws-4.thomsonreuters.co.uk.",
        "ttl": 3600
      },
      {
        "type": "SOA",
        "name": "reuters.com",
        "value": "ns-aws-1.thomsonreuters.com. domain.name.thomsonreuters.com. 2024093016 3600 900 1209600 300",
        "ttl": 3600
      },
      {
        "type": "TXT",
        "name": "_dmarc.reuters.com",
        "value": "\"v=DMARC1; p=reject; rua=mailto:dmarc_rua@emaildefense.proofpoint.com; ruf=mailto:dmarc_ruf@emaildefense.proofpoint.com\"",
        "ttl": 300
      },
      {
        "type": "TXT",
        "name": "reuters.com",
        "value": "\"MS=ms24417066\"",
        "ttl": 300
      },
      {
        "type": "TXT",
        "name": "reuters.com",
        "value": "\"apple-domain-verification=cKpm3aVB5VEf9fQ0oxIIumulcv3CvTjrOGvqF8nUDO8\"",
        "ttl": 300
      },
      {
        "type": "TXT",
        "name": "reuters.com",
        "value": "\"apple-domain-verification=voAz1fDhqIN4vRxG52m4VSOgLipH0OMyfJIprobVB1U\"",
        "ttl": 300
      },
      {
        "type": "TXT",
        "name": "reuters.com",
        "value": "\"facebook-domain-verification=ra7bjxso3pnjy2p63mdc0002chquca\"",
        "ttl": 300
      },
      {
        "type": "TXT",
        "name": "reuters.com",
        "value": "\"google-site-verification=7UwjlMmBYuyFWx01Pu6NEVEWRPD9W25PnwffZejseEg\"",
        "ttl": 300
      },
      {
        "type": "TXT",
        "name": "reuters.com",
        "value": "\"google-site-verification=FZwUpO_E2LIEPLqcxfWRpQipxi2faQ4Qt4wyYJpJr1g\"",
        "ttl": 300
      },
      {
        "type": "TXT",
        "name": "reuters.com",
        "value": "\"google-site-verification=LMfrSuyToK_ofO0MSu-lf5QJhLYITHNDX09ofoF7_FY\"",
        "ttl": 300
      },
      {
        "type": "TXT",
        "name": "reuters.com",
        "value": "\"google-site-verification=O1A9GoZ5a23atyZjR2IBMnmdG-jz3mrsQ900uMn0sbY\"",
        "ttl": 300
      },
      {
        "type": "TXT",
        "name": "reuters.com",
        "value": "\"openai-domain-verification=dv-3vP8oxOY9pDhfiwzHjba8jmZ\"",
        "ttl": 300
      },
      {
        "type": "TXT",
        "name": "reuters.com",
        "value": "\"v=spf1 include:%{ir}.%{v}.%{d}.spf.has.pphosted.com -all\"",
        "ttl": 300
      },
      {
        "type": "TXT",
        "name": "reuters.com",
        "value": "\"yahoo-verification-key=5bF6siWgzdkfub3ZLp8cnSL2ps44ipYuy28vgoM7qDA=\"",
        "ttl": 300
      }
    ],
    "queriedAt": "2026-05-12T08:57:20.478Z"
  }
}
Rate limit: 100 req/min
Authentication: API Key
Get API Access β†’