Hostname
heme.com.tw
Last fetched
heme.com.tw resolves to 2 IPv4 addresses operated by AS3462 in TW.
Nutrition Label
Resolution chain
heme.com.tw resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 220.128.96.1 | 220.149.132.0/22 | AS3462 | — | TW |
| 60.250.29.1 | 60.253.105.0/24 | AS3462 | — | TW |
WHOIS identity
No WHOIS records are currently associated with heme.com.tw in WhisperGraph.
Subdomains
3 observed subdomains of heme.com.tw.
Web-graph footprint
Distinct hostnames that link to or from heme.com.tw in the public web crawl.
123 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for heme.com.tw.
| Mechanism | Target |
|---|---|
| SPF_IP | 220.128.96.1 |
| SPF_MX | heme.com.tw |
| SPF_MX | mail.heme.com.tw |
Related pages
Pivot deeper into the graph from heme.com.tw.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "heme.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.