Hostname
4000ft.com
Last fetched
4000ft.com resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
4000ft.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 |
|---|---|---|---|---|
| 52.52.39.7 | 52.52.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of 4000ft.com owner
- Contact emails
- serverevents@me.com
- 0b141a28-4e9b-4f25-9861-fbfa23c2f4f1@identity-protect.org
- 4ac27625-d5df-4427-94a5-fa4414cef371@identity-protect.org
- 4caa428e-1437-41d7-a4f0-f8ba1c42d598@identity-protect.org
- 9bb8436b-62f9-47d1-aac9-5a24aa57d12f@identity-protect.org
- b4aebc97-a430-4843-817e-9b8f3725accf@identity-protect.org
Subdomains
7 observed subdomains of 4000ft.com.
Web-graph footprint
Distinct hostnames that link to or from 4000ft.com in the public web crawl.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for 4000ft.com.
| Mechanism | Target |
|---|---|
| SPF_A | 4000ft.com |
| SPF_IP | 52.52.39.7 |
| SPF_IP | 52.52.45.90 |
| SPF_IP | 52.9.203.228/32 |
| SPF_IP | 52.9.66.247/32 |
| SPF_MX | 4000ft.com |
Related pages
Pivot deeper into the graph from 4000ft.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "4000ft.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.