Total Records
12
Response Time
45ms
DNSSEC
Disabled
DNS Provider
Cloudflare
Address Records
IP addresses the domain points to
| Type | Name | Value | TTL |
|---|---|---|---|
| A | boser-tech.com | 104.21.94.131 πΊπΈ US
AS13335 CLOUDFLARENET - Cloudflare, Inc., US | 5m |
| A | boser-tech.com | 172.67.136.79 πΊπΈ US
AS13335 CLOUDFLARENET - Cloudflare, Inc., US | 5m |
| AAAA | boser-tech.com | 2606:4700:3034::6815:5e83 | 5m |
| AAAA | boser-tech.com | 2606:4700:3034::ac43:884f | 5m |
Mail Records
Mail servers for the domain
| Type | Name | Value | TTL |
|---|---|---|---|
| MX | boser-tech.com | 10 mx.ym.163.com. | 5m |
Name Records
Nameservers and aliases
| Type | Name | Value | TTL |
|---|---|---|---|
| NS | boser-tech.com | amanda.ns.cloudflare.com. | 1d |
| NS | boser-tech.com | tosana.ns.cloudflare.com. | 1d |
| SOA | boser-tech.com | amanda.ns.cloudflare.com. dns.cloudflare.com. 2403193398 10000 2400 604800 1800 | 30m |
Text & Verification
SPF, DKIM, DMARC, and verification
| Type | Name | Value | TTL |
|---|---|---|---|
| TXT | boser-tech.com | "202002180309112eojy0p29ls7k7q2yekw6ai7ccftg5gpba61iavaxsawuegyp2" | 5m |
| TXT | boser-tech.com | "v=spf1 include:spf.163.com -all" | 5m |
| TXT | boser-tech.com | "v=spf1 include:spf.163.com ~all" | 5m |
Service Discovery
Service endpoints and bindings
| Type | Name | Value | TTL |
|---|---|---|---|
| HTTPS | boser-tech.com | \# 136 00 01 00 00 01 00 06 02 68 33 02 68 32 00 04 00 08 68 15 5e 83 ac 43 88 4f 00 05 00 47 00 45 fe 0d 00 41 9a 00 20 00 20 9a 5c ae 01 85 66 b7 cd 47 32 1a aa 92 54 dc f7 62 46 3d fb a4 71 f2 77 9e cf a3 a2 c9 7e 95 1e 00 04 00 01 00 01 00 12 63 6c 6f 75 64 66 6c 61 72 65 2d 65 63 68 2e 63 6f 6d 00 00 00 06 00 20 26 06 47 00 30 34 00 00 00 00 00 00 68 15 5e 83 26 06 47 00 30 34 00 00 00 00 00 00 ac 43 88 4f | 5m |
Queried 6/28/2026, 6:40:13 AM Β· 45ms
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=boser-tech.com" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json" {
"success": true,
"data": {
"domain": "boser-tech.com",
"records": [
{
"type": "A",
"name": "boser-tech.com",
"value": "104.21.94.131",
"ttl": 300,
"geo": {
"ip": "104.21.94.131",
"asn": 13335,
"country": "US",
"asnName": "CLOUDFLARENET - Cloudflare, Inc., US"
}
},
{
"type": "A",
"name": "boser-tech.com",
"value": "172.67.136.79",
"ttl": 300,
"geo": {
"ip": "172.67.136.79",
"asn": 13335,
"country": "US",
"asnName": "CLOUDFLARENET - Cloudflare, Inc., US"
}
},
{
"type": "AAAA",
"name": "boser-tech.com",
"value": "2606:4700:3034::6815:5e83",
"ttl": 300,
"geo": {
"ip": "2606:4700:3034::6815:5e83"
}
}
],
"queryTimeMs": 45
}
}