DNS records for facebook.net
Findings
- [ERROR] No A or AAAA records were returned. Visitors will not be able to reach a web service at this domain unless one of those is added.
- [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.
NS records
[
{
"type": "NS",
"value": "b.ns.facebook.com"
},
{
"type": "NS",
"value": "d.ns.facebook.com"
},
{
"type": "NS",
"value": "a.ns.facebook.com"
},
{
"type": "NS",
"value": "c.ns.facebook.com"
}
]TXT records
[
{
"type": "TXT",
"entries": [
"v=spf1 ip4:69.63.179.25 ip4:69.63.178.128/25 ip4:69.63.184.0/25 ip4:66.220.144.128/25 ip4:66.220.155.0/24 mx -all"
]
}
]SOA records
[
{
"type": "SOA",
"nsname": "a.ns.facebook.com",
"hostmaster": "dns.facebook.com",
"serial": 4207849484,
"refresh": 14400,
"retry": 1800,
"expire": 604800,
"minttl": 300
}
]CAA records
[
{
"type": "CAA",
"critical": 0,
"tag": "issue",
"value": "digicert.com; account=271b0beda0771d006aa3a6c11b05187d456d6c239b46cb5241196095b09c92af"
}
]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 facebook.net.
Related tools: DNS Lookup · SPF Checker · DMARC Lookup