Hostname
futuau.com
Last fetched
futuau.com resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in AU. WHOIS lists iana:3858 as the registrar.
Nutrition Label
Resolution chain
futuau.com 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 |
|---|---|---|---|---|
| 54.206.142.126 | 54.206.128.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 54.253.247.117 | 54.253.128.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
WHOIS identity
- Registrar
- iana:3858
- Organization
- domains by proxy,
- Contact emails
Subdomains
7 observed subdomains of futuau.com.
Web-graph footprint
Distinct hostnames that link to or from futuau.com in the public web crawl.
5 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for futuau.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 69.169.235.179 |
| SPF_IP | 69.169.235.180 |
| SPF_IP | 69.169.235.181 |
| SPF_IP | 69.169.235.182 |
| SPF_IP | 69.169.235.183 |
Related pages
Pivot deeper into the graph from futuau.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "futuau.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.