DNS Lookup Tool

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

DNS Records for yopmail.com

Records: 7
Response Time: 418ms
DNSSEC: Disabled
DNS Provider: OVH
Security: ✓ SPF strict ✓ DMARC quarantine

Address Records

IP addresses the domain points to

1 record
Type Name Value TTL
A yopmail.com
87.98.250.141
🇫🇷 FR AS16276 OVH, FR
1d

Mail Records

Mail servers for the domain

1 record
Type Name Value TTL
MX yopmail.com
1 smtp.yopmail.com.
1d

Name Records

Nameservers and aliases

3 records
Type Name Value TTL
NS yopmail.com
dns14.ovh.net.
1d
NS yopmail.com
ns14.ovh.net.
1d
SOA yopmail.com
dns14.ovh.net. tech.ovh.net. 2026042000 86400 3600 3600000 86400
1d

Text & Verification

SPF, DKIM, DMARC, and verification

2 records
Type Name Value TTL
TXT _dmarc.yopmail.com
"v=DMARC1;p=quarantine;sp=quarantine;aspf=r;adkim=r;rua=mailto:alt.za-9o4z6uxt@yopmail.com"
1d
TXT yopmail.com
"v=spf1 ip4:87.98.176.232 -all"
10m

Queried at 5/10/2026, 9:33:44 PM

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=yopmail.com
Response for yopmail.com Live Data
{
  "success": true,
  "data": {
    "domain": "yopmail.com",
    "queryTimeMs": 418,
    "dnssec": false,
    "dnsProvider": "OVH",
    "records": [
      {
        "type": "A",
        "name": "yopmail.com",
        "value": "87.98.250.141",
        "ttl": 86400,
        "geo": {
          "ip": "87.98.250.141",
          "asn": 16276,
          "country": "FR",
          "asnName": "OVH, FR"
        }
      },
      {
        "type": "MX",
        "name": "yopmail.com",
        "value": "1 smtp.yopmail.com.",
        "ttl": 86400
      },
      {
        "type": "NS",
        "name": "yopmail.com",
        "value": "dns14.ovh.net.",
        "ttl": 86400
      },
      {
        "type": "NS",
        "name": "yopmail.com",
        "value": "ns14.ovh.net.",
        "ttl": 86400
      },
      {
        "type": "SOA",
        "name": "yopmail.com",
        "value": "dns14.ovh.net. tech.ovh.net. 2026042000 86400 3600 3600000 86400",
        "ttl": 86400
      },
      {
        "type": "TXT",
        "name": "_dmarc.yopmail.com",
        "value": "\"v=DMARC1;p=quarantine;sp=quarantine;aspf=r;adkim=r;rua=mailto:alt.za-9o4z6uxt@yopmail.com\"",
        "ttl": 86400
      },
      {
        "type": "TXT",
        "name": "yopmail.com",
        "value": "\"v=spf1 ip4:87.98.176.232 -all\"",
        "ttl": 600
      }
    ],
    "queriedAt": "2026-05-10T21:33:44.282Z"
  }
}
Rate limit: 100 req/min
Authentication: API Key
Get API Access →