NSToolKit
NSToolKit
free network tools

DNS records for wpguardian.io

Findings

  • [INFO] An SPF record is published but no MX records are present. This is normal for send-only domains but worth confirming if you expect to receive mail.

A records

[
  {
    "type": "A",
    "value": "172.67.130.18"
  },
  {
    "type": "A",
    "value": "104.21.3.25"
  }
]

AAAA records

[
  {
    "type": "AAAA",
    "value": "2606:4700:3032::6815:319"
  },
  {
    "type": "AAAA",
    "value": "2606:4700:3030::ac43:8212"
  }
]

NS records

[
  {
    "type": "NS",
    "value": "gene.ns.cloudflare.com"
  },
  {
    "type": "NS",
    "value": "jeff.ns.cloudflare.com"
  }
]

TXT records

[
  {
    "type": "TXT",
    "entries": [
      "v=spf1 include:1784136.spf01.hubspotemail.net -all"
    ]
  }
]

SOA records

[
  {
    "type": "SOA",
    "nsname": "gene.ns.cloudflare.com",
    "hostmaster": "dns.cloudflare.com",
    "serial": 2404355917,
    "refresh": 10000,
    "retry": 2400,
    "expire": 604800,
    "minttl": 1800
  }
]

What does this mean?

These records are pulled live from authoritative DNS at request time and re-validated daily. Use them to debug routing, deliverability, and TLS issues for wpguardian.io.

Related tools: DNS Lookup · SPF Checker · DMARC Lookup