DNS Lookup Tool
Query comprehensive DNS records for any domain. Get A, AAAA, MX, TXT, NS, CAA, SRV, DNSKEY and more.
DNS Records for
fastly.net
Records: 22
Response Time: 9ms
DNSSEC: Disabled
DNS Provider: Unknown
Security:
β SPF strict
β DMARC quarantine
Address Records
IP addresses the domain points to
| Type | Name | Value | TTL |
|---|---|---|---|
| A | fastly.net | 151.101.1.6 πΊπΈ US AS54113 FASTLY - Fastly, Inc., US | 1h |
| A | fastly.net | 151.101.65.6 πΊπΈ US AS54113 FASTLY - Fastly, Inc., US | 1h |
| A | fastly.net | 151.101.129.6 πΊπΈ US AS54113 FASTLY - Fastly, Inc., US | 1h |
| A | fastly.net | 151.101.193.6 πΊπΈ US AS54113 FASTLY - Fastly, Inc., US | 1h |
| AAAA | fastly.net | 2a04:4e42::262 | 1h |
| AAAA | fastly.net | 2a04:4e42:200::262 | 1h |
| AAAA | fastly.net | 2a04:4e42:400::262 | 1h |
| AAAA | fastly.net | 2a04:4e42:600::262 | 1h |
Mail Records
Mail servers for the domain
| Type | Name | Value | TTL |
|---|---|---|---|
| MX | fastly.net | 10 aspmx.l.google.com. | 1h |
| MX | fastly.net | 20 alt1.aspmx.l.google.com. | 1h |
Name Records
Nameservers and aliases
| Type | Name | Value | TTL |
|---|---|---|---|
| NS | fastly.net | ns1.fastly.net. | 57m |
| NS | fastly.net | ns2.fastly.net. | 57m |
| NS | fastly.net | ns3.fastly.net. | 57m |
| NS | fastly.net | ns4.fastly.net. | 57m |
| SOA | fastly.net | ns1.fastly.net. hostmaster.fastly.com. 2017052201 3600 600 604800 30 | 30s |
Text & Verification
SPF, DKIM, DMARC, and verification
| Type | Name | Value | TTL |
|---|---|---|---|
| TXT | _dmarc.fastly.net | "v=DMARC1; p=quarantine; rua=mailto:mailauth-reports@fastly.com,mailto:dmarc_agg@vali.email;" | 1h |
| TXT | fastly.net | "v=spf1 -all" | 1h |
| TXT | fastly.net | "_globalsign-domain-verification=iMFiEKAQWWdcbAGDBD-bSrJbX4attYpnGIVm4MyJz8" | 1h |
Security & Certificates
DNSSEC, CA restrictions, and keys
| Type | Name | Value | TTL |
|---|---|---|---|
| CAA | fastly.net | \# 33 00 05 69 6f 64 65 66 6d 61 69 6c 74 6f 3a 73 65 63 75 72 69 74 79 40 66 61 73 74 6c 79 2e 63 6f 6d | 1h |
| CAA | fastly.net | \# 45 00 05 69 73 73 75 65 63 65 72 74 61 69 6e 6c 79 2e 63 6f 6d 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 | 1h |
| CAA | fastly.net | \# 21 00 05 69 73 73 75 65 67 6c 6f 62 61 6c 73 69 67 6e 2e 63 6f 6d | 1h |
| CAA | fastly.net | \# 47 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 | 1h |
Queried at 5/10/2026, 9:33:45 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=fastly.net Response for fastly.net Live Data
{
"success": true,
"data": {
"domain": "fastly.net",
"queryTimeMs": 9,
"dnssec": false,
"dnsProvider": null,
"records": [
{
"type": "A",
"name": "fastly.net",
"value": "151.101.1.6",
"ttl": 3600,
"geo": {
"ip": "151.101.1.6",
"asn": 54113,
"country": "US",
"asnName": "FASTLY - Fastly, Inc., US"
}
},
{
"type": "A",
"name": "fastly.net",
"value": "151.101.65.6",
"ttl": 3600,
"geo": {
"ip": "151.101.65.6",
"asn": 54113,
"country": "US",
"asnName": "FASTLY - Fastly, Inc., US"
}
},
{
"type": "A",
"name": "fastly.net",
"value": "151.101.129.6",
"ttl": 3600,
"geo": {
"ip": "151.101.129.6",
"asn": 54113,
"country": "US",
"asnName": "FASTLY - Fastly, Inc., US"
}
},
{
"type": "A",
"name": "fastly.net",
"value": "151.101.193.6",
"ttl": 3600,
"geo": {
"ip": "151.101.193.6",
"asn": 54113,
"country": "US",
"asnName": "FASTLY - Fastly, Inc., US"
}
},
{
"type": "AAAA",
"name": "fastly.net",
"value": "2a04:4e42::262",
"ttl": 3600,
"geo": {
"ip": "2a04:4e42::262"
}
},
{
"type": "AAAA",
"name": "fastly.net",
"value": "2a04:4e42:200::262",
"ttl": 3600
},
{
"type": "AAAA",
"name": "fastly.net",
"value": "2a04:4e42:400::262",
"ttl": 3600
},
{
"type": "AAAA",
"name": "fastly.net",
"value": "2a04:4e42:600::262",
"ttl": 3600
},
{
"type": "MX",
"name": "fastly.net",
"value": "10 aspmx.l.google.com.",
"ttl": 3600
},
{
"type": "MX",
"name": "fastly.net",
"value": "20 alt1.aspmx.l.google.com.",
"ttl": 3600
},
{
"type": "NS",
"name": "fastly.net",
"value": "ns1.fastly.net.",
"ttl": 3460
},
{
"type": "NS",
"name": "fastly.net",
"value": "ns2.fastly.net.",
"ttl": 3460
},
{
"type": "NS",
"name": "fastly.net",
"value": "ns3.fastly.net.",
"ttl": 3460
},
{
"type": "NS",
"name": "fastly.net",
"value": "ns4.fastly.net.",
"ttl": 3460
},
{
"type": "SOA",
"name": "fastly.net",
"value": "ns1.fastly.net. hostmaster.fastly.com. 2017052201 3600 600 604800 30",
"ttl": 30
},
{
"type": "TXT",
"name": "_dmarc.fastly.net",
"value": "\"v=DMARC1; p=quarantine; rua=mailto:mailauth-reports@fastly.com,mailto:dmarc_agg@vali.email;\"",
"ttl": 3600
},
{
"type": "TXT",
"name": "fastly.net",
"value": "\"v=spf1 -all\"",
"ttl": 3600
},
{
"type": "TXT",
"name": "fastly.net",
"value": "\"_globalsign-domain-verification=iMFiEKAQWWdcbAGDBD-bSrJbX4attYpnGIVm4MyJz8\"",
"ttl": 3600
},
{
"type": "CAA",
"name": "fastly.net",
"value": "\\# 33 00 05 69 6f 64 65 66 6d 61 69 6c 74 6f 3a 73 65 63 75 72 69 74 79 40 66 61 73 74 6c 79 2e 63 6f 6d",
"ttl": 3600
},
{
"type": "CAA",
"name": "fastly.net",
"value": "\\# 45 00 05 69 73 73 75 65 63 65 72 74 61 69 6e 6c 79 2e 63 6f 6d 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",
"ttl": 3600
},
{
"type": "CAA",
"name": "fastly.net",
"value": "\\# 21 00 05 69 73 73 75 65 67 6c 6f 62 61 6c 73 69 67 6e 2e 63 6f 6d",
"ttl": 3600
},
{
"type": "CAA",
"name": "fastly.net",
"value": "\\# 47 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",
"ttl": 3600
}
],
"queriedAt": "2026-05-10T21:33:45.432Z"
}
}