Total Records
13
Response Time
11ms
DNSSEC
Disabled
DNS Provider
Unknown
SPF strict
DMARC quarantine
Address Records
IP addresses the domain points to
| Type | Name | Value | TTL |
|---|---|---|---|
| A | qq.com | 203.205.254.157 ๐จ๐ณ CN
AS132203 TENCENT-NET-AP-CN - Tencent Building, Kejizhongyi Avenue, CN | 2m |
| A | qq.com | 113.108.81.189 ๐จ๐ณ CN
AS4134 CHINANET-BACKBONE - No.31,Jin-rong Street, CN | 2m |
| A | qq.com | 123.150.76.218 ๐จ๐ณ CN
AS58542 CHINATELECOM-TIANJIN - Tianjij,300000, CN | 2m |
Mail Records
Mail servers for the domain
| Type | Name | Value | TTL |
|---|---|---|---|
| MX | qq.com | 10 mx3.qq.com. | 2h |
| MX | qq.com | 20 mx2.qq.com. | 2h |
| MX | qq.com | 30 mx1.qq.com. | 2h |
Name Records
Nameservers and aliases
| Type | Name | Value | TTL |
|---|---|---|---|
| NS | qq.com | ns3.qq.com. | 1d |
| NS | qq.com | ns4.qq.com. | 1d |
| NS | qq.com | ns1.qq.com. | 1d |
| NS | qq.com | ns2.qq.com. | 1d |
| SOA | qq.com | ns1.qq.com. webmaster.qq.com. 1330914143 3600 300 86400 300 | 10m |
Text & Verification
SPF, DKIM, DMARC, and verification
| Type | Name | Value | TTL |
|---|---|---|---|
| TXT | _dmarc.qq.com | "v=DMARC1; p=quarantine; rua=mailto:mailauth-reports@qq.com" | 1h |
| TXT | qq.com | "v=spf1 include:spf.mail.qq.com -all" | 2h |
Queried 6/15/2026, 11:46:20 AM ยท 11ms
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=qq.com" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json" {
"success": true,
"data": {
"domain": "qq.com",
"records": [
{
"type": "A",
"name": "qq.com",
"value": "203.205.254.157",
"ttl": 172,
"geo": {
"ip": "203.205.254.157",
"asn": 132203,
"country": "CN",
"asnName": "TENCENT-NET-AP-CN - Tencent Building, Kejizhongyi Avenue, CN"
}
},
{
"type": "A",
"name": "qq.com",
"value": "113.108.81.189",
"ttl": 172,
"geo": {
"ip": "113.108.81.189",
"asn": 4134,
"country": "CN",
"asnName": "CHINANET-BACKBONE - No.31,Jin-rong Street, CN"
}
},
{
"type": "A",
"name": "qq.com",
"value": "123.150.76.218",
"ttl": 172,
"geo": {
"ip": "123.150.76.218",
"asn": 58542,
"country": "CN",
"asnName": "CHINATELECOM-TIANJIN - Tianjij,300000, CN"
}
}
],
"queryTimeMs": 11
}
}