DNS Lookup Tool
Query comprehensive DNS records for any domain. Get A, AAAA, MX, TXT, NS, CAA, SRV, DNSKEY and more.
DNS Records for
wordpress.com
Records: 17
Response Time: 41ms
DNSSEC: Disabled
DNS Provider: Unknown
Security:
β SPF strict
β DMARC reject
Address Records
IP addresses the domain points to
| Type | Name | Value | TTL |
|---|---|---|---|
| A | wordpress.com | 192.0.78.9 πΊπΈ US AS2635 AUTOMATTIC - Automattic, Inc, US | 5m |
| A | wordpress.com | 192.0.78.17 πΊπΈ US AS2635 AUTOMATTIC - Automattic, Inc, US | 5m |
Mail Records
Mail servers for the domain
| Type | Name | Value | TTL |
|---|---|---|---|
| MX | wordpress.com | 10 mx-ams.automattic.com. | 1h |
| MX | wordpress.com | 10 mx-dfw.automattic.com. | 1h |
Name Records
Nameservers and aliases
| Type | Name | Value | TTL |
|---|---|---|---|
| NS | wordpress.com | ns2.wordpress.com. | 4h |
| NS | wordpress.com | ns4.wordpress.com. | 4h |
| NS | wordpress.com | ns1.wordpress.com. | 4h |
| NS | wordpress.com | ns3.wordpress.com. | 4h |
| SOA | wordpress.com | ns1.wordpress.com. mmmmmm.gmail.com. 2005071884 14400 7200 604800 60 | 4h |
Text & Verification
SPF, DKIM, DMARC, and verification
| Type | Name | Value | TTL |
|---|---|---|---|
| TXT | _dmarc.wordpress.com | "v=DMARC1; p=reject; pct=100; rua=mailto:0bqp2jnw@ag.dmarcian.com; ruf=mailto:0bqp2jnw@fr.dmarcian.com;" | 10m |
| TXT | wordpress.com | "yahoo-verification-key=GqtxTvPQ+tFgwrCg9xNl6srlPSpDkTIj6q9YzADxxdE=" | 1h |
| TXT | wordpress.com | "openai-domain-verification=dv-AKnzAsfVXHG2wucO1Bcx2JC7" | 1h |
| TXT | wordpress.com | "v=spf1 include:_spf.automattic.com include:servers.mcsv.net include:_spf-wwd.automattic.com include:mail.zendesk.com include:sendgrid.net include:145630858.spf04.hubspotemail.net include:amazonses.com -all" | 1h |
| TXT | wordpress.com | "google-site-verification=CW2JYOoHSXW8x6QyQO_a0edu0gNOKsLIHcO49QquLdU" | 1h |
Security & Certificates
DNSSEC, CA restrictions, and keys
| Type | Name | Value | TTL |
|---|---|---|---|
| CAA | wordpress.com | \# 114 00 05 69 73 73 75 65 6c 65 74 73 65 6e 63 72 79 70 74 2e 6f 72 67 3b 76 61 6c 69 64 61 74 69 6f 6e 6d 65 74 68 6f 64 73 3d 64 6e 73 2d 30 31 3b 61 63 63 6f 75 6e 74 75 72 69 3d 68 74 74 70 73 3a 2f 2f 61 63 6d 65 2d 76 30 32 2e 61 70 69 2e 6c 65 74 73 65 6e 63 72 79 70 74 2e 6f 72 67 2f 61 63 6d 65 2f 61 63 63 74 2f 33 36 33 33 34 34 38 39 | 5m |
| CAA | wordpress.com | \# 32 00 05 69 6f 64 65 66 6d 61 69 6c 74 6f 3a 63 61 61 40 61 75 74 6f 6d 61 74 74 69 63 2e 63 6f 6d | 5m |
| CAA | wordpress.com | \# 118 00 09 69 73 73 75 65 77 69 6c 64 6c 65 74 73 65 6e 63 72 79 70 74 2e 6f 72 67 3b 76 61 6c 69 64 61 74 69 6f 6e 6d 65 74 68 6f 64 73 3d 64 6e 73 2d 30 31 3b 61 63 63 6f 75 6e 74 75 72 69 3d 68 74 74 70 73 3a 2f 2f 61 63 6d 65 2d 76 30 32 2e 61 70 69 2e 6c 65 74 73 65 6e 63 72 79 70 74 2e 6f 72 67 2f 61 63 6d 65 2f 61 63 63 74 2f 33 36 33 33 34 34 38 39 | 5m |
Queried at 5/12/2026, 8:52:40 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=wordpress.com Response for wordpress.com Live Data
{
"success": true,
"data": {
"domain": "wordpress.com",
"queryTimeMs": 41,
"dnssec": false,
"dnsProvider": null,
"records": [
{
"type": "A",
"name": "wordpress.com",
"value": "192.0.78.9",
"ttl": 300,
"geo": {
"ip": "192.0.78.9",
"asn": 2635,
"country": "US",
"asnName": "AUTOMATTIC - Automattic, Inc, US"
}
},
{
"type": "A",
"name": "wordpress.com",
"value": "192.0.78.17",
"ttl": 300,
"geo": {
"ip": "192.0.78.17",
"asn": 2635,
"country": "US",
"asnName": "AUTOMATTIC - Automattic, Inc, US"
}
},
{
"type": "MX",
"name": "wordpress.com",
"value": "10 mx-ams.automattic.com.",
"ttl": 3600
},
{
"type": "MX",
"name": "wordpress.com",
"value": "10 mx-dfw.automattic.com.",
"ttl": 3600
},
{
"type": "NS",
"name": "wordpress.com",
"value": "ns2.wordpress.com.",
"ttl": 14400
},
{
"type": "NS",
"name": "wordpress.com",
"value": "ns4.wordpress.com.",
"ttl": 14400
},
{
"type": "NS",
"name": "wordpress.com",
"value": "ns1.wordpress.com.",
"ttl": 14400
},
{
"type": "NS",
"name": "wordpress.com",
"value": "ns3.wordpress.com.",
"ttl": 14400
},
{
"type": "SOA",
"name": "wordpress.com",
"value": "ns1.wordpress.com. mmmmmm.gmail.com. 2005071884 14400 7200 604800 60",
"ttl": 14400
},
{
"type": "TXT",
"name": "_dmarc.wordpress.com",
"value": "\"v=DMARC1; p=reject; pct=100; rua=mailto:0bqp2jnw@ag.dmarcian.com; ruf=mailto:0bqp2jnw@fr.dmarcian.com;\"",
"ttl": 600
},
{
"type": "TXT",
"name": "wordpress.com",
"value": "\"yahoo-verification-key=GqtxTvPQ+tFgwrCg9xNl6srlPSpDkTIj6q9YzADxxdE=\"",
"ttl": 3600
},
{
"type": "TXT",
"name": "wordpress.com",
"value": "\"openai-domain-verification=dv-AKnzAsfVXHG2wucO1Bcx2JC7\"",
"ttl": 3600
},
{
"type": "TXT",
"name": "wordpress.com",
"value": "\"v=spf1 include:_spf.automattic.com include:servers.mcsv.net include:_spf-wwd.automattic.com include:mail.zendesk.com include:sendgrid.net include:145630858.spf04.hubspotemail.net include:amazonses.com -all\"",
"ttl": 3600
},
{
"type": "TXT",
"name": "wordpress.com",
"value": "\"google-site-verification=CW2JYOoHSXW8x6QyQO_a0edu0gNOKsLIHcO49QquLdU\"",
"ttl": 3600
},
{
"type": "CAA",
"name": "wordpress.com",
"value": "\\# 114 00 05 69 73 73 75 65 6c 65 74 73 65 6e 63 72 79 70 74 2e 6f 72 67 3b 76 61 6c 69 64 61 74 69 6f 6e 6d 65 74 68 6f 64 73 3d 64 6e 73 2d 30 31 3b 61 63 63 6f 75 6e 74 75 72 69 3d 68 74 74 70 73 3a 2f 2f 61 63 6d 65 2d 76 30 32 2e 61 70 69 2e 6c 65 74 73 65 6e 63 72 79 70 74 2e 6f 72 67 2f 61 63 6d 65 2f 61 63 63 74 2f 33 36 33 33 34 34 38 39",
"ttl": 300
},
{
"type": "CAA",
"name": "wordpress.com",
"value": "\\# 32 00 05 69 6f 64 65 66 6d 61 69 6c 74 6f 3a 63 61 61 40 61 75 74 6f 6d 61 74 74 69 63 2e 63 6f 6d",
"ttl": 300
},
{
"type": "CAA",
"name": "wordpress.com",
"value": "\\# 118 00 09 69 73 73 75 65 77 69 6c 64 6c 65 74 73 65 6e 63 72 79 70 74 2e 6f 72 67 3b 76 61 6c 69 64 61 74 69 6f 6e 6d 65 74 68 6f 64 73 3d 64 6e 73 2d 30 31 3b 61 63 63 6f 75 6e 74 75 72 69 3d 68 74 74 70 73 3a 2f 2f 61 63 6d 65 2d 76 30 32 2e 61 70 69 2e 6c 65 74 73 65 6e 63 72 79 70 74 2e 6f 72 67 2f 61 63 6d 65 2f 61 63 63 74 2f 33 36 33 33 34 34 38 39",
"ttl": 300
}
],
"queriedAt": "2026-05-12T08:52:40.136Z"
}
}