Hostname
support.future-demand.com
Last fetched
support.future-demand.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in HK.
Nutrition Label
Resolution chain
support.future-demand.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.226.69.108 | 13.226.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 13.226.69.28 | 13.226.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 13.226.69.69 | 13.226.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 13.226.69.73 | 13.226.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 18.238.55.112 | 18.238.55.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.55.39 | 18.238.55.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.55.59 | 18.238.55.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.55.73 | 18.238.55.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with support.future-demand.com in WhisperGraph.
Subdomains
1 observed subdomain of support.future-demand.com.
| Subdomain |
|---|
| kb.support.future-demand.com |
Web-graph footprint
Distinct hostnames that link to or from support.future-demand.com in the public web crawl.
10 sites linked to from this hostname.
Sample inbound links
Sample outbound links
- facebook.com
- kb.support.future-demand.com
- js-eu1.hubspotfeedback.com
- static.hsappstatic.net
- 7052064.fs1.hubspotusercontent-na1.net
- 7528302.fs1.hubspotusercontent-na1.net
- 7528304.fs1.hubspotusercontent-na1.net
- 7528309.fs1.hubspotusercontent-na1.net
- 7528311.fs1.hubspotusercontent-na1.net
- 7528315.fs1.hubspotusercontent-na1.net
Threat posture
History
Related pages
Pivot deeper into the graph from support.future-demand.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "support.future-demand.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.