Hostname
tmed.com.tw
Last fetched
tmed.com.tw resolves to 1 IPv4 address operated by AS9416 in TW.
Nutrition Label
Resolution chain
tmed.com.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 |
|---|---|---|---|---|
| 123.252.110.20 | 123.252.64.0/18 | AS9416 | — | TW |
WHOIS identity
No WHOIS records are currently associated with tmed.com.tw in WhisperGraph.
Subdomains
4 observed subdomains of tmed.com.tw.
Web-graph footprint
Distinct hostnames that link to or from tmed.com.tw in the public web crawl.
5 sites link to this hostname.
15 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for tmed.com.tw.
| Mechanism | Target |
|---|---|
| SPF_A | mail.tmed.com.tw |
| SPF_A | www.tmed.com.tw |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.mailcloud.com.tw |
| SPF_IP | 123.252.110.20 |
| SPF_IP | 210.244.127.128 |
| SPF_IP | 211.21.244.7 |
| SPF_IP | 219.87.162.205 |
| SPF_IP | 219.87.162.222 |
Related pages
Pivot deeper into the graph from tmed.com.tw.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tmed.com.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.