Hostname
guide.104.com.tw
Last fetched
guide.104.com.tw resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in GB.
Nutrition Label
Resolution chain
guide.104.com.tw resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.172.153.129 | 18.172.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.172.153.13 | 18.172.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.172.153.59 | 18.172.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.172.153.60 | 18.172.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 3.175.86.106 | 3.175.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.175.86.113 | 3.175.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.175.86.31 | 3.175.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.175.86.68 | 3.175.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
WHOIS identity
No WHOIS records are currently associated with guide.104.com.tw in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from guide.104.com.tw in the public web crawl.
173 sites link to this hostname.
3 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for guide.104.com.tw.
| Mechanism | Target |
|---|---|
| SPF_IP | 122.147.53.0/24 |
| SPF_IP | 210.241.143.0/24 |
Related pages
Pivot deeper into the graph from guide.104.com.tw.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "guide.104.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.