DNS Lookup Tool

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

DNS Records for fwupd.org

Records: 14
Response Time: 14ms
DNSSEC: Disabled
DNS Provider: Cloudflare
Security: βœ“ SPF soft

Address Records

IP addresses the domain points to

4 records
Type Name Value TTL
A fwupd.org
52.13.6.41
πŸ‡ΊπŸ‡Έ US AS16509 AMAZON-02 - Amazon.com, Inc., US
1s
A fwupd.org
34.213.150.96
πŸ‡ΊπŸ‡Έ US AS16509 AMAZON-02 - Amazon.com, Inc., US
1s
AAAA fwupd.org
2600:1f14:414:5602::755e
1m
AAAA fwupd.org
2600:1f14:414:5601::2957
1m

Mail Records

Mail servers for the domain

2 records
Type Name Value TTL
MX fwupd.org
10 mx1.forwardemail.net.
5m
MX fwupd.org
10 mx2.forwardemail.net.
5m

Name Records

Nameservers and aliases

3 records
Type Name Value TTL
NS fwupd.org
mariah.ns.cloudflare.com.
1d
NS fwupd.org
nitin.ns.cloudflare.com.
1d
SOA fwupd.org
mariah.ns.cloudflare.com. dns.cloudflare.com. 2403186033 10000 2400 604800 1800
30m

Text & Verification

SPF, DKIM, DMARC, and verification

5 records
Type Name Value TTL
TXT fwupd.org
"ALIAS for prod-lvfs-155352784.us-west-2.elb.amazonaws.com"
5m
TXT fwupd.org
"_globalsign-domain-verification=B57sRQpmte4G4w-gavZbVNmmNsMxGp5kcL19UP2599"
5m
TXT fwupd.org
"forward-email-site-verification=lJva7Yy3A3"
5m
TXT fwupd.org
"libera-3KQDNcjGzwei3Vik83aumoxM"
5m
TXT fwupd.org
"v=spf1 include:spf.forwardemail.net ~all"
5m

Queried at 5/10/2026, 9:34:33 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=fwupd.org
Response for fwupd.org Live Data
{
  "success": true,
  "data": {
    "domain": "fwupd.org",
    "queryTimeMs": 14,
    "dnssec": false,
    "dnsProvider": "Cloudflare",
    "records": [
      {
        "type": "A",
        "name": "fwupd.org",
        "value": "52.13.6.41",
        "ttl": 1,
        "geo": {
          "ip": "52.13.6.41",
          "asn": 16509,
          "country": "US",
          "asnName": "AMAZON-02 - Amazon.com, Inc., US"
        }
      },
      {
        "type": "A",
        "name": "fwupd.org",
        "value": "34.213.150.96",
        "ttl": 1,
        "geo": {
          "ip": "34.213.150.96",
          "asn": 16509,
          "country": "US",
          "asnName": "AMAZON-02 - Amazon.com, Inc., US"
        }
      },
      {
        "type": "AAAA",
        "name": "fwupd.org",
        "value": "2600:1f14:414:5602::755e",
        "ttl": 60,
        "geo": {
          "ip": "2600:1f14:414:5602::755e"
        }
      },
      {
        "type": "AAAA",
        "name": "fwupd.org",
        "value": "2600:1f14:414:5601::2957",
        "ttl": 60,
        "geo": {
          "ip": "2600:1f14:414:5601::2957"
        }
      },
      {
        "type": "MX",
        "name": "fwupd.org",
        "value": "10 mx1.forwardemail.net.",
        "ttl": 300
      },
      {
        "type": "MX",
        "name": "fwupd.org",
        "value": "10 mx2.forwardemail.net.",
        "ttl": 300
      },
      {
        "type": "NS",
        "name": "fwupd.org",
        "value": "mariah.ns.cloudflare.com.",
        "ttl": 86400
      },
      {
        "type": "NS",
        "name": "fwupd.org",
        "value": "nitin.ns.cloudflare.com.",
        "ttl": 86400
      },
      {
        "type": "SOA",
        "name": "fwupd.org",
        "value": "mariah.ns.cloudflare.com. dns.cloudflare.com. 2403186033 10000 2400 604800 1800",
        "ttl": 1800
      },
      {
        "type": "TXT",
        "name": "fwupd.org",
        "value": "\"ALIAS for prod-lvfs-155352784.us-west-2.elb.amazonaws.com\"",
        "ttl": 300
      },
      {
        "type": "TXT",
        "name": "fwupd.org",
        "value": "\"_globalsign-domain-verification=B57sRQpmte4G4w-gavZbVNmmNsMxGp5kcL19UP2599\"",
        "ttl": 300
      },
      {
        "type": "TXT",
        "name": "fwupd.org",
        "value": "\"forward-email-site-verification=lJva7Yy3A3\"",
        "ttl": 300
      },
      {
        "type": "TXT",
        "name": "fwupd.org",
        "value": "\"libera-3KQDNcjGzwei3Vik83aumoxM\"",
        "ttl": 300
      },
      {
        "type": "TXT",
        "name": "fwupd.org",
        "value": "\"v=spf1 include:spf.forwardemail.net ~all\"",
        "ttl": 300
      }
    ],
    "queriedAt": "2026-05-10T21:34:33.173Z"
  }
}
Rate limit: 100 req/min
Authentication: API Key
Get API Access β†’