Hostname
comv.tw
Last fetched
comv.tw resolves to 1 IPv4 address operated by GETLINKS2-AS-AP Getlinks SMC-Private Limited in TW.
Nutrition Label
Resolution chain
comv.tw 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 |
|---|---|---|---|---|
| 210.200.66.80 | 210.200.64.0/21 | AS131142 | GETLINKS2-AS-AP Getlinks SMC-Private Limited | TW |
WHOIS identity
No WHOIS records are currently associated with comv.tw in WhisperGraph.
Subdomains
2 observed subdomains of comv.tw.
| Subdomain |
|---|
| sm.comv.tw |
Showing 1 of 2. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from comv.tw in the public web crawl.
Sample outbound links
Threat posture
History
Related pages
Pivot deeper into the graph from comv.tw.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "comv.tw"})-[: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.