Hostname
planestate.com
Last fetched
planestate.com resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in IE. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
planestate.com 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 |
|---|---|---|---|---|
| 54.77.60.66 | 54.76.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of planestate.com owner
- Contact emails
- gary@adv-income.com
- 2951a863-3d08-4c83-89f5-1169d706eb79@identity-protect.org
- 3a2d4a56-ed5d-4ef9-ac4c-7af05ebe1466@identity-protect.org
- 47887ddf-4b77-4085-9e04-c3271b01fcd6@identity-protect.org
- cb849d6e-9ac1-4e50-8d9d-2b98a8653539@identity-protect.org
- d47d83db-0e87-4730-95e9-36da15777920@identity-protect.org
- f7337c05-5925-4d6c-a221-de28e363b80e@identity-protect.org
Subdomains
1 observed subdomain of planestate.com.
| Subdomain |
|---|
| mail.planestate.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for planestate.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 54.77.60.66 |
Related pages
Pivot deeper into the graph from planestate.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "planestate.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.