Hostname
planet.com.tw
Last fetched
planet.com.tw resolves to 2 IPv4 addresses operated by AS3462 in TW. WHOIS lists registrar:apt as the registrar.
Nutrition Label
Resolution chain
planet.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 |
|---|---|---|---|---|
| 59.125.123.233 | 59.125.0.0/16 | AS3462 | — | TW |
| 60.250.65.206 | 60.250.0.0/16 | AS3462 | — | TW |
WHOIS identity
- Registrar
- registrar:apt
- Organization
- ???????????
- Contact emails
Subdomains
21 observed subdomains of planet.com.tw.
Web-graph footprint
Distinct hostnames that link to or from planet.com.tw in the public web crawl.
483 sites link to this hostname.
32 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for planet.com.tw.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 59.125.123.232 |
| SPF_MX | planet.com.tw |
Related pages
Pivot deeper into the graph from planet.com.tw.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "planet.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.