DNS Lookup Tool

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

DNS Records for 3gppnetwork.org

Records: 19
Response Time: 149ms
DNSSEC: Disabled
DNS Provider: DNSimple
Security: ✓ SPF strict

Mail Records

Mail servers for the domain

1 record
Type Name Value TTL
MX 3gppnetwork.org
0 3gppnetwork-org.mail.protection.outlook.com.
7d

Name Records

Nameservers and aliases

12 records
Type Name Value TTL
NS 3gppnetwork.org
nn-ac.3gppnetwork.org.
7d
NS 3gppnetwork.org
nn-eu.3gppnetwork.org.
7d
NS 3gppnetwork.org
nn-se.3gppnetwork.org.
7d
NS 3gppnetwork.org
ns1.1630167.cloudns.net.
7d
NS 3gppnetwork.org
ns1.dnsimple.com.
7d
NS 3gppnetwork.org
ns2.1630167.cloudns.com.
7d
NS 3gppnetwork.org
ns2.dnsimple-edge.net.
7d
NS 3gppnetwork.org
ns3.1630167.cloudns.net.
7d
NS 3gppnetwork.org
ns3.dnsimple.com.
7d
NS 3gppnetwork.org
ns4.1630167.cloudns.uk.
7d
NS 3gppnetwork.org
ns4.dnsimple-edge.org.
7d
SOA 3gppnetwork.org
dns51.cloudns.net. support.cloudns.net. 2026050918 43200 43200 2419200 604800
7d

Text & Verification

SPF, DKIM, DMARC, and verification

6 records
Type Name Value TTL
TXT 3gppnetwork.org
"MS=ms78086685"
7d
TXT 3gppnetwork.org
"_5r2ykvvzgnpubweuius3zjsxzaa6y8z"
7d
TXT 3gppnetwork.org
"_acsu6wk6awbsggqe4dyh49undm804cc"
7d
TXT 3gppnetwork.org
"_eh9wwk93prp4otxkqcnlztpwrxnxutc"
7d
TXT 3gppnetwork.org
"_qxciz2xb1ae72px230bw7z6i2jas4fb"
7d
TXT 3gppnetwork.org
"v=spf1 include:spf.protection.outlook.com -all"
7d

Queried at 5/10/2026, 9:32:47 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=3gppnetwork.org
Response for 3gppnetwork.org Live Data
{
  "success": true,
  "data": {
    "domain": "3gppnetwork.org",
    "queryTimeMs": 149,
    "dnssec": false,
    "dnsProvider": "DNSimple",
    "records": [
      {
        "type": "MX",
        "name": "3gppnetwork.org",
        "value": "0 3gppnetwork-org.mail.protection.outlook.com.",
        "ttl": 604800
      },
      {
        "type": "NS",
        "name": "3gppnetwork.org",
        "value": "nn-ac.3gppnetwork.org.",
        "ttl": 604800
      },
      {
        "type": "NS",
        "name": "3gppnetwork.org",
        "value": "nn-eu.3gppnetwork.org.",
        "ttl": 604800
      },
      {
        "type": "NS",
        "name": "3gppnetwork.org",
        "value": "nn-se.3gppnetwork.org.",
        "ttl": 604800
      },
      {
        "type": "NS",
        "name": "3gppnetwork.org",
        "value": "ns1.1630167.cloudns.net.",
        "ttl": 604800
      },
      {
        "type": "NS",
        "name": "3gppnetwork.org",
        "value": "ns1.dnsimple.com.",
        "ttl": 604800
      },
      {
        "type": "NS",
        "name": "3gppnetwork.org",
        "value": "ns2.1630167.cloudns.com.",
        "ttl": 604800
      },
      {
        "type": "NS",
        "name": "3gppnetwork.org",
        "value": "ns2.dnsimple-edge.net.",
        "ttl": 604800
      },
      {
        "type": "NS",
        "name": "3gppnetwork.org",
        "value": "ns3.1630167.cloudns.net.",
        "ttl": 604800
      },
      {
        "type": "NS",
        "name": "3gppnetwork.org",
        "value": "ns3.dnsimple.com.",
        "ttl": 604800
      },
      {
        "type": "NS",
        "name": "3gppnetwork.org",
        "value": "ns4.1630167.cloudns.uk.",
        "ttl": 604800
      },
      {
        "type": "NS",
        "name": "3gppnetwork.org",
        "value": "ns4.dnsimple-edge.org.",
        "ttl": 604800
      },
      {
        "type": "SOA",
        "name": "3gppnetwork.org",
        "value": "dns51.cloudns.net. support.cloudns.net. 2026050918 43200 43200 2419200 604800",
        "ttl": 604800
      },
      {
        "type": "TXT",
        "name": "3gppnetwork.org",
        "value": "\"MS=ms78086685\"",
        "ttl": 604800
      },
      {
        "type": "TXT",
        "name": "3gppnetwork.org",
        "value": "\"_5r2ykvvzgnpubweuius3zjsxzaa6y8z\"",
        "ttl": 604800
      },
      {
        "type": "TXT",
        "name": "3gppnetwork.org",
        "value": "\"_acsu6wk6awbsggqe4dyh49undm804cc\"",
        "ttl": 604800
      },
      {
        "type": "TXT",
        "name": "3gppnetwork.org",
        "value": "\"_eh9wwk93prp4otxkqcnlztpwrxnxutc\"",
        "ttl": 604800
      },
      {
        "type": "TXT",
        "name": "3gppnetwork.org",
        "value": "\"_qxciz2xb1ae72px230bw7z6i2jas4fb\"",
        "ttl": 604800
      },
      {
        "type": "TXT",
        "name": "3gppnetwork.org",
        "value": "\"v=spf1 include:spf.protection.outlook.com -all\"",
        "ttl": 604800
      }
    ],
    "queriedAt": "2026-05-10T21:32:47.046Z"
  }
}
Rate limit: 100 req/min
Authentication: API Key
Get API Access →