Total Records
24
Response Time
19ms
DNSSEC
Disabled
DNS Provider
Azure DNS
Address Records
IP addresses the domain points to
| Type | Name | Value | TTL |
|---|---|---|---|
| A | bing.com | 150.171.27.10 πΊπΈ US
AS8075 MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US | 58m |
| A | bing.com | 150.171.28.10 πΊπΈ US
AS8075 MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US | 58m |
| AAAA | bing.com | 2620:1ec:33::10 | 8m |
| AAAA | bing.com | 2620:1ec:33:1::10 | 8m |
Mail Records
Mail servers for the domain
| Type | Name | Value | TTL |
|---|---|---|---|
| MX | bing.com | 10 bing-com.mail.protection.outlook.com. | 1h |
Name Records
Nameservers and aliases
| Type | Name | Value | TTL |
|---|---|---|---|
| NS | bing.com | ns1-204.azure-dns.com. | 1d |
| NS | bing.com | ns2-204.azure-dns.net. | 1d |
| NS | bing.com | ns3-204.azure-dns.org. | 1d |
| NS | bing.com | ns4-204.azure-dns.info. | 1d |
| NS | bing.com | dns1.p09.nsone.net. | 1d |
| NS | bing.com | dns2.p09.nsone.net. | 1d |
| NS | bing.com | dns3.p09.nsone.net. | 1d |
| NS | bing.com | dns4.p09.nsone.net. | 1d |
| SOA | bing.com | ns1-204.azure-dns.com. azuredns-hostmaster.microsoft.com. 1 3600 300 2419200 3600 | 1h |
Text & Verification
SPF, DKIM, DMARC, and verification
| Type | Name | Value | TTL |
|---|---|---|---|
| TXT | _dmarc.bing.com | "v=DMARC1; p=reject; pct=100; rua=mailto:BingEmailDMARC@microsoft.com;" | 1h |
| TXT | bing.com | "facebook-domain-verification=09yg8uzcfnqnlqekzsbwjxyy8rdck7" | 1h |
| TXT | bing.com | "google-site-verification=OkRY8R261shK5B8uEwvsFZp9nQ2gRoHavGlruok1azc" | 1h |
| TXT | bing.com | "google-site-verification=SHuSHN0Hv3nwBI9So329KwfbQ7xLif64SRwcGSdWNAU" | 1h |
| TXT | bing.com | "v=msv1 t=6097A7EA-53F7-4028-BA76-6869CB284C54" | 1h |
| TXT | bing.com | "v=spf1 include:spf.protection.outlook.com -all" | 1h |
Security & Certificates
DNSSEC, CA restrictions, and keys
| Type | Name | Value | TTL |
|---|---|---|---|
| CAA | bing.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 |
| CAA | bing.com | \# 19 00 05 69 73 73 75 65 64 69 67 69 63 65 72 74 2e 63 6f 6d | 1h |
| CAA | bing.com | \# 21 00 05 69 73 73 75 65 67 6c 6f 62 61 6c 73 69 67 6e 2e 63 6f 6d | 1h |
| CAA | bing.com | \# 20 00 05 69 73 73 75 65 6d 69 63 72 6f 73 6f 66 74 2e 63 6f 6d | 1h |
Queried 6/6/2026, 4:25:27 AM Β· 19ms
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=bing.com" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json" {
"success": true,
"data": {
"domain": "bing.com",
"records": [
{
"type": "A",
"name": "bing.com",
"value": "150.171.27.10",
"ttl": 3532,
"geo": {
"ip": "150.171.27.10",
"asn": 8075,
"country": "US",
"asnName": "MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US"
}
},
{
"type": "A",
"name": "bing.com",
"value": "150.171.28.10",
"ttl": 3532,
"geo": {
"ip": "150.171.28.10",
"asn": 8075,
"country": "US",
"asnName": "MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US"
}
},
{
"type": "AAAA",
"name": "bing.com",
"value": "2620:1ec:33::10",
"ttl": 487,
"geo": {
"ip": "2620:1ec:33::10"
}
}
],
"queryTimeMs": 19
}
}