Hostname
planetway.com
Last fetched
planetway.com resolves to 8 IPv4 addresses operated by AS64073 in IN. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
planetway.com 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 |
|---|---|---|---|---|
| 13.225.5.125 | 0.0.0.0/0 | AS64073 | — | IN |
| 13.225.5.44 | 0.0.0.0/0 | AS64073 | — | IN |
| 13.225.5.54 | 0.0.0.0/0 | AS64073 | — | IN |
| 13.225.5.74 | 0.0.0.0/0 | AS64073 | — | IN |
| 99.84.160.27 | 99.84.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.160.56 | 99.84.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.160.79 | 99.84.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.160.9 | 99.84.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- buydomains_com
- Contact emails
- brokerage@buydomains.com
- 4a85710c-5d33-413d-91f5-e8cc78ee7c1d@identity-protect.org
- 6f556028-2773-4318-826f-ac4653732ec8@identity-protect.org
- 847183ab-0b32-45f4-b5de-d4cacf02bcc9@identity-protect.org
- 93145527-44f0-41d2-acb2-4d59f2ddeb09@identity-protect.org
- b24cb93a-3d09-4ff0-a376-9cf12ebff957@identity-protect.org
- d0b11dfc-4636-47a4-b39e-603a355b178c@identity-protect.org
- eedbbcd4-28e9-454a-828b-e2d462984e37@identity-protect.org
Subdomains
7 observed subdomains of planetway.com.
Web-graph footprint
Distinct hostnames that link to or from planetway.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for planetway.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.atlassian.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 37.0.30.254 |
| SPF_MX | planetway.com |
Related pages
Pivot deeper into the graph from planetway.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "planetway.com"})-[: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.