Total Records
21
Response Time
17ms
DNSSEC
Disabled
DNS Provider
Akamai
Address Records
IP addresses the domain points to
| Type | Name | Value | TTL |
|---|---|---|---|
| A | tiktokv.com | 23.48.104.59 πΊπΈ US
AS20940 AKAMAI-ASN1 - Akamai International B.V., NL | 20s |
| A | tiktokv.com | 23.48.104.38 πΊπΈ US
AS20940 AKAMAI-ASN1 - Akamai International B.V., NL | 20s |
| A | tiktokv.com | 23.48.104.54 πΊπΈ US
AS20940 AKAMAI-ASN1 - Akamai International B.V., NL | 20s |
| A | tiktokv.com | 23.48.104.40 πΊπΈ US
AS20940 AKAMAI-ASN1 - Akamai International B.V., NL | 20s |
| A | tiktokv.com | 23.48.104.41 πΊπΈ US
AS20940 AKAMAI-ASN1 - Akamai International B.V., NL | 20s |
| A | tiktokv.com | 23.48.104.42 | 20s |
| A | tiktokv.com | 23.55.176.204 | 20s |
| A | tiktokv.com | 23.55.176.197 | 20s |
| A | tiktokv.com | 23.55.176.199 | 20s |
Name Records
Nameservers and aliases
| Type | Name | Value | TTL |
|---|---|---|---|
| NS | tiktokv.com | a9-66.akam.net. | 1d |
| NS | tiktokv.com | a1-97.akam.net. | 1d |
| NS | tiktokv.com | a12-66.akam.net. | 1d |
| NS | tiktokv.com | a6-65.akam.net. | 1d |
| NS | tiktokv.com | a18-64.akam.net. | 1d |
| NS | tiktokv.com | a13-67.akam.net. | 1d |
| SOA | tiktokv.com | a9-66.akam.net. hostmaster.akamai.com. 1564170355 43200 7200 604800 7200 | 1d |
Text & Verification
SPF, DKIM, DMARC, and verification
| Type | Name | Value | TTL |
|---|---|---|---|
| TXT | tiktokv.com | "v=spf1 -all" | 10m |
| TXT | tiktokv.com | "9f37d02ce3934f6d8e01d947a8bbe2f3" | 10m |
| TXT | tiktokv.com | "verify_f0d15c9e32461c26ceb0541423170979" | 10m |
| TXT | tiktokv.com | "google-site-verification=cIHowTkT1ekQD2t07MDPtSK7ZcAioqgCRA1Bz3jbRLI" | 10m |
| TXT | tiktokv.com | "_globalsign-domain-verification=J0KFI1L82GHJ1-d09PxWIOkvF4i1z5ekhGMwQx4M-S" | 10m |
Queried 6/14/2026, 11:09:36 PM Β· 17ms
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=tiktokv.com" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json" {
"success": true,
"data": {
"domain": "tiktokv.com",
"records": [
{
"type": "A",
"name": "tiktokv.com",
"value": "23.48.104.59",
"ttl": 20,
"geo": {
"ip": "23.48.104.59",
"asn": 20940,
"country": "US",
"asnName": "AKAMAI-ASN1 - Akamai International B.V., NL"
}
},
{
"type": "A",
"name": "tiktokv.com",
"value": "23.48.104.38",
"ttl": 20,
"geo": {
"ip": "23.48.104.38",
"asn": 20940,
"country": "US",
"asnName": "AKAMAI-ASN1 - Akamai International B.V., NL"
}
},
{
"type": "A",
"name": "tiktokv.com",
"value": "23.48.104.54",
"ttl": 20,
"geo": {
"ip": "23.48.104.54",
"asn": 20940,
"country": "US",
"asnName": "AKAMAI-ASN1 - Akamai International B.V., NL"
}
}
],
"queryTimeMs": 17
}
}