DNS records for hath.network
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": "178.162.151.57"
}
]NS records
[
{
"type": "NS",
"value": "ns3.hath.network"
},
{
"type": "NS",
"value": "ns1.hath.network"
},
{
"type": "NS",
"value": "ns2.hath.network"
}
]TXT records
[
{
"type": "TXT",
"entries": [
"v=spf1 -all"
]
}
]SOA records
[
{
"type": "SOA",
"nsname": "ns1.hath.network",
"hostmaster": "support.e-hentai.org",
"serial": 1,
"refresh": 21600,
"retry": 3600,
"expire": 604800,
"minttl": 3600
}
]CAA records
[
{
"type": "CAA",
"critical": 0,
"tag": "iodef",
"value": "mailto:[email protected]"
},
{
"type": "CAA",
"critical": 0,
"tag": "issue",
"value": ";"
},
{
"type": "CAA",
"critical": 0,
"tag": "issuewild",
"value": "letsencrypt.org"
}
]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 hath.network.
Related tools: DNS Lookup · SPF Checker · DMARC Lookup