Total Records
8
Response Time
30ms
DNSSEC
Disabled
DNS Provider
Azure DNS
Name Records
Nameservers and aliases
| Type | Name | Value | TTL |
|---|---|---|---|
| NS | msftconnecttest.com | ns1-32.azure-dns.com. | 2d |
| NS | msftconnecttest.com | ns2-32.azure-dns.net. | 2d |
| NS | msftconnecttest.com | ns3-32.azure-dns.org. | 2d |
| NS | msftconnecttest.com | ns4-32.azure-dns.info. | 2d |
| SOA | msftconnecttest.com | ns1-32.azure-dns.com. azuredns-hostmaster.microsoft.com. 1 3600 300 2419200 300 | 1h |
Text & Verification
SPF, DKIM, DMARC, and verification
| Type | Name | Value | TTL |
|---|---|---|---|
| TXT | _dmarc.msftconnecttest.com | "v=DMARC1; p=reject; rua=mailto:rua@dmarc.microsoft;ruf=mailto:ruf@dmarc.microsoft;fo=1:s:d" | 1h |
Security & Certificates
DNSSEC, CA restrictions, and keys
| Type | Name | Value | TTL |
|---|---|---|---|
| CAA | msftconnecttest.com | \# 42 00 05 69 6f 64 65 66 6d 61 69 6c 74 6f 3a 63 61 61 72 65 63 6f 72 64 61 77 61 72 65 40 6d 69 63 72 6f 73 6f 66 74 2e 63 6f 6d | 1h |
| CAA | msftconnecttest.com | \# 42 00 0c 63 6f 6e 74 61 63 74 65 6d 61 69 6c 63 61 61 72 65 63 6f 72 64 61 77 61 72 65 40 6d 69 63 72 6f 73 6f 66 74 2e 63 6f 6d | 1h |
Queried 6/7/2026, 5:29:54 PM ยท 30ms
REST API
Integrate DNS lookups into your applications โ query all record types programmatically.
curl -X GET "https://api.requestguard.com/api/v1/dns/lookup?domain=msftconnecttest.com" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json" {
"success": true,
"data": {
"domain": "msftconnecttest.com",
"records": [
{
"type": "NS",
"name": "msftconnecttest.com",
"value": "ns1-32.azure-dns.com.",
"ttl": 172800
},
{
"type": "NS",
"name": "msftconnecttest.com",
"value": "ns2-32.azure-dns.net.",
"ttl": 172800
},
{
"type": "NS",
"name": "msftconnecttest.com",
"value": "ns3-32.azure-dns.org.",
"ttl": 172800
}
],
"queryTimeMs": 30
}
}