DNS Lookup Tool

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

DNS Records for doubleclick.net

Records: 25
Response Time: 62ms
DNSSEC: Disabled
DNS Provider: Google Cloud DNS
Security: βœ“ SPF soft βœ“ DMARC none

Address Records

IP addresses the domain points to

10 records
Type Name Value TTL
A doubleclick.net
192.178.157.113
πŸ‡ΊπŸ‡Έ US AS15169 GOOGLE - Google LLC, US
5m
A doubleclick.net
192.178.157.139
πŸ‡ΊπŸ‡Έ US AS15169 GOOGLE - Google LLC, US
5m
A doubleclick.net
192.178.157.101
πŸ‡ΊπŸ‡Έ US AS15169 GOOGLE - Google LLC, US
5m
A doubleclick.net
192.178.157.102
πŸ‡ΊπŸ‡Έ US AS15169 GOOGLE - Google LLC, US
5m
A doubleclick.net
192.178.157.138
πŸ‡ΊπŸ‡Έ US AS15169 GOOGLE - Google LLC, US
5m
A doubleclick.net
192.178.157.100
5m
AAAA doubleclick.net
2607:f8b0:4023:1425::71
5m
AAAA doubleclick.net
2607:f8b0:4023:1425::64
5m
AAAA doubleclick.net
2607:f8b0:4023:1425::8b
5m
AAAA doubleclick.net
2607:f8b0:4023:1425::8a
5m

Mail Records

Mail servers for the domain

5 records
Type Name Value TTL
MX doubleclick.net
10 aspmx.l.google.com.
10m
MX doubleclick.net
50 alt4.aspmx.l.google.com.
10m
MX doubleclick.net
20 alt1.aspmx.l.google.com.
10m
MX doubleclick.net
40 alt3.aspmx.l.google.com.
10m
MX doubleclick.net
30 alt2.aspmx.l.google.com.
10m

Name Records

Nameservers and aliases

5 records
Type Name Value TTL
NS doubleclick.net
ns3.google.com.
4d
NS doubleclick.net
ns2.google.com.
4d
NS doubleclick.net
ns4.google.com.
4d
NS doubleclick.net
ns1.google.com.
4d
SOA doubleclick.net
ns1.google.com. dns-admin.google.com. 912537324 900 900 1800 60
1m

Text & Verification

SPF, DKIM, DMARC, and verification

4 records
Type Name Value TTL
TXT _dmarc.doubleclick.net
"v=DMARC1; p=none; rua=mailto:mailauth-reports@google.com"
5m
TXT doubleclick.net
"spf2.0/pra ?all"
5m
TXT doubleclick.net
"google-site-verification:bqEukzgde2Z8kr2wk5OKZNrYrefPAHaoLYBFsi1ShK8"
5m
TXT doubleclick.net
"v=spf1 mx ?all"
5m

Security & Certificates

DNSSEC, CA restrictions, and keys

1 record
Type Name Value TTL
CAA doubleclick.net
\# 15 00 05 69 73 73 75 65 70 6b 69 2e 67 6f 6f 67
1d

