Hostname
adata.com
Last fetched
adata.com resolves to 1 IPv4 address operated by CHTI-IP-AP Taiwan Internet Gateway in TW. WHOIS lists iana:1336 as the registrar.
Nutrition Label
Resolution chain
adata.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 220.128.91.77 | 220.128.91.0/24 | AS10126 | CHTI-IP-AP Taiwan Internet Gateway | TW |
WHOIS identity
- Registrar
- iana:1336
- Organization
- whois privacy
- Contact emails
Subdomains
81 observed subdomains of adata.com.
Showing 25 of 81. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from adata.com in the public web crawl.
1,930 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for adata.com.
| Mechanism | Target |
|---|---|
| SPF_A | tpmail.adata.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 122.147.152.64/26 |
| SPF_IP | 125.227.34.187 |
| SPF_IP | 125.227.34.188 |
| SPF_IP | 168.121.52.72 |
| SPF_IP | 211.23.37.0/24 |
| SPF_IP | 220.128.91.70/32 |
| SPF_IP | 220.130.12.168/29 |
| SPF_IP | 58.211.88.176/28 |
Related pages
Pivot deeper into the graph from adata.com.
- IP · 220.128.91.77
- ASN · AS10126CHTI-IP-AP Taiwan Internet Gateway
- Registrar · iana:1336
- Country · TW
- Email · it_group@adata.com
- TLD · .com
- Browse hostnames · ad…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "adata.com"})-[:RESOLVES_TO]->(ip:IPV4)
-[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
-[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20Or query Whisper from your own LLM workflow via the Whisper MCP server.