Queried at 5/10/2026, 9:31:40 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=doubleclick.net
Response for doubleclick.net Live Data
{
  "success": true,
  "data": {
    "domain": "doubleclick.net",
    "queryTimeMs": 62,
    "dnssec": false,
    "dnsProvider": "Google Cloud DNS",
    "records": [
      {
        "type": "A",
        "name": "doubleclick.net",
        "value": "192.178.157.113",
        "ttl": 300,
        "geo": {
          "ip": "192.178.157.113",
          "asn": 15169,
          "country": "US",
          "asnName": "GOOGLE - Google LLC, US"
        }
      },
      {
        "type": "A",
        "name": "doubleclick.net",
        "value": "192.178.157.139",
        "ttl": 300,
        "geo": {
          "ip": "192.178.157.139",
          "asn": 15169,
          "country": "US",
          "asnName": "GOOGLE - Google LLC, US"
        }
      },
      {
        "type": "A",
        "name": "doubleclick.net",
        "value": "192.178.157.101",
        "ttl": 300,
        "geo": {
          "ip": "192.178.157.101",
          "asn": 15169,
          "country": "US",
          "asnName": "GOOGLE - Google LLC, US"
        }
      },
      {
        "type": "A",
        "name": "doubleclick.net",
        "value": "192.178.157.102",
        "ttl": 300,
        "geo": {
          "ip": "192.178.157.102",
          "asn": 15169,
          "country": "US",
          "asnName": "GOOGLE - Google LLC, US"
        }
      },
      {
        "type": "A",
        "name": "doubleclick.net",
        "value": "192.178.157.138",
        "ttl": 300,
        "geo": {
          "ip": "192.178.157.138",
          "asn": 15169,
          "country": "US",
          "asnName": "GOOGLE - Google LLC, US"
        }
      },
      {
        "type": "A",
        "name": "doubleclick.net",
        "value": "192.178.157.100",
        "ttl": 300
      },
      {
        "type": "AAAA",
        "name": "doubleclick.net",
        "value": "2607:f8b0:4023:1425::71",
        "ttl": 300
      },
      {
        "type": "AAAA",
        "name": "doubleclick.net",
        "value": "2607:f8b0:4023:1425::64",
        "ttl": 300
      },
      {
        "type": "AAAA",
        "name": "doubleclick.net",
        "value": "2607:f8b0:4023:1425::8b",
        "ttl": 300
      },
      {
        "type": "AAAA",
        "name": "doubleclick.net",
        "value": "2607:f8b0:4023:1425::8a",
        "ttl": 300
      },
      {
        "type": "MX",
        "name": "doubleclick.net",
        "value": "10 aspmx.l.google.com.",
        "ttl": 600
      },
      {
        "type": "MX",
        "name": "doubleclick.net",
        "value": "50 alt4.aspmx.l.google.com.",
        "ttl": 600
      },
      {
        "type": "MX",
        "name": "doubleclick.net",
        "value": "20 alt1.aspmx.l.google.com.",
        "ttl": 600
      },
      {
        "type": "MX",
        "name": "doubleclick.net",
        "value": "40 alt3.aspmx.l.google.com.",
        "ttl": 600
      },
      {
        "type": "MX",
        "name": "doubleclick.net",
        "value": "30 alt2.aspmx.l.google.com.",
        "ttl": 600
      },
      {
        "type": "NS",
        "name": "doubleclick.net",
        "value": "ns3.google.com.",
        "ttl": 345600
      },
      {
        "type": "NS",
        "name": "doubleclick.net",
        "value": "ns2.google.com.",
        "ttl": 345600
      },
      {
        "type": "NS",
        "name": "doubleclick.net",
        "value": "ns4.google.com.",
        "ttl": 345600
      },
      {
        "type": "NS",
        "name": "doubleclick.net",
        "value": "ns1.google.com.",
        "ttl": 345600
      },
      {
        "type": "SOA",
        "name": "doubleclick.net",
        "value": "ns1.google.com. dns-admin.google.com. 912537324 900 900 1800 60",
        "ttl": 60
      },
      {
        "type": "TXT",
        "name": "_dmarc.doubleclick.net",
        "value": "\"v=DMARC1; p=none; rua=mailto:mailauth-reports@google.com\"",
        "ttl": 300
      },
      {
        "type": "TXT",
        "name": "doubleclick.net",
        "value": "\"spf2.0/pra ?all\"",
        "ttl": 300
      },
      {
        "type": "TXT",
        "name": "doubleclick.net",
        "value": "\"google-site-verification:bqEukzgde2Z8kr2wk5OKZNrYrefPAHaoLYBFsi1ShK8\"",
        "ttl": 300
      },
      {
        "type": "TXT",
        "name": "doubleclick.net",
        "value": "\"v=spf1 mx ?all\"",
        "ttl": 300
      },
      {
        "type": "CAA",
        "name": "doubleclick.net",
        "value": "\\# 15 00 05 69 73 73 75 65 70 6b 69 2e 67 6f 6f 67",
        "ttl": 86400
      }
    ],
    "queriedAt": "2026-05-10T21:31:40.152Z"
  }
}
Rate limit: 100 req/min
Authentication: API Key
Get API Access β†’